Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 16:55:35 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453849 - head/www/yarn
Message-ID:  <201711091655.vA9GtZjP081736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Thu Nov  9 16:55:35 2017
New Revision: 453849
URL: https://svnweb.freebsd.org/changeset/ports/453849

Log:
  www/yarn: Add support to www/node8
  
  Moreover, adopt www/node8 as default option.
  
  PR:		223536
  Submitted by:	daniel@blodan.se
  Approved by:	olivier (mentor)
  Sponsored by:	trivago N.V.
  Differential Revision:	https://reviews.freebsd.org/D13006

Modified:
  head/www/yarn/Makefile

Modified: head/www/yarn/Makefile
==============================================================================
--- head/www/yarn/Makefile	Thu Nov  9 16:38:50 2017	(r453848)
+++ head/www/yarn/Makefile	Thu Nov  9 16:55:35 2017	(r453849)
@@ -3,6 +3,7 @@
 PORTNAME=	yarn
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://yarnpkg.com/downloads/${PORTVERSION}/
 
@@ -14,16 +15,18 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	HADOOPCOMPAT
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE4 NODE6 NODE
-OPTIONS_DEFAULT=	NODE
+OPTIONS_SINGLE_BACKEND=	NODE4 NODE6 NODE8 NODE
+OPTIONS_DEFAULT=	NODE8
 HADOOPCOMPAT_DESC=	hadoop2 compatibility, the yarn script is excluded
 NODE_DESC=	Use www/node as backend
+NODE8_DESC=	Use www/node8 as backend
 NODE6_DESC=	Use www/node6 as backend
 NODE4_DESC=	Use www/node4 as backend
 
 OPTIONS_SUB=	yes
 
 NODE_RUN_DEPENDS=	node>=0.8.0:www/node
+NODE8_RUN_DEPENDS=	node8>=0.8.0:www/node8
 NODE6_RUN_DEPENDS=	node6>=0.8.0:www/node6
 NODE4_RUN_DEPENDS=	node4>=0.8.0:www/node4
 



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