Date: Wed, 6 Dec 2017 17:42:24 +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: r455666 - head/www/npm Message-ID: <201712061742.vB6HgOWc029920@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712061742.vB6HgOWc029920>