Index: head/net/httping/Makefile =================================================================== --- head/net/httping/Makefile (revision 238870) +++ head/net/httping/Makefile (revision 238871) @@ -1,33 +1,34 @@ # New ports collection makefile for: httping # Date created: 26 Aug 2005 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= httping -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= A ping-like tool for HTTP requests +USE_GMAKE= yes MAKE_JOBS_SAFE= yes MAN1= httping.1 PLIST_FILES= bin/httping .include .if(${OSVERSION} >= 701101) EXTRA_PATCHES= ${FILESDIR}/extra-patch-str.c ${FILESDIR}/extra-patch-str.h .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .include Property changes on: head/net/httping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/net/httping/distinfo =================================================================== --- head/net/httping/distinfo (revision 238870) +++ head/net/httping/distinfo (revision 238871) @@ -1,3 +1,3 @@ -MD5 (httping-1.3.0.tgz) = 41c912a9ecc904e51d7260053fc2195c -SHA256 (httping-1.3.0.tgz) = 0d86bc4f25a2b40c28e4c74c8e35b7bb618eec2c30e9145689e219d76cba3690 -SIZE (httping-1.3.0.tgz) = 13433 +MD5 (httping-1.3.1.tgz) = fb742d577d3e7a8ea75cf97f7eb802f2 +SHA256 (httping-1.3.1.tgz) = 0649d8b3aa200f03b77dcd69224928602e49abf248568338bed3c5748a94bcf2 +SIZE (httping-1.3.1.tgz) = 12873 Property changes on: head/net/httping/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/httping/files/patch-Makefile =================================================================== --- head/net/httping/files/patch-Makefile (revision 238870) +++ head/net/httping/files/patch-Makefile (revision 238871) @@ -1,13 +1,11 @@ ---- Makefile.ori Thu Jul 26 10:00:31 2007 -+++ Makefile Tue Sep 25 18:36:53 2007 -@@ -14,9 +14,8 @@ +--- Makefile.orig 2009-08-04 10:55:36.000000000 +0200 ++++ Makefile 2009-08-04 10:55:46.000000000 +0200 +@@ -17,7 +17,7 @@ + TARGET=httping - include version + WFLAGS=-Wall -W +-OFLAGS=-O2 ++OFLAGS?=-O2 + CFLAGS=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" --DEBUG=-g # -D_DEBUG - LDFLAGS+=-lssl -lcrypto $(DEBUG) --CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -+CFLAGS+=-DVERSION=\"$(VERSION)\" - - OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o - + PACKAGE=$(TARGET)-$(VERSION) Property changes on: head/net/httping/files/patch-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property