diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-05-01 10:51:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-05-01 10:51:29 +0000 |
commit | aa9c41f88d6447a30a6ae987fe7bddd12d0e8ab4 (patch) | |
tree | 940dc7b08acdcc3797d0119721a53da9f68a2319 /net/httping | |
parent | 16d7298428a6dd66afd10d8faf5ba3c5b315f3fd (diff) | |
download | ports-aa9c41f88d6447a30a6ae987fe7bddd12d0e8ab4.tar.gz ports-aa9c41f88d6447a30a6ae987fe7bddd12d0e8ab4.zip |
Notes
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 2 | ||||
-rw-r--r-- | net/httping/distinfo | 4 | ||||
-rw-r--r-- | net/httping/files/patch-Makefile | 11 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 53a241513479..a13a9e4b0a42 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httping -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL diff --git a/net/httping/distinfo b/net/httping/distinfo index 17cc6372050c..5df03f558a60 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -1,2 +1,2 @@ -SHA256 (httping-1.5.2.tgz) = f0dac6890e8fa7d2d69d52cd6acfcd53f43f58c77ae1e4b13ead041754358e45 -SIZE (httping-1.5.2.tgz) = 15355 +SHA256 (httping-1.5.3.tgz) = b03f7ae129c09e646cb9c7e46eaebf3ce12f28514614637c26b06b34c5d61a93 +SIZE (httping-1.5.3.tgz) = 15363 diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile index 545e0db26521..5fea465673b5 100644 --- a/net/httping/files/patch-Makefile +++ b/net/httping/files/patch-Makefile @@ -1,15 +1,18 @@ ---- ./Makefile.orig 2011-07-27 21:33:34.000000000 +0200 -+++ ./Makefile 2011-07-27 21:42:40.000000000 +0200 -@@ -16,9 +16,9 @@ +--- ./Makefile.orig 2012-04-23 19:24:50.000000000 +0200 ++++ ./Makefile 2012-05-01 12:47:27.000000000 +0200 +@@ -16,10 +16,11 @@ TARGET=httping +-DEBUG=yes -WFLAGS=-Wall -W -OFLAGS=-O2 -CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g ++DEBUG=no +#WFLAGS=-Wall -W +#OFLAGS=-O2 -+CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" ++#CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g ++CFLAGS+=-DVERSION=\"$(VERSION)\" PACKAGE=$(TARGET)-$(VERSION) PREFIX=/usr |