Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2016 21:16:54 +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: r429462 - head/www/npm2
Message-ID:  <201612252116.uBPLGs0W017841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 25 21:16:54 2016
New Revision: 429462
URL: https://svnweb.freebsd.org/changeset/ports/429462

Log:
  - Remove NODE012 option
  - Add NODE and NODE6 option

Modified:
  head/www/npm2/Makefile

Modified: head/www/npm2/Makefile
==============================================================================
--- head/www/npm2/Makefile	Sun Dec 25 21:03:54 2016	(r429461)
+++ head/www/npm2/Makefile	Sun Dec 25 21:16:54 2016	(r429462)
@@ -17,10 +17,11 @@ RUN_DEPENDS=	gmake:devel/gmake
 CONFLICTS_INSTALL=	npm- npm3-
 
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE012 NODE4
+OPTIONS_SINGLE_BACKEND=	NODE NODE4 NODE6
 OPTIONS_DEFAULT=NODE4
-NODE012_DESC=	Use www/node012 as backend
+NODE_DESC=	Use www/node as backend
 NODE4_DESC=	Use www/node4 as backend
+NODE6_DESC=	Use www/node6 as backend
 
 MAKE_ARGS=	npm_config_prefix=${STAGEDIR}${PREFIX}
 MANPREFIX=	${PREFIX}/lib/node_modules/npm
@@ -39,8 +40,9 @@ SHEBANG_FILES=	lib/utils/completion.sh \
 		scripts/release.sh \
 		scripts/relocate.sh
 
-NODE012_RUN_DEPENDS=	node012>=0.8.0:www/node012
+NODE_RUN_DEPENDS=	node>=0.8.0:www/node
 NODE4_RUN_DEPENDS=	node4>=0.8.0:www/node4
+NODE6_RUN_DEPENDS=	node6>=0.8.0:www/node6
 
 .include <bsd.port.pre.mk>
 



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