svn commit: r499889 - head/devel/rubygem-execjs
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 24 17:43:15 UTC 2019
Author: sunpoet
Date: Wed Apr 24 17:43:11 2019
New Revision: 499889
URL: https://svnweb.freebsd.org/changeset/ports/499889
Log:
Update NODE_DESC after r499831
Modified:
head/devel/rubygem-execjs/Makefile
Modified: head/devel/rubygem-execjs/Makefile
==============================================================================
--- head/devel/rubygem-execjs/Makefile Wed Apr 24 17:43:05 2019 (r499888)
+++ head/devel/rubygem-execjs/Makefile Wed Apr 24 17:43:11 2019 (r499889)
@@ -20,7 +20,7 @@ NO_ARCH= yes
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= NODE NODE6 NODE8 NODE10
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
NODE6_DESC= Use Node.js 6.x (www/node6) as backend
NODE8_DESC= Use Node.js 8.x (www/node8) as backend
NODE10_DESC= Use Node.js 10.x (www/node10) as backend
More information about the svn-ports-all
mailing list