svn commit: r499877 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 24 17:42:13 UTC 2019
Author: sunpoet
Date: Wed Apr 24 17:42:12 2019
New Revision: 499877
URL: https://svnweb.freebsd.org/changeset/ports/499877
Log:
Update NODE_DESC after r499831
Modified:
head/www/npm/Makefile
Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile Wed Apr 24 17:42:07 2019 (r499876)
+++ head/www/npm/Makefile Wed Apr 24 17:42:12 2019 (r499877)
@@ -19,7 +19,7 @@ CONFLICTS_INSTALL?= npm-node10 npm-node6 npm-node8
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE6 NODE8
OPTIONS_DEFAULT=NODE
-NODE_DESC= Use Node.js 11.x (www/node) as backend
+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
More information about the svn-ports-all
mailing list