commit 1c940008065fce8a407169ad6b2c438c35ab9936 Author: Bradley T. Hughes Date: Tue Apr 12 07:47:13 2016 +0000 www/npm2: change default backend to node-4.x Have the LTS version of npm depend on the LTS version of node by default. diff --git a/www/npm2/Makefile b/www/npm2/Makefile index e3ceb90..e4eb102 100644 --- a/www/npm2/Makefile +++ b/www/npm2/Makefile @@ -18,12 +18,12 @@ RUN_DEPENDS= gmake:devel/gmake CONFLICTS_INSTALL= npm-[0-9]* OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE010 NODE012 NODE4 -OPTIONS_DEFAULT=NODE +OPTIONS_SINGLE_BACKEND= NODE4 NODE NODE010 NODE012 +OPTIONS_DEFAULT= NODE4 +NODE4_DESC= Use www/node4 as backend NODE_DESC= Use www/node as backend NODE010_DESC= Use www/node010 as backend NODE012_DESC= Use www/node012 as backend -NODE4_DESC= Use www/node4 as backend MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} MANPREFIX= ${PREFIX}/lib/node_modules/npm @@ -43,10 +43,10 @@ SHEBANG_FILES= lib/utils/completion.sh \ scripts/relocate.sh \ test/update-test.sh +NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE010_RUN_DEPENDS= node010>=0.8.0:www/node010 NODE012_RUN_DEPENDS= node012>=0.8.0:www/node012 -NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 .include