Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 09:59:56 +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: r502515 - head/www/npm
Message-ID:  <201905250959.x4P9xuSt029434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 25 09:59:56 2019
New Revision: 502515
URL: https://svnweb.freebsd.org/changeset/ports/502515

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

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Sat May 25 09:59:51 2019	(r502514)
+++ head/www/npm/Makefile	Sat May 25 09:59:56 2019	(r502515)
@@ -14,14 +14,13 @@ LICENSE_FILE=	${WRKSRC}/lib/node_modules/npm/LICENSE
 
 RUN_DEPENDS=	gmake:devel/gmake
 
-CONFLICTS_INSTALL?=	npm-node10 npm-node6 npm-node8
+CONFLICTS_INSTALL?=	npm-node10 npm-node8
 
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE NODE10 NODE6 NODE8
+OPTIONS_SINGLE_BACKEND=	NODE NODE10 NODE8
 OPTIONS_DEFAULT=NODE
 NODE_DESC=	Use Node.js 11.x/12.x (www/node) as backend
 NODE10_DESC=	Use Node.js 10.x (www/node10) as backend
-NODE6_DESC=	Use Node.js 6.x (www/node6) as backend
 NODE8_DESC=	Use Node.js 8.x (www/node8) as backend
 
 USES=		cpe python:2.7,run shebangfix tar:xz
@@ -38,7 +37,6 @@ SHEBANG_FILES=	lib/node_modules/npm/node_modules/node-
 
 NODE_RUN_DEPENDS=	node>=0.8.0:www/node
 NODE10_RUN_DEPENDS=	node10>=0.8.0:www/node10
-NODE6_RUN_DEPENDS=	node6>=0.8.0:www/node6
 NODE8_RUN_DEPENDS=	node8>=0.8.0:www/node8
 
 .include <bsd.port.pre.mk>



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