Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 15:59:03 +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: r516664 - head/www/npm
Message-ID:  <201911041559.xA4Fx3KX050492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov  4 15:59:03 2019
New Revision: 516664
URL: https://svnweb.freebsd.org/changeset/ports/516664

Log:
  Add NODE12 option

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Mon Nov  4 15:58:57 2019	(r516663)
+++ head/www/npm/Makefile	Mon Nov  4 15:59:03 2019	(r516664)
@@ -20,13 +20,14 @@ NO_ARCH=	yes
 NO_BUILD=	yes
 REINPLACE_ARGS=	-i ''
 
-CONFLICTS_INSTALL?=	npm-node10 npm-node8
+CONFLICTS_INSTALL?=	npm-node10 npm-node12 npm-node8
 
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE NODE10 NODE8
+OPTIONS_SINGLE_BACKEND=	NODE NODE10 NODE12 NODE8
 OPTIONS_DEFAULT=NODE
-NODE_DESC=	Use Node.js 11.x/12.x (www/node) as backend
+NODE_DESC=	Use Node.js 13.x (www/node) as backend
 NODE10_DESC=	Use Node.js 10.x (www/node10) as backend
+NODE12_DESC=	Use Node.js 12.x (www/node12) as backend
 NODE8_DESC=	Use Node.js 8.x (www/node8) as backend
 
 CPE_VENDOR=	npmjs
@@ -37,6 +38,7 @@ SHEBANG_FILES=	lib/node_modules/npm/node_modules/node-
 
 NODE_RUN_DEPENDS=	node>=0.8.0:www/node
 NODE10_RUN_DEPENDS=	node10>=0.8.0:www/node10
+NODE12_RUN_DEPENDS=	node12>=0.8.0:www/node12
 NODE8_RUN_DEPENDS=	node8>=0.8.0:www/node8
 
 .include <bsd.port.pre.mk>



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