From owner-svn-ports-head@FreeBSD.ORG Sun Dec 28 13:19:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4E058F6; Sun, 28 Dec 2014 13:19:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C729B66028; Sun, 28 Dec 2014 13:19:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBSDJTq7052300; Sun, 28 Dec 2014 13:19:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBSDJTOC052298; Sun, 28 Dec 2014 13:19:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412281319.sBSDJTOC052298@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Dec 2014 13:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375718 - head/security/keybase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 13:19:30 -0000 Author: sunpoet Date: Sun Dec 28 13:19:28 2014 New Revision: 375718 URL: https://svnweb.freebsd.org/changeset/ports/375718 QAT: https://qat.redports.org/buildarchive/r375718/ Log: - Update to 0.7.3 - Use USES=tar:tgz - Cleanup PLIST Changes: https://github.com/keybase/node-client/blob/master/CHANGELOG.md Modified: head/security/keybase/Makefile head/security/keybase/distinfo Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Sun Dec 28 13:19:20 2014 (r375717) +++ head/security/keybase/Makefile Sun Dec 28 13:19:28 2014 (r375718) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= keybase -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= security MASTER_SITES= https://dist.keybase.io/pkg/files/ \ - LOCAL/bdrewery/${PORTNAME}/ \ - http://mirror.shatow.net/freebsd/${PORTNAME}/ -EXTRACT_SUFX= .tgz + LOCAL/sunpoet -MAINTAINER= ports@freebsd.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Keybase.io client LICENSE= BSD3CLAUSE -RUN_DEPENDS= node>=0:${PORTSDIR}/www/node \ - gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg \ + ${LOCALBASE}/bin/node:${PORTSDIR}/www/node -WRKSRC= ${WRKDIR}/package NO_ARCH= yes NO_BUILD= yes +USES= tar:tgz + SUB_FILES= pkg-message +WRKSRC= ${WRKDIR}/package -# Install it a private place instead of polluting lib/node_modules +# 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} @@ -31,17 +31,13 @@ npm-auto-plist: @{ \ ${ECHO_CMD} "bin/${PORTNAME}"; \ ${FIND} ${STAGEDIR}${KEYBASE_PREFIX} -type f -or -type l; \ - ${FIND} ${STAGEDIR}${KEYBASE_PREFIX} -type d -d | ${SED} -e 's,^,@dirrm ,'; \ } | ${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}) + (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} + ${LN} -s ${KEYBASE_PREFIX}/lib/node_modules/${PORTNAME}/bin/main.js ${STAGEDIR}${PREFIX}/bin/${PORTNAME} # Quiet stage-qa post-install: Modified: head/security/keybase/distinfo ============================================================================== --- head/security/keybase/distinfo Sun Dec 28 13:19:20 2014 (r375717) +++ head/security/keybase/distinfo Sun Dec 28 13:19:28 2014 (r375718) @@ -1,2 +1,2 @@ -SHA256 (keybase-0.7.2.tgz) = 217e8e62f327ecc0729c17e1d76a8d16edded2f3a6128d19412151cf20b1abf6 -SIZE (keybase-0.7.2.tgz) = 3593323 +SHA256 (keybase-0.7.3.tgz) = 4601e371e036f80aafa3440d0c518795007747c51e9d02c2832c244062ed71ff +SIZE (keybase-0.7.3.tgz) = 3594189