svn commit: r502515 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 25 10:00:00 UTC 2019
Author: sunpoet
Date: Sat May 25 09:59:56 2019
New Revision: 502515
URL: https://svnweb.freebsd.org/changeset/ports/502515
Log:
Remove NODE6 option
node6 expired on Apr 30, 2019.
Modified:
head/www/npm/Makefile
Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile Sat May 25 09:59:51 2019 (r502514)
+++ head/www/npm/Makefile Sat May 25 09:59:56 2019 (r502515)
@@ -14,14 +14,13 @@ LICENSE_FILE= ${WRKSRC}/lib/node_modules/npm/LICENSE
RUN_DEPENDS= gmake:devel/gmake
-CONFLICTS_INSTALL?= npm-node10 npm-node6 npm-node8
+CONFLICTS_INSTALL?= npm-node10 npm-node8
OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE6 NODE8
+OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE8
OPTIONS_DEFAULT=NODE
NODE_DESC= Use Node.js 11.x/12.x (www/node) as backend
NODE10_DESC= Use Node.js 10.x (www/node10) as backend
-NODE6_DESC= Use Node.js 6.x (www/node6) as backend
NODE8_DESC= Use Node.js 8.x (www/node8) as backend
USES= cpe python:2.7,run shebangfix tar:xz
@@ -38,7 +37,6 @@ 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
-NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6
NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8
.include <bsd.port.pre.mk>
More information about the svn-ports-all
mailing list