From owner-svn-ports-all@FreeBSD.ORG Wed Apr 17 21:58:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0D8D8B2A; Wed, 17 Apr 2013 21:58:45 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D92389B1; Wed, 17 Apr 2013 21:58:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3HLwiDK072257; Wed, 17 Apr 2013 21:58:44 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3HLwiLH072254; Wed, 17 Apr 2013 21:58:44 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201304172158.r3HLwiLH072254@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 17 Apr 2013 21:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316010 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 21:58:45 -0000 Author: ehaupt Date: Wed Apr 17 21:58:43 2013 New Revision: 316010 URL: http://svnweb.freebsd.org/changeset/ports/316010 Log: Update to 2.2.1. This is a bugfix release including upstream imported FreeBSD releated fixes. 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 Wed Apr 17 21:49:30 2013 (r316009) +++ head/net/httping/Makefile Wed Apr 17 21:58:43 2013 (r316010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httping -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL Modified: head/net/httping/distinfo ============================================================================== --- head/net/httping/distinfo Wed Apr 17 21:49:30 2013 (r316009) +++ head/net/httping/distinfo Wed Apr 17 21:58:43 2013 (r316010) @@ -1,2 +1,2 @@ -SHA256 (httping-2.2.tgz) = 157125fb1394651854840ca5be2f346be527130f9410372011064a181ec61b49 -SIZE (httping-2.2.tgz) = 32645 +SHA256 (httping-2.2.1.tgz) = b5f34b1ce5a83177fc58a9c5032daa43e625271936af6d919e00f2a48cd9e541 +SIZE (httping-2.2.1.tgz) = 33104 Modified: head/net/httping/files/patch-Makefile ============================================================================== --- head/net/httping/files/patch-Makefile Wed Apr 17 21:49:30 2013 (r316009) +++ head/net/httping/files/patch-Makefile Wed Apr 17 21:58:43 2013 (r316010) @@ -1,48 +1,20 @@ ---- ./Makefile.orig 2013-04-04 21:46:48.000000000 +0200 -+++ ./Makefile 2013-04-17 21:50:18.735645308 +0200 -@@ -12,8 +12,6 @@ - # version. If you delete this exception statement from all source +--- ./Makefile.orig 2013-04-17 22:46:50.000000000 +0200 ++++ ./Makefile 2013-04-17 23:49:01.771634044 +0200 +@@ -13,8 +13,6 @@ # files in the program, then also delete it here. + # $Revision: 178 $ --include makefile.inc - # *** configure script *** # support for tcp fast open? #TFO=yes -@@ -32,12 +30,11 @@ +@@ -31,7 +29,7 @@ - DEBUG=yes + TARGET=httping + +-DEBUG=yes ++DEBUG?=no WFLAGS=-Wall -W --OFLAGS=-O3 + OFLAGS= CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" --LDFLAGS=-lm -+LDFLAGS+=-lm - - PACKAGE=$(TARGET)-$(VERSION) --PREFIX=/usr -+PREFIX?=/usr - BINDIR=$(PREFIX)/bin - MANDIR=$(PREFIX)/share/man - DOCDIR=$(PREFIX)/share/doc/$(TARGET) -@@ -82,11 +79,6 @@ - LDFLAGS+=-lfftw3 - endif - --ifeq ($(DEBUG),yes) --CFLAGS+=-D_DEBUG -ggdb --LDFLAGS+=-g --endif -- - ifeq ($(ARM),yes) - CC=arm-linux-gcc - endif -@@ -109,9 +101,6 @@ - $(STRIP) $(DESTDIR)/$(BINDIR)/$(TARGET) - endif - --makefile.inc: -- ./configure -- - clean: - $(RMDIR) $(OBJS) $(TARGET) makefile.inc *~ core cov-int -