diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2015-10-29 04:10:39 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2015-10-29 04:10:39 +0000 |
commit | 5edbc009f9171fa2343106bc000fe5fa35d59e6c (patch) | |
tree | 6a1c075ff27db31e5c0776cf4fda5711cc78cb84 /benchmarks/iperf3/Makefile | |
parent | e7526c05ad68dbb9e4c475c55b039fda9ca485e4 (diff) | |
download | ports-5edbc009f9171fa2343106bc000fe5fa35d59e6c.tar.gz ports-5edbc009f9171fa2343106bc000fe5fa35d59e6c.zip |
Update to iperf-3.1.
PR: 204092
Submitted by: pkubaj at riseup dot net
Sponsored by: ESnet
Notes
Notes:
svn path=/head/; revision=400440
Diffstat (limited to 'benchmarks/iperf3/Makefile')
-rw-r--r-- | benchmarks/iperf3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index 54d3a70b1221..b211584d9c8b 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.0.11 +PORTVERSION= 3.1 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USES= libtool USE_LDCONFIG= yes -PORTDOCS= AUTHORS README.md RELEASE_NOTES +PORTDOCS= README.md RELEASE_NOTES # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} |