aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iperf3
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2014-03-27 03:36:33 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2014-03-27 03:36:33 +0000
commitd2a5f28bc639a2c7eacedf3797e9cf8f2e20ea25 (patch)
treeadab23a442297c9ea7eebe361d7fb319874137f7 /benchmarks/iperf3
parent268eadf1be0b6c3b23f3202ac4427a8a3ea38d76 (diff)
downloadports-d2a5f28bc639a2c7eacedf3797e9cf8f2e20ea25.tar.gz
ports-d2a5f28bc639a2c7eacedf3797e9cf8f2e20ea25.zip
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
Notes
Notes: svn path=/head/; revision=349316
Diffstat (limited to 'benchmarks/iperf3')
-rw-r--r--benchmarks/iperf3/Makefile15
-rw-r--r--benchmarks/iperf3/distinfo4
-rw-r--r--benchmarks/iperf3/pkg-plist13
3 files changed, 17 insertions, 15 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile
index 4db84e7f0c47..f6642845fafb 100644
--- a/benchmarks/iperf3/Makefile
+++ b/benchmarks/iperf3/Makefile
@@ -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>
diff --git a/benchmarks/iperf3/distinfo b/benchmarks/iperf3/distinfo
index e3fc6b9cfc2c..9d2ed7a7bf5e 100644
--- a/benchmarks/iperf3/distinfo
+++ b/benchmarks/iperf3/distinfo
@@ -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
diff --git a/benchmarks/iperf3/pkg-plist b/benchmarks/iperf3/pkg-plist
new file mode 100644
index 000000000000..918a6e05e0f5
--- /dev/null
+++ b/benchmarks/iperf3/pkg-plist
@@ -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%%