svn commit: r399124 - head/www/npm012

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 12 13:14:14 UTC 2015


Author: amdmi3
Date: Mon Oct 12 13:14:12 2015
New Revision: 399124
URL: https://svnweb.freebsd.org/changeset/ports/399124

Log:
  - Fix one more shebang
  
  Approved by:	portmgr blanket

Modified:
  head/www/npm012/Makefile

Modified: head/www/npm012/Makefile
==============================================================================
--- head/www/npm012/Makefile	Mon Oct 12 13:09:52 2015	(r399123)
+++ head/www/npm012/Makefile	Mon Oct 12 13:14:12 2015	(r399124)
@@ -3,6 +3,7 @@
 
 PORTNAME=	npm
 PORTVERSION=	2.14.7
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 PKGNAMESUFFIX=	012
@@ -25,6 +26,7 @@ CPE_VENDOR=	npmjs
 CPE_PRODUCT=	node_packaged_modules
 
 SHEBANG_FILES=	lib/utils/completion.sh \
+		node_modules/node-gyp/test/docker.sh \
 		node_modules/request/node_modules/node-uuid/benchmark/bench.sh \
 		scripts/clean-old.sh \
 		scripts/release.sh \


More information about the svn-ports-all mailing list