svn commit: r436113 - head/www/npm

Antoine Brodin antoine at FreeBSD.org
Mon Mar 13 22:34:07 UTC 2017


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


More information about the svn-ports-all mailing list