diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-02-10 20:51:43 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-02-10 20:51:43 +0800 |
commit | a57b9bad8e6653c0372aeba7cf0a4daaaa09a48e (patch) | |
tree | 43714cc45eec6d317ec626cda5beeb6c61d1ed72 | |
parent | eee29140fb76db024e7268091bc892b667126eda (diff) | |
download | freebsd-ports-gnome-a57b9bad8e6653c0372aeba7cf0a4daaaa09a48e.tar.gz freebsd-ports-gnome-a57b9bad8e6653c0372aeba7cf0a4daaaa09a48e.tar.zst freebsd-ports-gnome-a57b9bad8e6653c0372aeba7cf0a4daaaa09a48e.zip |
Update to 2.4
-rw-r--r-- | net/httping/Makefile | 3 | ||||
-rw-r--r-- | net/httping/distinfo | 4 | ||||
-rw-r--r-- | net/httping/files/patch-Makefile | 17 |
3 files changed, 7 insertions, 17 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index dddf3c008044..979cbb9021b1 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= httping -PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTVERSION= 2.4 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ LOCAL/ehaupt diff --git a/net/httping/distinfo b/net/httping/distinfo index bf79fa973331..b750bfc8b1e1 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -1,2 +1,2 @@ -SHA256 (httping-2.3.4.tgz) = a76171cb066b1d85a7b302f92dd3ee81d44ff1756ca6de5ade195eb07a836bc2 -SIZE (httping-2.3.4.tgz) = 53928 +SHA256 (httping-2.4.tgz) = dab59f02b08bfbbc978c005bb16d2db6fe21e1fc841fde96af3d497ddfc82084 +SIZE (httping-2.4.tgz) = 54170 diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile index 24e2c1bfa04b..256b3b07b7f8 100644 --- a/net/httping/files/patch-Makefile +++ b/net/httping/files/patch-Makefile @@ -1,21 +1,12 @@ ---- ./Makefile.orig 2013-06-07 15:18:52.000000000 +0200 -+++ ./Makefile 2013-10-02 16:10:24.583316212 +0200 -@@ -13,8 +13,6 @@ - # files in the program, then also delete it here. - # $Revision: 268 $ - ---include makefile.inc -- - # *** configure script *** - # support for tcp fast open? - #TFO=yes -@@ -33,11 +31,11 @@ +--- Makefile.orig 2015-02-10 12:39:25 UTC ++++ Makefile +@@ -33,11 +33,10 @@ TARGET=httping LOCALEDIR=/usr/share/locale -DEBUG=yes +-WFLAGS=-Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2 +DEBUG?=no - WFLAGS=-Wall -W OFLAGS= CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -DLOCALEDIR=\"$(LOCALEDIR)\" -LDFLAGS+=-lm |