Date: Tue, 1 May 2018 18:22:11 +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: r468777 - head/www/npm Message-ID: <201805011822.w41IMB5O070652@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 1 18:22:11 2018 New Revision: 468777 URL: https://svnweb.freebsd.org/changeset/ports/468777 Log: Update NODE_DESC Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Tue May 1 17:57:47 2018 (r468776) +++ head/www/npm/Makefile Tue May 1 18:22:11 2018 (r468777) @@ -19,7 +19,7 @@ CONFLICTS_INSTALL?= npm-node4 npm-node6 npm-node8 npm2 OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6 NODE8 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 9.x (www/node) as backend +NODE_DESC= Use Node.js 9.x/10.x (www/node) as backend NODE4_DESC= Use Node.js 4.x (www/node4) as backend NODE6_DESC= Use Node.js 6.x (www/node6) as backend NODE8_DESC= Use Node.js 8.x (www/node8) as backend
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805011822.w41IMB5O070652>