diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-12-28 20:02:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-12-28 20:02:18 +0000 |
commit | cbebf9142f344510a4449b347993604148fdb716 (patch) | |
tree | 7817907a6398e0ad458076292d2f76f7714e3249 /net/httping | |
parent | 7cd0f16fa44434ad23e3b34827c6420dc95bae29 (diff) | |
download | ports-cbebf9142f344510a4449b347993604148fdb716.tar.gz ports-cbebf9142f344510a4449b347993604148fdb716.zip |
Notes
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 2 | ||||
-rw-r--r-- | net/httping/distinfo | 6 | ||||
-rw-r--r-- | net/httping/files/patch-Makefile | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 45e7c9cb903e..7261c215d2ac 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httping -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL diff --git a/net/httping/distinfo b/net/httping/distinfo index e222c937eae6..de22e7cc2559 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -1,3 +1,3 @@ -MD5 (httping-1.3.2.tgz) = 7cf1a8d822bcebddd3d5cca79f69cf07 -SHA256 (httping-1.3.2.tgz) = 0cc87b0176d5ff36bc64804fc574ed6a8e33ddafb88cec8a6ec9fcf9ba4a4823 -SIZE (httping-1.3.2.tgz) = 13724 +MD5 (httping-1.4.0.tgz) = d2bd46b12c6f2bcb5ec27bb44afd95b0 +SHA256 (httping-1.4.0.tgz) = 20975ba55b53c59dafaf1947a7b04d48608a7c13754ee81ae4e342761a9f4c1b +SIZE (httping-1.4.0.tgz) = 13634 diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile index 8618577a585f..2afb7e9e1fdb 100644 --- a/net/httping/files/patch-Makefile +++ b/net/httping/files/patch-Makefile @@ -1,13 +1,13 @@ ---- ./Makefile.orig 2009-12-28 14:12:27.000000000 +0100 -+++ ./Makefile 2009-12-28 14:41:02.000000000 +0100 +--- Makefile.orig 2009-12-28 20:52:20.000000000 +0100 ++++ Makefile 2009-12-28 20:53:00.000000000 +0100 @@ -16,9 +16,7 @@ TARGET=httping -WFLAGS=-Wall -W -OFLAGS=-O2 --CFLAGS=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -+CFLAGS+=-DVERSION=\"$(VERSION)\" +-CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" ++CFLAGS+= -DVERSION=\"$(VERSION)\" PACKAGE=$(TARGET)-$(VERSION) PREFIX=/usr |