From owner-svn-ports-all@FreeBSD.ORG Tue Feb 10 12:51:45 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4277E905; Tue, 10 Feb 2015 12:51:45 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 135CC9AA; Tue, 10 Feb 2015 12:51:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ACpiw2084659; Tue, 10 Feb 2015 12:51:44 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ACpi38084656; Tue, 10 Feb 2015 12:51:44 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502101251.t1ACpi38084656@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 10 Feb 2015 12:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378770 - 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.18-1 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: Tue, 10 Feb 2015 12:51:45 -0000 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