diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-05 04:32:27 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-05 04:32:27 +0000 |
commit | b42db58477eab82c76f2f045a89b149d69b8158f (patch) | |
tree | 9c92d50c112c39d3068ae020583dd52fbfe06261 /security/keybase | |
parent | 7033918cb2d9d0a424099add2b3774ac9dccbf44 (diff) |
Notes
Diffstat (limited to 'security/keybase')
-rw-r--r-- | security/keybase/Makefile | 3 | ||||
-rw-r--r-- | security/keybase/files/pkg-message.in | 11 | ||||
-rw-r--r-- | security/keybase/pkg-plist | 1 |
3 files changed, 13 insertions, 2 deletions
diff --git a/security/keybase/Makefile b/security/keybase/Makefile index d289c92af62e..45fe2da0e3bd 100644 --- a/security/keybase/Makefile +++ b/security/keybase/Makefile @@ -2,7 +2,7 @@ PORTNAME= keybase PORTVERSION= 0.2.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://dist.keybase.io/pkg/files/ \ LOCAL/bdrewery/${PORTNAME}/:DEFAULT,deps \ @@ -20,6 +20,7 @@ RUN_DEPENDS= node>=0:${PORTSDIR}/www/node \ WRKSRC= ${WRKDIR}/package NO_ARCH= yes NO_BUILD= yes +SUB_FILES= pkg-message # Install it a private place instead of polluting lib/node_modules # which npm(1) owns and will upgrade beneath pkg(8) control. diff --git a/security/keybase/files/pkg-message.in b/security/keybase/files/pkg-message.in new file mode 100644 index 000000000000..13227b89fd3c --- /dev/null +++ b/security/keybase/files/pkg-message.in @@ -0,0 +1,11 @@ +###################################################################### + \!/ WARNING \!/ + \!/ WARNING \!/ + +Keybase is alpha, has a bad security and bug track record, and is written by +e-dating site OkCupid.com. Extreme caution should be used. + +Uploading any private key is strongly discouraged. + + \!/ WARNING \!/ +###################################################################### diff --git a/security/keybase/pkg-plist b/security/keybase/pkg-plist deleted file mode 100644 index 2c83d5bd58de..000000000000 --- a/security/keybase/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@exec echo; echo '######################################################################'; echo ' \!/ WARNING \!/'; echo ' \!/ WARNING \!/'; echo; echo 'Keybase is alpha, has a bad security and bug track record, and is written by e-dating site OkCupid.com. Extreme caution should be used.' | /usr/bin/fmt -w 79; echo; echo 'Uploading any private key is strongly discouraged.'; echo; echo ' \!/ WARNING \!/';echo '######################################################################' |