svn commit: r347888 - head/benchmarks/iperf3
Bruce A. Mah
bmah at FreeBSD.org
Tue Mar 11 16:01:36 UTC 2014
Author: bmah
Date: Tue Mar 11 16:01:35 2014
New Revision: 347888
URL: http://svnweb.freebsd.org/changeset/ports/347888
QAT: https://qat.redports.org/buildarchive/r347888/
Log:
Update to iperf3 3.0.2.
Approved by: mat (mentor)
Sponsored by: ESnet
Modified:
head/benchmarks/iperf3/Makefile
head/benchmarks/iperf3/distinfo
head/benchmarks/iperf3/pkg-descr
Modified: head/benchmarks/iperf3/Makefile
==============================================================================
--- head/benchmarks/iperf3/Makefile Tue Mar 11 15:43:51 2014 (r347887)
+++ head/benchmarks/iperf3/Makefile Tue Mar 11 16:01:35 2014 (r347888)
@@ -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 an
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}
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>
Modified: head/benchmarks/iperf3/distinfo
==============================================================================
--- head/benchmarks/iperf3/distinfo Tue Mar 11 15:43:51 2014 (r347887)
+++ head/benchmarks/iperf3/distinfo Tue Mar 11 16:01:35 2014 (r347888)
@@ -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
Modified: head/benchmarks/iperf3/pkg-descr
==============================================================================
--- head/benchmarks/iperf3/pkg-descr Tue Mar 11 15:43:51 2014 (r347887)
+++ head/benchmarks/iperf3/pkg-descr Tue Mar 11 16:01:35 2014 (r347888)
@@ -9,4 +9,4 @@ that can be used in other programs. ipe
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
More information about the svn-ports-all
mailing list