svn commit: r393244 - head/www/npm

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


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

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Thu Jul 30 13:40:07 2015	(r393243)
+++ head/www/npm/Makefile	Thu Jul 30 14:11:42 2015	(r393244)
@@ -3,6 +3,7 @@
 
 PORTNAME=	npm
 PORTVERSION=	2.13.2
+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-all mailing list