Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 17:46:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470910 - in head/benchmarks/iperf: . files
Message-ID:  <201805261746.w4QHkXaV011978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805261746.w4QHkXaV011978>