svn commit: r521205 - head/devel/rubygem-execjs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 07:51:18 UTC 2019


Author: sunpoet
Date: Sat Dec 28 07:51:17 2019
New Revision: 521205
URL: https://svnweb.freebsd.org/changeset/ports/521205

Log:
  Add NODE12 option
  
  PR:		242875
  Submitted by:	Norikatsu Shigemura <nork at ninth-nine.com>

Modified:
  head/devel/rubygem-execjs/Makefile

Modified: head/devel/rubygem-execjs/Makefile
==============================================================================
--- head/devel/rubygem-execjs/Makefile	Sat Dec 28 07:43:22 2019	(r521204)
+++ head/devel/rubygem-execjs/Makefile	Sat Dec 28 07:51:17 2019	(r521205)
@@ -18,15 +18,17 @@ USE_RUBY=	yes
 NO_ARCH=	yes
 
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE NODE8 NODE10
+OPTIONS_SINGLE_BACKEND=	NODE NODE10 NODE12 NODE8
 OPTIONS_DEFAULT=NODE
-NODE_DESC=	Use Node.js 11.x/12.x (www/node) as backend
-NODE8_DESC=	Use Node.js 8.x (www/node8) as backend
+NODE_DESC=	Use Node.js 13.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
+NODE8_DESC=	Use Node.js 8.x (www/node8) as backend
 
 NODE_RUN_DEPENDS=	node>=0:www/node
-NODE8_RUN_DEPENDS=	node8>=0:www/node8
 NODE10_RUN_DEPENDS=	node10>=0:www/node10
+NODE12_RUN_DEPENDS=	node12>=0:www/node12
+NODE8_RUN_DEPENDS=	node8>=0:www/node8
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#' ${WRKSRC}/lib/execjs/runtimes.rb


More information about the svn-ports-all mailing list