Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2021 00:06:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: badb169c1d2c - main - benchmarks/iperf: Update to 2.1.3 (20210714)
Message-ID:  <202107160006.16G06iAf067445@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=badb169c1d2c3a08f2c31ce8cd5b8f1ea8ca3b45

commit badb169c1d2c3a08f2c31ce8cd5b8f1ea8ca3b45
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-15 23:52:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <petef@databits.net>
 
 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



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