diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2014-03-11 16:01:35 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2014-03-11 16:01:35 +0000 |
commit | 86f8853fb1e5a7fdb088044787f4902497eed84f (patch) | |
tree | ab69cbcc18f8f7b3423b00e689293af58d677198 /benchmarks/iperf3 | |
parent | debef10b97f3aa6880f8f3b816ea896848d3eae1 (diff) | |
download | ports-86f8853fb1e5a7fdb088044787f4902497eed84f.tar.gz ports-86f8853fb1e5a7fdb088044787f4902497eed84f.zip |
Notes
Diffstat (limited to 'benchmarks/iperf3')
-rw-r--r-- | benchmarks/iperf3/Makefile | 10 | ||||
-rw-r--r-- | benchmarks/iperf3/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/iperf3/pkg-descr | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index 8173475ed5a9..4db84e7f0c47 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://stats.es.net/software/ PKGNAMESUFFIX= 3 @@ -13,6 +13,8 @@ COMMENT= Improved tool to measure TCP and UDP bandwidth LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USES= libtool # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} @@ -20,6 +22,10 @@ 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= * @@ -39,6 +45,6 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS README RELEASE_NOTES TODO ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS README.md RELEASE_NOTES TODO ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/benchmarks/iperf3/distinfo b/benchmarks/iperf3/distinfo index e492202e7b99..e3fc6b9cfc2c 100644 --- a/benchmarks/iperf3/distinfo +++ b/benchmarks/iperf3/distinfo @@ -1,2 +1,2 @@ -SHA256 (iperf-3.0.1.tar.gz) = 32b419ef634dd7670328c3cecc158babf7d706bd4b3d248cf95965528a20e614 -SIZE (iperf-3.0.1.tar.gz) = 338151 +SHA256 (iperf-3.0.2.tar.gz) = 3c379360bf40e6ac91dfc508cb43fefafb4739c651d9a8d905a30ec99095b282 +SIZE (iperf-3.0.2.tar.gz) = 1556480 diff --git a/benchmarks/iperf3/pkg-descr b/benchmarks/iperf3/pkg-descr index 86153702829f..081234e6f22b 100644 --- a/benchmarks/iperf3/pkg-descr +++ b/benchmarks/iperf3/pkg-descr @@ -9,4 +9,4 @@ that can be used in other programs. iperf3 also a number of features found in other tools such as nuttcp and netperf, but were missing from iperf 2.x. iperf3 is not backwards compatible with iperf 2.x. -WWW: https://code.google.com/p/iperf/ +WWW: https://github.com/esnet/iperf |