From owner-svn-ports-head@FreeBSD.ORG Wed Oct 2 14:15:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9D4B456D; Wed, 2 Oct 2013 14:15:53 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 705BD2DD6; Wed, 2 Oct 2013 14:15:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r92EFrIg048523; Wed, 2 Oct 2013 14:15:53 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r92EFqQu048520; Wed, 2 Oct 2013 14:15:52 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201310021415.r92EFqQu048520@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 2 Oct 2013 14:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329048 - in head/net/httping: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 14:15:53 -0000 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 .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