Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2015 14:13:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393245 - branches/2015Q3/www/npm
Message-ID:  <201507301413.t6UEDhtB061992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507301413.t6UEDhtB061992>