From owner-svn-ports-all@FreeBSD.ORG Tue Jul 23 17:21:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C782872; Tue, 23 Jul 2013 17:21:33 +0000 (UTC) (envelope-from pawel@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 72B3E2ABC; Tue, 23 Jul 2013 17:21:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6NHLXrS095014; Tue, 23 Jul 2013 17:21:33 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6NHLXFt095012; Tue, 23 Jul 2013 17:21:33 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201307231721.r6NHLXFt095012@svn.freebsd.org> From: Pawel Pekala Date: Tue, 23 Jul 2013 17:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323542 - in head/benchmarks/flowgrind: . 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: Tue, 23 Jul 2013 17:21:33 -0000 Author: pawel Date: Tue Jul 23 17:21:32 2013 New Revision: 323542 URL: http://svnweb.freebsd.org/changeset/ports/323542 Log: - Update to version 0.6.1 - Port now links dynamically to libpcap from ports, add it to LIB_DEPENDS with ABI version to prevent detecting libpcap from base PR: ports/180756 Submitted by: Lars Eggert (maintainer) Deleted: head/benchmarks/flowgrind/files/ Modified: head/benchmarks/flowgrind/Makefile (contents, props changed) head/benchmarks/flowgrind/distinfo (contents, props changed) Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Tue Jul 23 17:15:43 2013 (r323541) +++ head/benchmarks/flowgrind/Makefile Tue Jul 23 17:21:32 2013 (r323542) @@ -2,17 +2,16 @@ # $FreeBSD$ PORTNAME= flowgrind -PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTVERSION= 0.6.1 CATEGORIES= benchmarks -MASTER_SITES= https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6/+download/ +MASTER_SITES= https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6.1/+download/ MAINTAINER= lars@eggert.org COMMENT= Measure throughput and other metrics for TCP LIB_DEPENDS= xmlrpc++:${PORTSDIR}/net/xmlrpc-c \ - gsl:${PORTSDIR}/math/gsl -BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.so:${PORTSDIR}/net/libpcap + gsl:${PORTSDIR}/math/gsl \ + pcap.1:${PORTSDIR}/net/libpcap USE_BZIP2= yes GNU_CONFIGURE= yes @@ -23,5 +22,4 @@ MAN1= flowgrind-stop.1 \ flowgrind.1 \ flowgrindd.1 -.include -.include +.include Modified: head/benchmarks/flowgrind/distinfo ============================================================================== --- head/benchmarks/flowgrind/distinfo Tue Jul 23 17:15:43 2013 (r323541) +++ head/benchmarks/flowgrind/distinfo Tue Jul 23 17:21:32 2013 (r323542) @@ -1,2 +1,2 @@ -SHA256 (flowgrind-0.6.0.tar.bz2) = 8a4018976cdcd63f304436fa25589687f2e2f1adebc67ee0ab4805efc290497a -SIZE (flowgrind-0.6.0.tar.bz2) = 213142 +SHA256 (flowgrind-0.6.1.tar.bz2) = a0d0f34dc27b4ede320aac913bb2179fc1a307cfb9d3218b9d64d0aeac8a2cef +SIZE (flowgrind-0.6.1.tar.bz2) = 211922