Date: Mon, 26 Aug 2013 15:59:17 +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: r325400 - head/www/npm Message-ID: <201308261559.r7QFxH5R057501@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 26 15:59:16 2013 New Revision: 325400 URL: http://svnweb.freebsd.org/changeset/ports/325400 Log: - Add executable bit for node-gyp - Bump PORTREVISION for package change Notified by: vanilla Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Mon Aug 26 14:34:21 2013 (r325399) +++ head/www/npm/Makefile Mon Aug 26 15:59:16 2013 (r325400) @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -59,6 +60,7 @@ post-patch: post-install: @${INSTALL_DATA} ${WRKDIR}/npm.conf ${PREFIX}/etc/man.d/npm.conf + @${CHMOD} +x ${PREFIX}/lib/node_modules/npm/bin/node-gyp-bin/node-gyp # maintainer section: # require: bash, git, gmake, node
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308261559.r7QFxH5R057501>