svn commit: r350192 - head/security/keybase

Bryan Drewery bdrewery at FreeBSD.org
Sat Apr 5 04:27:28 UTC 2014


Author: bdrewery
Date: Sat Apr  5 04:27:28 2014
New Revision: 350192
URL: http://svnweb.freebsd.org/changeset/ports/350192
QAT: https://qat.redports.org/buildarchive/r350192/

Log:
  Add missed warning from r350191

Added:
  head/security/keybase/pkg-plist   (contents, props changed)
Modified:
  head/security/keybase/Makefile

Modified: head/security/keybase/Makefile
==============================================================================
--- head/security/keybase/Makefile	Sat Apr  5 04:25:55 2014	(r350191)
+++ head/security/keybase/Makefile	Sat Apr  5 04:27:28 2014	(r350192)
@@ -2,6 +2,7 @@
 
 PORTNAME=	keybase
 PORTVERSION=	0.2.18
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://dist.keybase.io/pkg/files/ \
 		LOCAL/bdrewery/${PORTNAME}/:DEFAULT,deps \

Added: head/security/keybase/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/keybase/pkg-plist	Sat Apr  5 04:27:28 2014	(r350192)
@@ -0,0 +1 @@
+ at 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 '######################################################################' 


More information about the svn-ports-all mailing list