git: 3a2694b6fe97 - main - www/node19: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 21:49:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a2694b6fe97b7edbc6fa379c19c880e896561fd commit 3a2694b6fe97b7edbc6fa379c19c880e896561fd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 21:37:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 21:37:52 +0000 www/node19: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30 Reference: https://github.com/nodejs/release/blob/main/README.md#release-schedule --- www/node19/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/node19/Makefile b/www/node19/Makefile index 7effd7eff19b..7273636a79e4 100644 --- a/www/node19/Makefile +++ b/www/node19/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js ${PORTVERSION:R:R}.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled +DEPRECATED= Nodejs 19.* will reach its EoL on 2023-06-01. Use Node.js 18.* (www/node18) or 20.* (www/node20) instead +EXPIRATION_DATE=2023-06-30 ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le BUILD_DEPENDS= brotli>=1.0.9,1:archivers/brotli \