Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 20:28:28 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502354 - in head: . www www/node www/node10 www/node6 www/node8
Message-ID:  <201905232028.x4NKSSOD027913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Thu May 23 20:28:28 2019
New Revision: 502354
URL: https://svnweb.freebsd.org/changeset/ports/502354

Log:
  Remove www/node6
  
  This port reached end-of-life upstream on 2019-04-30. Remove node6-*
  from CONFLICTS for the remaining www/node* ports.
  
  Sponsored by:	Miles AS

Deleted:
  head/www/node6/
Modified:
  head/MOVED
  head/www/Makefile
  head/www/node/Makefile
  head/www/node10/Makefile
  head/www/node8/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu May 23 19:43:29 2019	(r502353)
+++ head/MOVED	Thu May 23 20:28:28 2019	(r502354)
@@ -12759,3 +12759,4 @@ databases/py-mysql-connector-python2|databases/py-mysq
 www/py-requests1||2019-05-19|Temporary port while port consumers moved to requests 2.x support and the www/py-requests port. No longer depended on by any ports
 lang/spidermonkey170|lang/spidermonkey52|2019-05-23|Not depended on, use newer version
 lang/spidermonkey38|lang/spidermonkey52|2019-05-23|Not depended on, use newer version
+www/node6|www/node8|2019-05-23|Has expired: Node.js 6.x LTS reached end-of-life on 2019-04-30, see https://github.com/nodejs/Release

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu May 23 19:43:29 2019	(r502353)
+++ head/www/Makefile	Thu May 23 20:28:28 2019	(r502354)
@@ -460,7 +460,6 @@
     SUBDIR += nibbleblog
     SUBDIR += node
     SUBDIR += node10
-    SUBDIR += node6
     SUBDIR += node8
     SUBDIR += nostromo
     SUBDIR += novnc

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Thu May 23 19:43:29 2019	(r502353)
+++ head/www/node/Makefile	Thu May 23 20:28:28 2019	(r502354)
@@ -48,7 +48,7 @@ USES=		compiler:c++11-lib gmake python:2.7,build pkgco
 
 HAS_CONFIGURE=	yes
 
-CONFLICTS_INSTALL=	node[68]-[0-9]* node10-[0-9]*
+CONFLICTS_INSTALL=	node8-[0-9]* node10-[0-9]*
 
 CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
 		--without-npm \

Modified: head/www/node10/Makefile
==============================================================================
--- head/www/node10/Makefile	Thu May 23 19:43:29 2019	(r502353)
+++ head/www/node10/Makefile	Thu May 23 20:28:28 2019	(r502354)
@@ -50,7 +50,7 @@ USES=		compiler:c++11-lib gmake python:2.7,build pkgco
 
 HAS_CONFIGURE=	yes
 
-CONFLICTS_INSTALL=	node[68]-[0-9]* node-[0-9]*
+CONFLICTS_INSTALL=	node8-[0-9]* node-[0-9]*
 
 CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
 		--without-npm \

Modified: head/www/node8/Makefile
==============================================================================
--- head/www/node8/Makefile	Thu May 23 19:43:29 2019	(r502353)
+++ head/www/node8/Makefile	Thu May 23 20:28:28 2019	(r502354)
@@ -47,7 +47,7 @@ USES=		compiler:c++11-lib gmake python:2.7,build pkgco
 
 HAS_CONFIGURE=	yes
 
-CONFLICTS_INSTALL=	node6-[0-9]* node10-[0-9]* node-[0-9]*
+CONFLICTS_INSTALL=	node10-[0-9]* node-[0-9]*
 
 CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
 		--without-npm \



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