svn commit: r470910 - in head/benchmarks/iperf: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 26 17:46:34 UTC 2018


Author: sunpoet
Date: Sat May 26 17:46:33 2018
New Revision: 470910
URL: https://svnweb.freebsd.org/changeset/ports/470910

Log:
  Update to 2.0.11
  
  - Convert to options target helper
  
  Changes:	https://sourceforge.net/projects/iperf2/files/readme.txt/view
  Notified by:	Robert McMahon <rjmcmahon at rjmcmahon.com>

Deleted:
  head/benchmarks/iperf/files/patch-src-Client.cpp
Modified:
  head/benchmarks/iperf/Makefile
  head/benchmarks/iperf/distinfo

Modified: head/benchmarks/iperf/Makefile
==============================================================================
--- head/benchmarks/iperf/Makefile	Sat May 26 17:43:21 2018	(r470909)
+++ head/benchmarks/iperf/Makefile	Sat May 26 17:46:33 2018	(r470910)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	iperf
-PORTVERSION=	2.0.10
-PORTREVISION=	1
+PORTVERSION=	2.0.11
 CATEGORIES=	benchmarks
 MASTER_SITES=	SF/${PORTNAME}2
 
@@ -26,7 +25,7 @@ IPV6_CONFIGURE_ENABLE=	ipv6
 THREADS_CONFIGURE_ENABLE=	threads
 THREADS_LDFLAGS=	-lpthread
 
-post-install:
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/
 

Modified: head/benchmarks/iperf/distinfo
==============================================================================
--- head/benchmarks/iperf/distinfo	Sat May 26 17:43:21 2018	(r470909)
+++ head/benchmarks/iperf/distinfo	Sat May 26 17:46:33 2018	(r470910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502528492
-SHA256 (iperf-2.0.10.tar.gz) = 7fe4348dcca313b74e0aa9c34a8ccd713b84a5615b8578f4aa94cedce9891ef2
-SIZE (iperf-2.0.10.tar.gz) = 290282
+TIMESTAMP = 1527215082
+SHA256 (iperf-2.0.11.tar.gz) = b7d650d07c6bb0e357b5938a20e4ac33876012fddb952299c5d321e6958da5d2
+SIZE (iperf-2.0.11.tar.gz) = 330923


More information about the svn-ports-all mailing list