Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2024 15:02:50 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: 8ed4b968c276 - main - security/keybase: Convert to GO_MOD_DIST
Message-ID:  <202407111502.46BF2oTd016011@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=8ed4b968c2766f408c076c167fcb5391799f5111

commit 8ed4b968c2766f408c076c167fcb5391799f5111
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-11 15:01:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-11 15:01:25 +0000

    security/keybase: Convert to GO_MOD_DIST
    
    - Remove GH_ACCOUNT
---
 security/keybase/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/security/keybase/Makefile b/security/keybase/Makefile
index a9438dd1efb3..f5b111a1e48d 100644
--- a/security/keybase/Makefile
+++ b/security/keybase/Makefile
@@ -3,8 +3,6 @@ PORTVERSION=	6.3.1
 DISTVERSIONPREFIX=	v
 PORTREVISION=	2
 CATEGORIES=	security
-MASTER_SITES=	https://raw.githubusercontent.com/keybase/client/v${PORTVERSION}/go/:gomod
-DISTFILES=	go.mod:gomod
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Keybase.io client and Keybase Filesystem (KBFS)
@@ -18,10 +16,10 @@ LICENSE_FILE=	${WRKSRC}/../LICENSE
 USES=		cpe go:modules
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	keybase
 GH_PROJECT=	client
 
 GO_BUILDFLAGS=	-tags production
+GO_MOD_DIST=	github
 GO_MODULE=	github.com/keybase/client/go
 GO_TARGET=	./keybase ./kbfs/kbfsfuse ./kbfs/kbfsgit/git-remote-keybase ./kbfs/kbfstool
 WRKSRC_SUBDIR=	go



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