Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 12:51:44 +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: r378770 - in head/net/httping: . files
Message-ID:  <201502101251.t1ACpi38084656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 10 12:51:43 2015
New Revision: 378770
URL: https://svnweb.freebsd.org/changeset/ports/378770
QAT: https://qat.redports.org/buildarchive/r378770/

Log:
  Update to 2.4

Modified:
  head/net/httping/Makefile
  head/net/httping/distinfo
  head/net/httping/files/patch-Makefile

Modified: head/net/httping/Makefile
==============================================================================
--- head/net/httping/Makefile	Tue Feb 10 12:17:36 2015	(r378769)
+++ head/net/httping/Makefile	Tue Feb 10 12:51:43 2015	(r378770)
@@ -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

Modified: head/net/httping/distinfo
==============================================================================
--- head/net/httping/distinfo	Tue Feb 10 12:17:36 2015	(r378769)
+++ head/net/httping/distinfo	Tue Feb 10 12:51:43 2015	(r378770)
@@ -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

Modified: head/net/httping/files/patch-Makefile
==============================================================================
--- head/net/httping/files/patch-Makefile	Tue Feb 10 12:17:36 2015	(r378769)
+++ head/net/httping/files/patch-Makefile	Tue Feb 10 12:51:43 2015	(r378770)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502101251.t1ACpi38084656>