Date: Sun, 3 Dec 2017 20:35:37 +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: r455447 - head/www/npm Message-ID: <201712032035.vB3KZbQ9057167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032035.vB3KZbQ9057167>