svn commit: r350193 - in head/security/keybase: . files

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


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

Log:
  Move message to pkg-message

Added:
  head/security/keybase/files/
  head/security/keybase/files/pkg-message.in   (contents, props changed)
Deleted:
  head/security/keybase/pkg-plist
Modified:
  head/security/keybase/Makefile

Modified: head/security/keybase/Makefile
==============================================================================
--- head/security/keybase/Makefile	Sat Apr  5 04:27:28 2014	(r350192)
+++ head/security/keybase/Makefile	Sat Apr  5 04:32:27 2014	(r350193)
@@ -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/nod
 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.

Added: head/security/keybase/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/keybase/files/pkg-message.in	Sat Apr  5 04:32:27 2014	(r350193)
@@ -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 \!/
+######################################################################


More information about the svn-ports-all mailing list