svn commit: r455447 - head/www/npm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:35:41 UTC 2017


Author: sunpoet
Date: Sun Dec  3 20:35:37 2017
New Revision: 455447
URL: https://svnweb.freebsd.org/changeset/ports/455447

Log:
  Change from USES=python:2 to USES=python:2.7
  
  - Bump PORTREVISION for dependency change

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Sun Dec  3 20:35:32 2017	(r455446)
+++ head/www/npm/Makefile	Sun Dec  3 20:35:37 2017	(r455447)
@@ -3,7 +3,7 @@
 
 PORTNAME=	npm
 PORTVERSION=	5.4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 
@@ -27,7 +27,7 @@ NODE8_DESC=	Use Node.js 8.x (www/node8) as backend
 NO_ARCH=	yes
 NO_BUILD=	yes
 REINPLACE_ARGS=	-i ''
-USES=		cpe python:2,run shebangfix tar:xz
+USES=		cpe python:2.7,run shebangfix tar:xz
 
 CPE_VENDOR=	npmjs
 CPE_PRODUCT=	node_packaged_modules


More information about the svn-ports-head mailing list