From owner-dev-commits-ports-all@freebsd.org Sat Jun 26 12:17:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F1E2A65306F; Sat, 26 Jun 2021 12:17:49 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GBtDY6NwPz4hql; Sat, 26 Jun 2021 12:17:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEE411EC3F; Sat, 26 Jun 2021 12:17:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15QCHnJg000785; Sat, 26 Jun 2021 12:17:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QCHncO000784; Sat, 26 Jun 2021 12:17:49 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:17:49 GMT Message-Id: <202106261217.15QCHncO000784@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 8eb508f23b68 - main - cleanup: remove more optional Node 10/12 usages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8eb508f23b685898ee99ba2d7933608d5cce1740 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:17:50 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eb508f23b685898ee99ba2d7933608d5cce1740 commit 8eb508f23b685898ee99ba2d7933608d5cce1740 Author: Rene Ladan AuthorDate: 2021-06-26 12:15:31 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:15:31 +0000 cleanup: remove more optional Node 10/12 usages --- devel/rubygem-execjs/Makefile | 8 ++------ www/npm-node14/Makefile | 4 ++-- www/npm/Makefile | 13 +++---------- www/yarn-node14/Makefile | 4 ++-- www/yarn/Makefile | 11 +---------- 5 files changed, 10 insertions(+), 30 deletions(-) diff --git a/devel/rubygem-execjs/Makefile b/devel/rubygem-execjs/Makefile index f72130c5d030..222fc95c31c1 100644 --- a/devel/rubygem-execjs/Makefile +++ b/devel/rubygem-execjs/Makefile @@ -17,16 +17,12 @@ USE_RUBY= yes NO_ARCH= yes OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE14 +OPTIONS_SINGLE_BACKEND= NODE NODE14 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 15.x (www/node) as backend -NODE10_DESC= Use Node.js 10.x (www/node10) as backend -NODE12_DESC= Use Node.js 12.x (www/node12) as backend +NODE_DESC= Use Node.js 16.x (www/node) as backend NODE14_DESC= Use Node.js 14.x (www/node14) as backend NODE_RUN_DEPENDS= node>=0:www/node -NODE10_RUN_DEPENDS= node10>=0:www/node10 -NODE12_RUN_DEPENDS= node12>=0:www/node12 NODE14_RUN_DEPENDS= node14>=0:www/node14 post-patch: diff --git a/www/npm-node14/Makefile b/www/npm-node14/Makefile index 7b46de5719f4..07a04844a7ca 100644 --- a/www/npm-node14/Makefile +++ b/www/npm-node14/Makefile @@ -2,9 +2,9 @@ PKGNAMESUFFIX= -node14 -CONFLICTS_INSTALL= npm npm-node10 npm-node12 +CONFLICTS_INSTALL= npm -OPTIONS_EXCLUDE=NODE NODE10 NODE12 +OPTIONS_EXCLUDE=NODE OPTIONS_SLAVE= NODE14 MASTERDIR= ${.CURDIR}/../npm diff --git a/www/npm/Makefile b/www/npm/Makefile index 6a14d0f4d9b2..a1d7ba2b2f78 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -19,13 +19,12 @@ NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -CONFLICTS_INSTALL?= npm-node10 npm-node14 +CONFLICTS_INSTALL?= npm-node14 OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE14 +OPTIONS_SINGLE_BACKEND= NODE NODE14 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 15.x (www/node) as backend -NODE10_DESC= Use Node.js 10.x (www/node10) as backend +NODE_DESC= Use Node.js 16.x (www/node) as backend NODE14_DESC= Use Node.js 14.x (www/node14) as backend CPE_VENDOR= npmjs @@ -35,16 +34,10 @@ SHEBANG_GLOB= *.py SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples NODE_RUN_DEPENDS= node>=0.8.0:www/node -NODE10_RUN_DEPENDS= node10>=0.8.0:www/node10 NODE14_RUN_DEPENDS= node14>=0.8.0:www/node14 .include -.if ${PORT_OPTIONS:MNODE10} -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 -.endif - .if ${ARCH} == i386 # Workaround for kernel bug 178881 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bug-178881 diff --git a/www/yarn-node14/Makefile b/www/yarn-node14/Makefile index 41bec036c377..7e51b027382d 100644 --- a/www/yarn-node14/Makefile +++ b/www/yarn-node14/Makefile @@ -2,9 +2,9 @@ PKGNAMESUFFIX= -node14 -CONFLICTS_INSTALL= yarn yarn-node10 yarn-node12 +CONFLICTS_INSTALL= yarn -OPTIONS_EXCLUDE= NODE NODE10 NODE12 +OPTIONS_EXCLUDE= NODE OPTIONS_SLAVE= NODE14 MASTERDIR= ${.CURDIR}/../yarn diff --git a/www/yarn/Makefile b/www/yarn/Makefile index d961b3088177..f58e153b410f 100644 --- a/www/yarn/Makefile +++ b/www/yarn/Makefile @@ -14,18 +14,16 @@ CONFLICTS_INSTALL?= yarn-node14 yarn-node10 OPTIONS_DEFINE= HADOOPCOMPAT OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE10 NODE14 NODE +OPTIONS_SINGLE_BACKEND= NODE14 NODE OPTIONS_DEFAULT= NODE HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded NODE_DESC= Use www/node as backend NODE14_DESC= Use www/node14 as backend -NODE10_DESC= Use www/node10 as backend OPTIONS_SUB= yes NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE14_RUN_DEPENDS= node14>=14.0.0:www/node14 -NODE10_RUN_DEPENDS= node10>=10.0.0:www/node10 HADOOPCOMPAT_CONFLICTS_INSTALL_OFF= hadoop2* @@ -52,11 +50,4 @@ do-install-HADOOPCOMPAT-off: ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn \ ${STAGEDIR}${PREFIX}/bin/yarn -.include - -.if ${PORT_OPTIONS:MNODE10} -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 -.endif - .include