Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:40:01 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: cf907738fb61 - main - security/keybase: Update WWW and clean up pkg-descr
Message-ID:  <202304091340.339De15Y083144@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=cf907738fb6155a4b8c1bd5306b9b3dd8fc1bf75

commit cf907738fb6155a4b8c1bd5306b9b3dd8fc1bf75
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:30:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:36 +0000

    security/keybase: Update WWW and clean up pkg-descr
---
 security/keybase/Makefile  | 8 ++++----
 security/keybase/pkg-descr | 3 ---
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/security/keybase/Makefile b/security/keybase/Makefile
index c64f3cc1268f..db44909f7112 100644
--- a/security/keybase/Makefile
+++ b/security/keybase/Makefile
@@ -2,15 +2,15 @@ PORTNAME=	keybase
 PORTVERSION=	6.0.4
 PORTREVISION=	3
 DISTVERSIONPREFIX=	v
-MASTER_SITES=	https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/go/:gomod
-#MASTER_SITES=	https://raw.githubusercontent.com/keybase/client/v${PORTVERSION}/go/:gomod
+MASTER_SITES=	https://raw.githubusercontent.com/keybase/client/v${PORTVERSION}/go/:gomod
 CATEGORIES=	security
 DISTFILES=	go.mod:gomod
 
-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Keybase.io client and Keybase Filesystem (KBFS)
-WWW=		https://keybase.io/docs/command_line
+WWW=		https://keybase.io/docs/command_line \
+		https://keybase.io/docs/kbfs \
+		https://github.com/keybase/client
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
diff --git a/security/keybase/pkg-descr b/security/keybase/pkg-descr
index 28d544c421db..e34eb6e9bb8d 100644
--- a/security/keybase/pkg-descr
+++ b/security/keybase/pkg-descr
@@ -8,6 +8,3 @@ Keybase filesystem (KBFS). This client allows you to mount KBFS as a proper
 filesystem at some mountpoint on your local device (by default, /keybase/). It
 communicates locally with the Keybase service, and remotely with three types of
 KBFS servers (block servers, metadata servers, and key servers).
-
-See also: https://keybase.io/docs/kbfs
-See also: https://github.com/keybase/client



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