svn commit: r455448 - head/www/npm2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 3 20:35:45 UTC 2017
Author: sunpoet
Date: Sun Dec 3 20:35:41 2017
New Revision: 455448
URL: https://svnweb.freebsd.org/changeset/ports/455448
Log:
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
Modified:
head/www/npm2/Makefile
Modified: head/www/npm2/Makefile
==============================================================================
--- head/www/npm2/Makefile Sun Dec 3 20:35:37 2017 (r455447)
+++ head/www/npm2/Makefile Sun Dec 3 20:35:41 2017 (r455448)
@@ -3,6 +3,7 @@
PORTNAME= npm
PORTVERSION= 2.15.12
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
PKGNAMESUFFIX= 2
@@ -31,7 +32,7 @@ MANPREFIX= ${PREFIX}/lib/node_modules/npm
NO_ARCH= yes
NO_BUILD= yes
REINPLACE_ARGS= -i ''
-USES= cpe python:2 shebangfix tar:xz
+USES= cpe python:2.7 shebangfix tar:xz
CPE_VENDOR= npmjs
CPE_PRODUCT= node_packaged_modules
More information about the svn-ports-all
mailing list