Index: head/security/keybase/files/pkg-message.in =================================================================== --- head/security/keybase/files/pkg-message.in (revision 400806) +++ head/security/keybase/files/pkg-message.in (nonexistent) @@ -1,7 +0,0 @@ -###################################################################### - \!/ WARNING \!/ - - Uploading private keys is strongly discouraged. - - \!/ WARNING \!/ -###################################################################### Property changes on: head/security/keybase/files/pkg-message.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/keybase/Makefile =================================================================== --- head/security/keybase/Makefile (revision 400806) +++ head/security/keybase/Makefile (revision 400807) @@ -1,46 +1,45 @@ # $FreeBSD$ PORTNAME= keybase PORTVERSION= 0.7.8 CATEGORIES= security MASTER_SITES= https://dist.keybase.io/pkg/files/ \ LOCAL/sunpoet 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 # which npm(1) owns and will upgrade beneath pkg(8) control. KEYBASE_PREFIX= ${PREFIX}/libexec/${PORTNAME} add-plist-post: npm-auto-plist npm-auto-plist: @{ \ ${ECHO_CMD} "bin/${PORTNAME}"; \ ${FIND} ${STAGEDIR}${KEYBASE_PREFIX} -type f -or -type l; \ } | ${SED} 's,${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} do-install: @${MKDIR} ${WRKDIR}/tmp ${STAGEDIR}${KEYBASE_PREFIX}/lib (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${KEYBASE_PREFIX}/lib/node_modules/${PORTNAME}) ${CHMOD} +x ${STAGEDIR}${KEYBASE_PREFIX}/lib/node_modules/${PORTNAME}/bin/main.js ${LN} -s ${KEYBASE_PREFIX}/lib/node_modules/${PORTNAME}/bin/main.js ${STAGEDIR}${PREFIX}/bin/${PORTNAME} # Quiet stage-qa post-install: @${RM} ${STAGEDIR}${KEYBASE_PREFIX}/lib/node_modules/keybase/node_modules/request/node_modules/node-uuid/benchmark/bench.sh .include Index: head/security/keybase/pkg-message =================================================================== --- head/security/keybase/pkg-message (nonexistent) +++ head/security/keybase/pkg-message (revision 400807) @@ -0,0 +1,7 @@ +###################################################################### + \!/ WARNING \!/ + + Uploading private keys is strongly discouraged. + + \!/ WARNING \!/ +###################################################################### Property changes on: head/security/keybase/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property