Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 18:13:25 GMT
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1af2e4eafcf0 - main - benchmarks/netio: make fetchable
Message-ID:  <202109021813.182IDP61056734@gitrepo.freebsd.org>

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

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

commit 1af2e4eafcf061b42d75371ffd4ac7c75f9bf217
Author:     Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2021-09-02 18:10:54 +0000
Commit:     Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2021-09-02 18:13:10 +0000

    benchmarks/netio: make fetchable
    
    * The Source is now on GH
    * Switch to tarball
    * Source is identical to previous zip file apart from
      Copyright update and RCS tag
---
 benchmarks/netio/Makefile | 8 +++-----
 benchmarks/netio/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index c51492108aba..d74dbd1f6be6 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -3,22 +3,20 @@
 PORTNAME=	netio
 PORTVERSION=	1.33
 CATEGORIES=	benchmarks net
-MASTER_SITES=	http://www.ars.de/ \
-		LOCAL/arved
 DISTNAME=	netio133
 
 MAINTAINER=	arved@FreeBSD.org
 COMMENT=	Network benchmark
 
-USES=		dos2unix gmake zip
+USES=		dos2unix gmake
 
 LICENSE=	UNKNOWN
 LICENSE_NAME=	unknown
 LICENSE_TEXT=	Usage permitted for non-commercial purposes only. Sale for profit is not permitted.
 LICENSE_PERMS=	auto-accept
 
-DOS2UNIX_FILES=	Makefile netio.c
-NO_WRKSUBDIR=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	kai-uwe-rommel
 PLIST_FILES=	bin/netio
 CFLAGS+=	-DUNIX -DSOCKLEN_T
 LIBS+=		-pthread
diff --git a/benchmarks/netio/distinfo b/benchmarks/netio/distinfo
index 209c2a6d035a..bf7759406a0f 100644
--- a/benchmarks/netio/distinfo
+++ b/benchmarks/netio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553627772
-SHA256 (netio133.zip) = dc9599862f7a5aa7052a5d28ecd598f9be826f11d54d8a3b136a8d1f5d9a96c6
-SIZE (netio133.zip) = 235931
+TIMESTAMP = 1630605724
+SHA256 (kai-uwe-rommel-netio-1.33_GH0.tar.gz) = 278d78498b41f14d778c7247528ac5f5979e2061b5c54663221f75d4494c7c2a
+SIZE (kai-uwe-rommel-netio-1.33_GH0.tar.gz) = 10888



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