Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 08:32:06 GMT
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52feae4ca68f - main - net/benthos: remove explicit usage of GITHUB
Message-ID:  <202405060832.4468W6tX040587@gitrepo.freebsd.org>

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

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

commit 52feae4ca68faaad2383d0c2dd2a7b9e9a0b835c
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2024-05-05 19:35:06 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2024-05-06 08:31:57 +0000

    net/benthos: remove explicit usage of GITHUB
    
    - Replace PORTVERSION with DISTVERSION
---
 net/benthos/Makefile |  5 +----
 net/benthos/distinfo | 12 +++++-------
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/net/benthos/Makefile b/net/benthos/Makefile
index 1a77541db6f3..5e9399bf9636 100644
--- a/net/benthos/Makefile
+++ b/net/benthos/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	benthos
-PORTVERSION=	4.27.0
+DISTVERSION=	4.27.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -11,12 +11,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
-USE_GITHUB=	yes
-GH_ACCOUNT=	benthosdev
 USE_RC_SUBR=	benthos
 
 GO_MODULE=	github.com/benthosdev/benthos/v4
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 GO_TARGET=	./cmd/benthos
 
 USERS=		benthos
diff --git a/net/benthos/distinfo b/net/benthos/distinfo
index 8eee0cc40fef..f011bc43a9b7 100644
--- a/net/benthos/distinfo
+++ b/net/benthos/distinfo
@@ -1,7 +1,5 @@
-TIMESTAMP = 1714857427
-SHA256 (go/net_benthos/benthosdev-benthos-v4.27.0_GH0/v4.27.0.mod) = 8fbe69c73f2e5da6b0169269b175adfe0edb34b33b401162960d04ef455933eb
-SIZE (go/net_benthos/benthosdev-benthos-v4.27.0_GH0/v4.27.0.mod) = 17442
-SHA256 (go/net_benthos/benthosdev-benthos-v4.27.0_GH0/v4.27.0.zip) = 94b8ad0e6f6feb7138391c96580e9a3482f1a5e0f8631d4839ebd182b935e21e
-SIZE (go/net_benthos/benthosdev-benthos-v4.27.0_GH0/v4.27.0.zip) = 3980482
-SHA256 (go/net_benthos/benthosdev-benthos-v4.27.0_GH0/benthosdev-benthos-v4.27.0_GH0.tar.gz) = f196b90d1df54641110f9ac04e7b82c079190495e1a26785056cc9bd8abd2e09
-SIZE (go/net_benthos/benthosdev-benthos-v4.27.0_GH0/benthosdev-benthos-v4.27.0_GH0.tar.gz) = 2917074
+TIMESTAMP = 1714921213
+SHA256 (go/net_benthos/benthos-v4.27.0/v4.27.0.mod) = 8fbe69c73f2e5da6b0169269b175adfe0edb34b33b401162960d04ef455933eb
+SIZE (go/net_benthos/benthos-v4.27.0/v4.27.0.mod) = 17442
+SHA256 (go/net_benthos/benthos-v4.27.0/v4.27.0.zip) = 94b8ad0e6f6feb7138391c96580e9a3482f1a5e0f8631d4839ebd182b935e21e
+SIZE (go/net_benthos/benthos-v4.27.0/v4.27.0.zip) = 3980482



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