Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 04:27:28 +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: r350192 - head/security/keybase
Message-ID:  <201404050427.s354RSnr077271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 @@
+@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 '######################################################################' 



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