mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to iperf-3.0.5, also track new MASTER_SITES.
While here, use PORTDOCS for listing documentation files. Approved by: mat (mentor) Sponsored by: ESnet
This commit is contained in:
parent
c18e3316de
commit
4a93b234ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358155
@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= iperf
|
||||
PORTVERSION= 3.0.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.0.5
|
||||
CATEGORIES= benchmarks ipv6
|
||||
MASTER_SITES= http://stats.es.net/software/
|
||||
MASTER_SITES= http://downloads.es.net/pub/iperf/
|
||||
PKGNAMESUFFIX= 3
|
||||
|
||||
MAINTAINER= bmah@FreeBSD.org
|
||||
@ -17,6 +16,8 @@ GNU_CONFIGURE= yes
|
||||
USES= libtool:keepla
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= AUTHORS README.md RELEASE_NOTES
|
||||
|
||||
# Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
@ -35,6 +36,6 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS README.md RELEASE_NOTES ${STAGEDIR}${DOCSDIR})
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (iperf-3.0.3.tar.gz) = 79daf3e5e5c933b2fc4843d6d21c98d741fe39b33ac05bd7a11c50d321a2f59d
|
||||
SIZE (iperf-3.0.3.tar.gz) = 351596
|
||||
SHA256 (iperf-3.0.5.tar.gz) = e1e1989985b17a4c03b0fa207004ad164b137e37ab0682fecbf5e93bcaa920a6
|
||||
SIZE (iperf-3.0.5.tar.gz) = 395936
|
||||
|
@ -7,7 +7,3 @@ 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%%
|
||||
|
Loading…
Reference in New Issue
Block a user