diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-09 13:30:11 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-09 13:36:36 +0000 |
commit | cf907738fb6155a4b8c1bd5306b9b3dd8fc1bf75 (patch) | |
tree | ec770bbf6e67a18123e624ae540827f9899a4247 /security/keybase | |
parent | 440c2c6a26303e1a1db6e5f5de039d64bac4ff3a (diff) | |
download | ports-cf907738fb6155a4b8c1bd5306b9b3dd8fc1bf75.tar.gz ports-cf907738fb6155a4b8c1bd5306b9b3dd8fc1bf75.zip |
security/keybase: Update WWW and clean up pkg-descr
Diffstat (limited to 'security/keybase')
-rw-r--r-- | security/keybase/Makefile | 8 | ||||
-rw-r--r-- | 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 |