Date: Thu, 27 Mar 2014 03:36:34 +0000 (UTC) From: "Bruce A. Mah" <bmah@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349316 - head/benchmarks/iperf3 Message-ID: <201403270336.s2R3aYcn051818@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403270336.s2R3aYcn051818>