Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 07:29:28 GMT
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c7fa30e3e42 - main - www/node10: Mark as deprecated and set expiration date
Message-ID:  <202104060729.1367TSjJ022091@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bhughes:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c7fa30e3e427d46f0f0941314ea986c33df9bf0

commit 8c7fa30e3e427d46f0f0941314ea986c33df9bf0
Author:     Bradley T. Hughes <bhughes@FreeBSD.org>
AuthorDate: 2021-03-31 07:17:48 +0000
Commit:     Bradley T. Hughes <bhughes@FreeBSD.org>
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



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