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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:15:07 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:15:05 2015
New Revision: 400807
URL: https://svnweb.freebsd.org/changeset/ports/400807

Log:
  - Add LICENSE_FILE
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin
  - Remove PKGMESSAGE from SUB_FILES

Added:
  head/security/keybase/pkg-message
     - copied unchanged from r400756, head/security/keybase/files/pkg-message.in
Deleted:
  head/security/keybase/files/
Modified:
  head/security/keybase/Makefile

Modified: head/security/keybase/Makefile
==============================================================================
--- head/security/keybase/Makefile	Wed Nov  4 20:15:00 2015	(r400806)
+++ head/security/keybase/Makefile	Wed Nov  4 20:15:05 2015	(r400807)
@@ -10,15 +10,14 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Keybase.io client
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg \
-		${LOCALBASE}/bin/node:${PORTSDIR}/www/node
+RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
+		node:${PORTSDIR}/www/node
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		tar:tgz
-
-SUB_FILES=	pkg-message
 WRKSRC=		${WRKDIR}/package
 
 # Install it to a private place instead of polluting lib/node_modules

Copied: head/security/keybase/pkg-message (from r400756, head/security/keybase/files/pkg-message.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/keybase/pkg-message	Wed Nov  4 20:15:05 2015	(r400807, copy of r400756, head/security/keybase/files/pkg-message.in)
@@ -0,0 +1,7 @@
+######################################################################
+                         \!/ WARNING \!/
+
+          Uploading private keys is strongly discouraged.
+
+                         \!/ WARNING \!/
+######################################################################


More information about the svn-ports-all mailing list