Date: Sun, 3 Dec 2017 20:35:51 +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: r455450 - head/www/npm4 Message-ID: <201712032035.vB3KZpAQ057491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 3 20:35:51 2017 New Revision: 455450 URL: https://svnweb.freebsd.org/changeset/ports/455450 Log: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change Modified: head/www/npm4/Makefile Modified: head/www/npm4/Makefile ============================================================================== --- head/www/npm4/Makefile Sun Dec 3 20:35:46 2017 (r455449) +++ head/www/npm4/Makefile Sun Dec 3 20:35:51 2017 (r455450) @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 4.6.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= 4 @@ -20,7 +21,7 @@ CONFLICTS_INSTALL= npm npm2 npm3 NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= cpe python:2,run tar:xz +USES= cpe python:2.7,run 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.vB3KZpAQ057491>