diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index b211584d9c8b..f24ca07922b3 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -1,35 +1,35 @@ # Created by: Bruce A. Mah # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.1 +PORTVERSION= 3.1.1 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 MAINTAINER= bmah@FreeBSD.org COMMENT= Improved tool to measure TCP and UDP bandwidth LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi GNU_CONFIGURE= yes USES= libtool USE_LDCONFIG= yes PORTDOCS= README.md RELEASE_NOTES # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} post-patch: # Don't build stuff that we're not going to install. Among other # things this means we're not going to try to build profiled objects # and/or executables. @${REINPLACE_CMD} -e '/^PROGRAMS /s/\$$(noinst_PROGRAMS)//' ${WRKSRC}/src/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include diff --git a/benchmarks/iperf3/distinfo b/benchmarks/iperf3/distinfo index 3042f98d6f0c..f314171bbf02 100644 --- a/benchmarks/iperf3/distinfo +++ b/benchmarks/iperf3/distinfo @@ -1,2 +1,2 @@ -SHA256 (iperf-3.1.tar.gz) = 4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656 -SIZE (iperf-3.1.tar.gz) = 539380 +SHA256 (iperf-3.1.1.tar.gz) = 62f7c64eafe19046ba974b3ef2d962a5597194d6fbbddde328a15a5e74110564 +SIZE (iperf-3.1.1.tar.gz) = 540266 diff --git a/benchmarks/iperf3/pkg-descr b/benchmarks/iperf3/pkg-descr index 081234e6f22b..c153c576bf7e 100644 --- a/benchmarks/iperf3/pkg-descr +++ b/benchmarks/iperf3/pkg-descr @@ -1,12 +1,12 @@ iperf is a tool for measuring the maximum TCP and UDP bandwidth along a path between two hosts. It allows the tuning of various parameters and UDP characteristics, and reports bandwidth, delay jitter, datagram loss. iperf was originally developed by NLANR/DAST. iperf3 is a new implementation from scratch, with the goal of a smaller, simpler code base, and a library version of the functionality 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://github.com/esnet/iperf +WWW: http://software.es.net/iperf/