From 917013e8dc5f1bb75014c8c977727389a9734561 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 3 Dec 2017 20:35:46 +0000 Subject: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change --- www/npm3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/npm3/Makefile b/www/npm3/Makefile index 7650b3bdec47..0dca720ab828 100644 --- a/www/npm3/Makefile +++ b/www/npm3/Makefile @@ -3,7 +3,7 @@ PORTNAME= npm PORTVERSION= 3.10.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= 3 @@ -31,7 +31,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 -- cgit