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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 25 10:02:25 UTC 2019


Author: sunpoet
Date: Sat May 25 10:02:21 2019
New Revision: 502545
URL: https://svnweb.freebsd.org/changeset/ports/502545

Log:
  Remove NODE6 option
  
  node6 expired on Apr 30, 2019.

Modified:
  head/devel/rubygem-execjs/Makefile

Modified: head/devel/rubygem-execjs/Makefile
==============================================================================
--- head/devel/rubygem-execjs/Makefile	Sat May 25 10:02:16 2019	(r502544)
+++ head/devel/rubygem-execjs/Makefile	Sat May 25 10:02:21 2019	(r502545)
@@ -18,15 +18,13 @@ USE_RUBY=	yes
 NO_ARCH=	yes
 
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE NODE6 NODE8 NODE10
+OPTIONS_SINGLE_BACKEND=	NODE NODE8 NODE10
 OPTIONS_DEFAULT=NODE
 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
 
 NODE_RUN_DEPENDS=	node>=0:www/node
-NODE6_RUN_DEPENDS=	node6>=0:www/node6
 NODE8_RUN_DEPENDS=	node8>=0:www/node8
 NODE10_RUN_DEPENDS=	node10>=0:www/node10
 


More information about the svn-ports-all mailing list