Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:35:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455449 - head/www/npm3
Message-ID:  <201712032035.vB3KZknf057382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  3 20:35:46 2017
New Revision: 455449
URL: https://svnweb.freebsd.org/changeset/ports/455449

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

Modified:
  head/www/npm3/Makefile

Modified: head/www/npm3/Makefile
==============================================================================
--- head/www/npm3/Makefile	Sun Dec  3 20:35:41 2017	(r455448)
+++ head/www/npm3/Makefile	Sun Dec  3 20:35:46 2017	(r455449)
@@ -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



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