Date: Mon, 13 Mar 2017 22:34:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436113 - head/www/npm Message-ID: <201703132234.v2DMY6uZ085936@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Mar 13 22:34:06 2017 New Revision: 436113 URL: https://svnweb.freebsd.org/changeset/ports/436113 Log: Set executable bit on lib/node_modules/npm/bin/npm-cli.js This fixes runtime Modified: head/www/npm/Makefile head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Mon Mar 13 21:54:16 2017 (r436112) +++ head/www/npm/Makefile Mon Mar 13 22:34:06 2017 (r436113) @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Mon Mar 13 21:54:16 2017 (r436112) +++ head/www/npm/pkg-plist Mon Mar 13 22:34:06 2017 (r436113) @@ -14,7 +14,7 @@ lib/node_modules/npm/appveyor.yml @(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd lib/node_modules/npm/bin/npm -lib/node_modules/npm/bin/npm-cli.js +@(,,755) lib/node_modules/npm/bin/npm-cli.js lib/node_modules/npm/bin/npm.cmd lib/node_modules/npm/bin/read-package-json.js lib/node_modules/npm/changelogs/CHANGELOG-1.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703132234.v2DMY6uZ085936>