aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2012-05-01 18:51:29 +0800
committerehaupt <ehaupt@FreeBSD.org>2012-05-01 18:51:29 +0800
commite314bf3ee0d3738f32eb954bb5c025f79df6f699 (patch)
treecac7ca2737490a54f14bcfc15f062bab8450ee5a /net
parent739c9705d1b3d44616a11f392b442dd4bb79665f (diff)
downloadfreebsd-ports-gnome-e314bf3ee0d3738f32eb954bb5c025f79df6f699.tar.gz
freebsd-ports-gnome-e314bf3ee0d3738f32eb954bb5c025f79df6f699.tar.zst
freebsd-ports-gnome-e314bf3ee0d3738f32eb954bb5c025f79df6f699.zip
Update to 1.5.3
Diffstat (limited to 'net')
-rw-r--r--net/httping/Makefile2
-rw-r--r--net/httping/distinfo4
-rw-r--r--net/httping/files/patch-Makefile11
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