Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 14:15:52 +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: r329048 - in head/net/httping: . files
Message-ID:  <201310021415.r92EFqQu048520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Oct  2 14:15:52 2013
New Revision: 329048
URL: http://svnweb.freebsd.org/changeset/ports/329048

Log:
  Update to 2.3.3

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

Modified: head/net/httping/Makefile
==============================================================================
--- head/net/httping/Makefile	Wed Oct  2 14:02:09 2013	(r329047)
+++ head/net/httping/Makefile	Wed Oct  2 14:15:52 2013	(r329048)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httping
-PORTVERSION=	2.2.1
-PORTREVISION=	1
+PORTVERSION=	2.3.3
 CATEGORIES=	net
 MASTER_SITES=	http://www.vanheusden.com/httping/ \
 		CRITICAL
@@ -12,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Ping-like tool for HTTP requests
 
-USES=		gmake
+USES=		gmake gettext
 
 MAN1=		httping.1
 PLIST_FILES=	bin/httping
@@ -22,6 +21,7 @@ OPTIONS_DEFINE=	NCURSES FFTW SSL
 OPTIONS_DEFAULT=NCURSES SSL
 
 NO_STAGE=	yes
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNCURSES}

Modified: head/net/httping/distinfo
==============================================================================
--- head/net/httping/distinfo	Wed Oct  2 14:02:09 2013	(r329047)
+++ head/net/httping/distinfo	Wed Oct  2 14:15:52 2013	(r329048)
@@ -1,2 +1,2 @@
-SHA256 (httping-2.2.1.tgz) = b5f34b1ce5a83177fc58a9c5032daa43e625271936af6d919e00f2a48cd9e541
-SIZE (httping-2.2.1.tgz) = 33104
+SHA256 (httping-2.3.3.tgz) = 00d44796a6b2efea6f071458bce943aee8f4c3b32fc14e8ab7f026ded3ec2cf8
+SIZE (httping-2.3.3.tgz) = 54376

Modified: head/net/httping/files/patch-Makefile
==============================================================================
--- head/net/httping/files/patch-Makefile	Wed Oct  2 14:02:09 2013	(r329047)
+++ head/net/httping/files/patch-Makefile	Wed Oct  2 14:15:52 2013	(r329048)
@@ -1,20 +1,25 @@
---- ./Makefile.orig	2013-04-17 22:46:50.000000000 +0200
-+++ ./Makefile	2013-04-17 23:49:01.771634044 +0200
+--- ./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: 178 $
+ # $Revision: 268 $
  
 --include makefile.inc
 -
  # *** configure script ***
  # support for tcp fast open?
  #TFO=yes
-@@ -31,7 +29,7 @@
+@@ -33,11 +31,11 @@
  
- TARGET=httping
+ LOCALEDIR=/usr/share/locale
  
 -DEBUG=yes
 +DEBUG?=no
  WFLAGS=-Wall -W
  OFLAGS=
- CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
+ CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -DLOCALEDIR=\"$(LOCALEDIR)\"
+-LDFLAGS+=-lm
++LDFLAGS+=-lm -lintl
+ 
+ PACKAGE=$(TARGET)-$(VERSION)
+ PREFIX?=/usr



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