aboutsummaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2015-02-10 12:51:43 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2015-02-10 12:51:43 +0000
commit9169269572ddb69eb05cac131c4ff52cce71b1a6 (patch)
tree43714cc45eec6d317ec626cda5beeb6c61d1ed72 /net/httping
parente3804536c7870ae6ea25e0b7ce1ba5a62bb6a212 (diff)
downloadports-9169269572ddb69eb05cac131c4ff52cce71b1a6.tar.gz
ports-9169269572ddb69eb05cac131c4ff52cce71b1a6.zip
Update to 2.4
Notes
Notes: svn path=/head/; revision=378770
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile3
-rw-r--r--net/httping/distinfo4
-rw-r--r--net/httping/files/patch-Makefile17
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