Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:15:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400807 - in head/security/keybase: . files
Message-ID:  <201511042015.tA4KF5vW064247@repo.freebsd.org>

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



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