diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-10-18 20:31:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-10-18 20:31:16 +0800 |
commit | ed5c4cd61f9a52bc6bdb5bcec486e2ba4ce9c019 (patch) | |
tree | 462b8032cc263c8dc527df2540325052645d2ba3 /net/httping | |
parent | bf5ab8c5ba6d8e0b7cdd209121f3320852127e4d (diff) | |
download | freebsd-ports-gnome-ed5c4cd61f9a52bc6bdb5bcec486e2ba4ce9c019.tar.gz freebsd-ports-gnome-ed5c4cd61f9a52bc6bdb5bcec486e2ba4ce9c019.tar.zst freebsd-ports-gnome-ed5c4cd61f9a52bc6bdb5bcec486e2ba4ce9c019.zip |
Update to 1.5.5
Feature safe: yes
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 2 | ||||
-rw-r--r-- | net/httping/distinfo | 4 | ||||
-rw-r--r-- | net/httping/files/patch-Makefile | 19 |
3 files changed, 13 insertions, 12 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index d0c6988d5de6..c2673d3b42b9 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httping -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL diff --git a/net/httping/distinfo b/net/httping/distinfo index b2d6d757f37e..80c0cd89dbb8 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -1,2 +1,2 @@ -SHA256 (httping-1.5.4.tgz) = 79dadc924355ec0589bd625502913d1aa488d64757ab2346873801d14f1adead -SIZE (httping-1.5.4.tgz) = 15827 +SHA256 (httping-1.5.5.tgz) = 113aa78fb2398d2be2e09fc8bf19fbaff1c0f854d5858a67fcdce6dccdb4dbb8 +SIZE (httping-1.5.5.tgz) = 15828 diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile index 5fea465673b5..eaecec44cf31 100644 --- a/net/httping/files/patch-Makefile +++ b/net/httping/files/patch-Makefile @@ -1,18 +1,19 @@ ---- ./Makefile.orig 2012-04-23 19:24:50.000000000 +0200 -+++ ./Makefile 2012-05-01 12:47:27.000000000 +0200 -@@ -16,10 +16,11 @@ +--- ./Makefile.orig 2012-10-18 14:26:39.000000000 +0200 ++++ ./Makefile 2012-10-18 14:27:54.000000000 +0200 +@@ -16,13 +16,11 @@ TARGET=httping -DEBUG=yes -WFLAGS=-Wall -W --OFLAGS=-O2 --CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g +-OFLAGS=-O3 +-CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" +DEBUG=no -+#WFLAGS=-Wall -W -+#OFLAGS=-O2 -+#CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g +CFLAGS+=-DVERSION=\"$(VERSION)\" PACKAGE=$(TARGET)-$(VERSION) - PREFIX=/usr +-PREFIX=/usr ++PREFIX?=/usr + BINDIR=$(PREFIX)/bin + MANDIR=$(PREFIX)/share/man + DOCDIR=$(PREFIX)/share/doc/$(TARGET) |