Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2016 09:41:17 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423048 - head/www/npm2
Message-ID:  <201610010941.u919fHsG023519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Oct  1 09:41:17 2016
New Revision: 423048
URL: https://svnweb.freebsd.org/changeset/ports/423048

Log:
  www/npm2: remove optional dependency on expired www/node010

Modified:
  head/www/npm2/Makefile

Modified: head/www/npm2/Makefile
==============================================================================
--- head/www/npm2/Makefile	Sat Oct  1 09:34:39 2016	(r423047)
+++ head/www/npm2/Makefile	Sat Oct  1 09:41:17 2016	(r423048)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	gmake:devel/gmake
 CONFLICTS_INSTALL=	npm-[0-9]*
 
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	NODE010 NODE012 NODE4
+OPTIONS_SINGLE_BACKEND=	NODE012 NODE4
 OPTIONS_DEFAULT=NODE4
-NODE010_DESC=	Use www/node010 as backend
 NODE012_DESC=	Use www/node012 as backend
 NODE4_DESC=	Use www/node4 as backend
 
@@ -40,7 +39,6 @@ SHEBANG_FILES=	lib/utils/completion.sh \
 		scripts/release.sh \
 		scripts/relocate.sh
 
-NODE010_RUN_DEPENDS=	node010>=0.8.0:www/node010
 NODE012_RUN_DEPENDS=	node012>=0.8.0:www/node012
 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?201610010941.u919fHsG023519>