svn commit: r455666 - head/www/npm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 6 17:42:25 UTC 2017


Author: sunpoet
Date: Wed Dec  6 17:42:23 2017
New Revision: 455666
URL: https://svnweb.freebsd.org/changeset/ports/455666

Log:
  Fix npx permission
  
  - Bump PORTREVISION for package change
  
  PR:		223782
  Reported by:	Lapo Luchini <lapo at lapo.it>

Modified:
  head/www/npm/Makefile
  head/www/npm/pkg-plist

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Wed Dec  6 17:30:06 2017	(r455665)
+++ head/www/npm/Makefile	Wed Dec  6 17:42:23 2017	(r455666)
@@ -3,7 +3,7 @@
 
 PORTNAME=	npm
 PORTVERSION=	5.4.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 

Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist	Wed Dec  6 17:30:06 2017	(r455665)
+++ head/www/npm/pkg-plist	Wed Dec  6 17:42:23 2017	(r455666)
@@ -20,7 +20,7 @@ lib/node_modules/npm/bin/npm
 @(,,755) lib/node_modules/npm/bin/npm-cli.js
 lib/node_modules/npm/bin/npm.cmd
 lib/node_modules/npm/bin/npx
-lib/node_modules/npm/bin/npx-cli.js
+@(,,755) lib/node_modules/npm/bin/npx-cli.js
 lib/node_modules/npm/bin/npx.cmd
 lib/node_modules/npm/changelogs/CHANGELOG-1.md
 lib/node_modules/npm/changelogs/CHANGELOG-2.md


More information about the svn-ports-head mailing list