From owner-dev-commits-ports-all@freebsd.org Fri Jul 16 00:06:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A74F653E47; Fri, 16 Jul 2021 00:06:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GQs3m2H4Hz3D1D; Fri, 16 Jul 2021 00:06:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 318BE134F9; Fri, 16 Jul 2021 00:06:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16G06i74067446; Fri, 16 Jul 2021 00:06:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16G06iAf067445; Fri, 16 Jul 2021 00:06:44 GMT (envelope-from git) Date: Fri, 16 Jul 2021 00:06:44 GMT Message-Id: <202107160006.16G06iAf067445@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: badb169c1d2c - main - benchmarks/iperf: Update to 2.1.3 (20210714) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: badb169c1d2c3a08f2c31ce8cd5b8f1ea8ca3b45 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2021 00:06:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=badb169c1d2c3a08f2c31ce8cd5b8f1ea8ca3b45 commit badb169c1d2c3a08f2c31ce8cd5b8f1ea8ca3b45 Author: Po-Chuan Hsieh AuthorDate: 2021-07-15 23:52:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-15 23:52:16 +0000 benchmarks/iperf: Update to 2.1.3 (20210714) Changes: https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES https://sourceforge.net/p/iperf2/code/ci/master/log/ --- benchmarks/iperf/Makefile | 8 ++------ benchmarks/iperf/distinfo | 6 +++--- benchmarks/iperf/pkg-plist | 6 ++++++ 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index d9e25e4d98c5..e23da5689b79 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -1,10 +1,10 @@ # Created by: Pete Fritchman PORTNAME= iperf -DISTVERSION= 2.1.1 +PORTVERSION= 2.1.3 CATEGORIES= benchmarks MASTER_SITES= SF/iperf2 \ - LOCAL/sunpoet/iperf/20210622 + LOCAL/sunpoet/iperf/20210714 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool to measure maximum TCP and UDP bandwidth @@ -15,10 +15,6 @@ USES= cpe GNU_CONFIGURE= yes -PLIST_FILES= bin/iperf \ - man/man1/iperf.1.gz -PORTDOCS= * - CPE_VENDOR= iperf_project OPTIONS_DEFINE= DOCS IPV6 THREADS diff --git a/benchmarks/iperf/distinfo b/benchmarks/iperf/distinfo index f3b8e0c8a992..4d3c8d8710bd 100644 --- a/benchmarks/iperf/distinfo +++ b/benchmarks/iperf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624630048 -SHA256 (iperf-2.1.1.tar.gz) = 9873b540131049dac04887296ebb69f4992036715e9045c7efe00e7a3c7f3308 -SIZE (iperf-2.1.1.tar.gz) = 393877 +TIMESTAMP = 1626383162 +SHA256 (iperf-2.1.3.tar.gz) = dfe2197e2842fe9c9d9677bf1cb20a5a9ccfcb9a9de79f9927c39f73204ba003 +SIZE (iperf-2.1.3.tar.gz) = 392145 diff --git a/benchmarks/iperf/pkg-plist b/benchmarks/iperf/pkg-plist new file mode 100644 index 000000000000..25c67af8d3c0 --- /dev/null +++ b/benchmarks/iperf/pkg-plist @@ -0,0 +1,6 @@ +bin/iperf +man/man1/iperf.1.gz +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/dast.gif +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/ui_license.html