svn commit: r358155 - head/benchmarks/iperf3

Bruce A. Mah bmah at FreeBSD.org
Tue Jun 17 18:20:20 UTC 2014


Author: bmah
Date: Tue Jun 17 18:20:18 2014
New Revision: 358155
URL: http://svnweb.freebsd.org/changeset/ports/358155
QAT: https://qat.redports.org/buildarchive/r358155/

Log:
  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

Modified:
  head/benchmarks/iperf3/Makefile
  head/benchmarks/iperf3/distinfo
  head/benchmarks/iperf3/pkg-plist

Modified: head/benchmarks/iperf3/Makefile
==============================================================================
--- head/benchmarks/iperf3/Makefile	Tue Jun 17 17:45:14 2014	(r358154)
+++ head/benchmarks/iperf3/Makefile	Tue Jun 17 18:20:18 2014	(r358155)
@@ -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 at 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>

Modified: head/benchmarks/iperf3/distinfo
==============================================================================
--- head/benchmarks/iperf3/distinfo	Tue Jun 17 17:45:14 2014	(r358154)
+++ head/benchmarks/iperf3/distinfo	Tue Jun 17 18:20:18 2014	(r358155)
@@ -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

Modified: head/benchmarks/iperf3/pkg-plist
==============================================================================
--- head/benchmarks/iperf3/pkg-plist	Tue Jun 17 17:45:14 2014	(r358154)
+++ head/benchmarks/iperf3/pkg-plist	Tue Jun 17 18:20:18 2014	(r358155)
@@ -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%%


More information about the svn-ports-head mailing list