Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 11:50:49 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483656 - head/www/yarn
Message-ID:  <201811011150.wA1BonWr000621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Nov  1 11:50:48 2018
New Revision: 483656
URL: https://svnweb.freebsd.org/changeset/ports/483656

Log:
  Add NODE10 option
  
  Approved by:	maintainer

Modified:
  head/www/yarn/Makefile

Modified: head/www/yarn/Makefile
==============================================================================
--- head/www/yarn/Makefile	Thu Nov  1 10:36:32 2018	(r483655)
+++ head/www/yarn/Makefile	Thu Nov  1 11:50:48 2018	(r483656)
@@ -14,16 +14,18 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	HADOOPCOMPAT
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE6 NODE8 NODE
+OPTIONS_SINGLE_BACKEND=	NODE6 NODE8 NODE10 NODE
 OPTIONS_DEFAULT=	NODE
 HADOOPCOMPAT_DESC=	hadoop2 compatibility, the yarn script is excluded
 NODE_DESC=	Use www/node as backend
+NODE10_DESC=	Use www/node10 as backend
 NODE8_DESC=	Use www/node8 as backend
 NODE6_DESC=	Use www/node6 as backend
 
 OPTIONS_SUB=	yes
 
 NODE_RUN_DEPENDS=	node>=0.8.0:www/node
+NODE10_RUN_DEPENDS=	node10>=10.0.0:www/node10
 NODE8_RUN_DEPENDS=	node8>=0.8.0:www/node8
 NODE6_RUN_DEPENDS=	node6>=0.8.0:www/node6
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811011150.wA1BonWr000621>