Update to 1.5.3

This commit is contained in:
Emanuel Haupt 2012-05-01 10:51:29 +00:00
parent 16d7298428
commit aa9c41f88d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295781
3 changed files with 10 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= httping
PORTVERSION= 1.5.2
PORTVERSION= 1.5.3
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/ \
CRITICAL

View file

@ -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

View file

@ -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