Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2018 23:03:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471323 - head/www/yarn
Message-ID:  <201806012303.w51N31XZ014916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  1 23:03:01 2018
New Revision: 471323
URL: https://svnweb.freebsd.org/changeset/ports/471323

Log:
  Remove NODE4 option
  
  www/node4 expired on 2018-04-30.

Modified:
  head/www/yarn/Makefile

Modified: head/www/yarn/Makefile
==============================================================================
--- head/www/yarn/Makefile	Fri Jun  1 23:02:56 2018	(r471322)
+++ head/www/yarn/Makefile	Fri Jun  1 23:03:01 2018	(r471323)
@@ -14,20 +14,18 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	HADOOPCOMPAT
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE4 NODE6 NODE8 NODE
+OPTIONS_SINGLE_BACKEND=	NODE6 NODE8 NODE
 OPTIONS_DEFAULT=	NODE
 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
 
 HADOOPCOMPAT_CONFLICTS_INSTALL_OFF=	hadoop2*
 



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