From owner-svn-ports-head@FreeBSD.ORG Thu Mar 27 03:36:34 2014 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 ESMTPS id CBD9A981; Thu, 27 Mar 2014 03:36:34 +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 9E92B663; Thu, 27 Mar 2014 03:36:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R3aYo7051821; Thu, 27 Mar 2014 03:36:34 GMT (envelope-from bmah@svn.freebsd.org) Received: (from bmah@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2R3aYcn051818; Thu, 27 Mar 2014 03:36:34 GMT (envelope-from bmah@svn.freebsd.org) Message-Id: <201403270336.s2R3aYcn051818@svn.freebsd.org> From: "Bruce A. Mah" Date: Thu, 27 Mar 2014 03:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349316 - head/benchmarks/iperf3 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.17 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: Thu, 27 Mar 2014 03:36:34 -0000 Author: bmah Date: Thu Mar 27 03:36:33 2014 New Revision: 349316 URL: http://svnweb.freebsd.org/changeset/ports/349316 QAT: https://qat.redports.org/buildarchive/r349316/ Log: Update to iperf3 3.0.3. Move PLIST out of the Makefile and into a separate pkg-plist file. Approved by: mat (mentor) Sponsored by: ESnet Added: head/benchmarks/iperf3/pkg-plist (contents, props changed) Modified: head/benchmarks/iperf3/Makefile head/benchmarks/iperf3/distinfo Modified: head/benchmarks/iperf3/Makefile ============================================================================== --- head/benchmarks/iperf3/Makefile Thu Mar 27 01:58:01 2014 (r349315) +++ head/benchmarks/iperf3/Makefile Thu Mar 27 03:36:33 2014 (r349316) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://stats.es.net/software/ PKGNAMESUFFIX= 3 @@ -19,17 +19,6 @@ USES= libtool # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -PLIST_FILES= bin/iperf3 \ - include/iperf_api.h \ - lib/libiperf.a \ - lib/libiperf.la \ - lib/libiperf.so \ - lib/libiperf.so.0 \ - lib/libiperf.so.0.0.0 \ - man/man1/iperf3.1.gz \ - man/man3/libiperf.3.gz -PORTDOCS= * - post-patch: # automake generates a buggy Makefile.in that tries to do ${RANLIB} on # libiperf3.a after installing with mode 444; this breaks staging. @@ -45,6 +34,6 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS README.md RELEASE_NOTES TODO ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS README.md RELEASE_NOTES ${STAGEDIR}${DOCSDIR}) .include Modified: head/benchmarks/iperf3/distinfo ============================================================================== --- head/benchmarks/iperf3/distinfo Thu Mar 27 01:58:01 2014 (r349315) +++ head/benchmarks/iperf3/distinfo Thu Mar 27 03:36:33 2014 (r349316) @@ -1,2 +1,2 @@ -SHA256 (iperf-3.0.2.tar.gz) = 3c379360bf40e6ac91dfc508cb43fefafb4739c651d9a8d905a30ec99095b282 -SIZE (iperf-3.0.2.tar.gz) = 1556480 +SHA256 (iperf-3.0.3.tar.gz) = 79daf3e5e5c933b2fc4843d6d21c98d741fe39b33ac05bd7a11c50d321a2f59d +SIZE (iperf-3.0.3.tar.gz) = 351596 Added: head/benchmarks/iperf3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/iperf3/pkg-plist Thu Mar 27 03:36:33 2014 (r349316) @@ -0,0 +1,13 @@ +bin/iperf3 +include/iperf_api.h +lib/libiperf.a +lib/libiperf.la +lib/libiperf.so +lib/libiperf.so.0 +lib/libiperf.so.0.0.0 +man/man1/iperf3.1.gz +man/man3/libiperf.3.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%