Date: Tue, 9 Feb 2021 08:17:52 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564774 - head/devel/rubygem-execjs Message-ID: <202102090817.1198Hq1O044111@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue Feb 9 08:17:52 2021 New Revision: 564774 URL: https://svnweb.freebsd.org/changeset/ports/564774 Log: Added node14 as option and corrected description for option node. PR: 253361 Submitted by: freebsd-public@it64.de Modified: head/devel/rubygem-execjs/Makefile Modified: head/devel/rubygem-execjs/Makefile ============================================================================== --- head/devel/rubygem-execjs/Makefile Tue Feb 9 08:10:44 2021 (r564773) +++ head/devel/rubygem-execjs/Makefile Tue Feb 9 08:17:52 2021 (r564774) @@ -18,15 +18,17 @@ USE_RUBY= yes NO_ARCH= yes OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 +OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE14 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 13.x (www/node) as backend +NODE_DESC= Use Node.js 15.x (www/node) as backend NODE10_DESC= Use Node.js 10.x (www/node10) as backend NODE12_DESC= Use Node.js 12.x (www/node12) as backend +NODE14_DESC= Use Node.js 14.x (www/node14) as backend NODE_RUN_DEPENDS= node>=0:www/node NODE10_RUN_DEPENDS= node10>=0:www/node10 NODE12_RUN_DEPENDS= node12>=0:www/node12 +NODE14_RUN_DEPENDS= node14>=0:www/node14 post-patch: @${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#' ${WRKSRC}/lib/execjs/runtimes.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102090817.1198Hq1O044111>