svn commit: r393245 - branches/2015Q3/www/npm

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 30 14:13:43 UTC 2015


Author: amdmi3
Date: Thu Jul 30 14:13:42 2015
New Revision: 393245
URL: https://svnweb.freebsd.org/changeset/ports/393245

Log:
  MFH: r393244
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/www/npm/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/www/npm/Makefile
==============================================================================
--- branches/2015Q3/www/npm/Makefile	Thu Jul 30 14:11:42 2015	(r393244)
+++ branches/2015Q3/www/npm/Makefile	Thu Jul 30 14:13:42 2015	(r393245)
@@ -3,6 +3,7 @@
 
 PORTNAME=	npm
 PORTVERSION=	2.11.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 
@@ -23,7 +24,13 @@ MAKE_ARGS=	npm_config_prefix=${STAGEDIR}
 NO_ARCH=	yes
 NO_BUILD=	yes
 REINPLACE_ARGS=	-i ''
-USES=		cpe python:2 tar:xz
+SHEBANG_FILES=	lib/utils/completion.sh \
+		node_modules/request/node_modules/node-uuid/benchmark/bench.sh \
+		scripts/clean-old.sh \
+		scripts/release.sh \
+		scripts/relocate.sh \
+		test/update-test.sh
+USES=		cpe python:2 shebangfix tar:xz
 
 MANPREFIX=	${PREFIX}/lib/node_modules/npm
 


More information about the svn-ports-branches mailing list