Date: Thu, 18 Oct 2012 12:31:16 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306066 - in head/net/httping: . files Message-ID: <201210181231.q9ICVGiW034767@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Oct 18 12:31:16 2012 New Revision: 306066 URL: http://svn.freebsd.org/changeset/ports/306066 Log: Update to 1.5.5 Feature safe: yes Modified: head/net/httping/Makefile head/net/httping/distinfo head/net/httping/files/patch-Makefile Modified: head/net/httping/Makefile ============================================================================== --- head/net/httping/Makefile Thu Oct 18 12:20:54 2012 (r306065) +++ head/net/httping/Makefile Thu Oct 18 12:31:16 2012 (r306066) @@ -6,7 +6,7 @@ # PORTNAME= httping -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL Modified: head/net/httping/distinfo ============================================================================== --- head/net/httping/distinfo Thu Oct 18 12:20:54 2012 (r306065) +++ head/net/httping/distinfo Thu Oct 18 12:31:16 2012 (r306066) @@ -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 Modified: head/net/httping/files/patch-Makefile ============================================================================== --- head/net/httping/files/patch-Makefile Thu Oct 18 12:20:54 2012 (r306065) +++ head/net/httping/files/patch-Makefile Thu Oct 18 12:31:16 2012 (r306066) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210181231.q9ICVGiW034767>