diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-12-29 04:02:18 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-12-29 04:02:18 +0800 |
commit | af910c9fc1cd65ef358d292e7cd01e1f02d78a25 (patch) | |
tree | 820822324aad1cbcb964fb182a2af3a995b5c422 /net | |
parent | f908d8690376e33e99a63989dd314d65313f85e6 (diff) | |
download | freebsd-ports-gnome-af910c9fc1cd65ef358d292e7cd01e1f02d78a25.tar.gz freebsd-ports-gnome-af910c9fc1cd65ef358d292e7cd01e1f02d78a25.tar.zst freebsd-ports-gnome-af910c9fc1cd65ef358d292e7cd01e1f02d78a25.zip |
Update to 1.4.0
Diffstat (limited to 'net')
-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 |