From owner-dev-commits-ports-main@freebsd.org Tue Apr 6 07:29:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 4BEAE5D6F56; Tue, 6 Apr 2021 07:29:28 +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 4FDzgD1XMtz3F4Y; Tue, 6 Apr 2021 07:29:28 +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 2656A27B6A; Tue, 6 Apr 2021 07:29:28 +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 1367TSld022092; Tue, 6 Apr 2021 07:29:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1367TSjJ022091; Tue, 6 Apr 2021 07:29:28 GMT (envelope-from git) Date: Tue, 6 Apr 2021 07:29:28 GMT Message-Id: <202104060729.1367TSjJ022091@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 8c7fa30e3e42 - main - www/node10: Mark as deprecated and set expiration date MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8c7fa30e3e427d46f0f0941314ea986c33df9bf0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2021 07:29:28 -0000 The branch main has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c7fa30e3e427d46f0f0941314ea986c33df9bf0 commit 8c7fa30e3e427d46f0f0941314ea986c33df9bf0 Author: Bradley T. Hughes AuthorDate: 2021-03-31 07:17:48 +0000 Commit: Bradley T. Hughes CommitDate: 2021-04-06 07:29:00 +0000 www/node10: Mark as deprecated and set expiration date The Node.js project has set the v10.x end-of-life date to 2021-04-30. Sponsored by: Miles AS --- www/node10/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/node10/Makefile b/www/node10/Makefile index 135128c15f94..b7401b3c5462 100644 --- a/www/node10/Makefile +++ b/www/node10/Makefile @@ -13,6 +13,8 @@ COMMENT= V8 JavaScript for client and server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Node.js v10.x reaches end-of-life on 2021-04-30, see https://github.com/nodejs/Release +EXPIRATION_DATE= 2021-04-30 BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 10.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le