Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 04:32:27 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350193 - in head/security/keybase: . files
Message-ID:  <201404050432.s354WRR9080820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \!/
+######################################################################



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