From owner-svn-ports-head@freebsd.org Thu Nov 19 20:45:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE2A9A33545; Thu, 19 Nov 2015 20:45:42 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5DCC1DF6; Thu, 19 Nov 2015 20:45:42 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAJKjfQp081629; Thu, 19 Nov 2015 20:45:41 GMT (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAJKjfhC081626; Thu, 19 Nov 2015 20:45:41 GMT (envelope-from bmah@FreeBSD.org) Message-Id: <201511192045.tAJKjfhC081626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bmah set sender to bmah@FreeBSD.org using -f From: "Bruce A. Mah" Date: Thu, 19 Nov 2015 20:45:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401962 - head/benchmarks/iperf3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 20:45:43 -0000 Author: bmah Date: Thu Nov 19 20:45:41 2015 New Revision: 401962 URL: https://svnweb.freebsd.org/changeset/ports/401962 Log: Update benchmarks/iperf3 to 3.1.1. Also update WWW. Sponsored by: ESnet Modified: head/benchmarks/iperf3/Makefile head/benchmarks/iperf3/distinfo head/benchmarks/iperf3/pkg-descr Modified: head/benchmarks/iperf3/Makefile ============================================================================== --- head/benchmarks/iperf3/Makefile Thu Nov 19 20:34:20 2015 (r401961) +++ head/benchmarks/iperf3/Makefile Thu Nov 19 20:45:41 2015 (r401962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.1 +PORTVERSION= 3.1.1 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 Modified: head/benchmarks/iperf3/distinfo ============================================================================== --- head/benchmarks/iperf3/distinfo Thu Nov 19 20:34:20 2015 (r401961) +++ head/benchmarks/iperf3/distinfo Thu Nov 19 20:45:41 2015 (r401962) @@ -1,2 +1,2 @@ -SHA256 (iperf-3.1.tar.gz) = 4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656 -SIZE (iperf-3.1.tar.gz) = 539380 +SHA256 (iperf-3.1.1.tar.gz) = 62f7c64eafe19046ba974b3ef2d962a5597194d6fbbddde328a15a5e74110564 +SIZE (iperf-3.1.1.tar.gz) = 540266 Modified: head/benchmarks/iperf3/pkg-descr ============================================================================== --- head/benchmarks/iperf3/pkg-descr Thu Nov 19 20:34:20 2015 (r401961) +++ head/benchmarks/iperf3/pkg-descr Thu Nov 19 20:45:41 2015 (r401962) @@ -9,4 +9,4 @@ that can be used in other programs. ipe found in other tools such as nuttcp and netperf, but were missing from iperf 2.x. iperf3 is not backwards compatible with iperf 2.x. -WWW: https://github.com/esnet/iperf +WWW: http://software.es.net/iperf/