From owner-svn-ports-all@freebsd.org Thu May 23 20:28:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC54C15B4F11; Thu, 23 May 2019 20:28:29 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92CCF86700; Thu, 23 May 2019 20:28:29 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EA6FA30A; Thu, 23 May 2019 20:28:29 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4NKST8u027918; Thu, 23 May 2019 20:28:29 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4NKSSOD027913; Thu, 23 May 2019 20:28:28 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201905232028.x4NKSSOD027913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 23 May 2019 20:28:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in head: . www www/node www/node10 www/node6 www/node8 X-SVN-Commit-Revision: 502354 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 92CCF86700 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2019 20:28:30 -0000 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 \