git: adb3bf29ca0a - main - www/node16: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 09:55:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=adb3bf29ca0a213e5dba58ada9d53d388d0919ab commit adb3bf29ca0a213e5dba58ada9d53d388d0919ab Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-08 09:11:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-08 09:55:14 +0000 www/node16: Mark DEPRECATED nodejs comunity has decided to change the End-of-life date to match the end of life date of OpenSSL 1.1.1 which is on 2023-09-11. Based on that mark this port DEPRECATED and set to expire by the end of this quarterly on 2023-09-30. See also: https://nodejs.org/en/blog/announcements/nodejs16-eol Approved by: portmgr (blanket) --- www/node16/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/node16/Makefile b/www/node16/Makefile index bab79ade808a..b7366a59db11 100644 --- a/www/node16/Makefile +++ b/www/node16/Makefile @@ -1,7 +1,7 @@ PORTNAME= node DISTVERSIONPREFIX= v DISTVERSION= 16.20.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 16 @@ -13,6 +13,9 @@ WWW= https://nodejs.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream EOL reaches on 2023-09-11 +EXPIRATION_DATE= 2023-09-30 + ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le BUILD_DEPENDS+= brotli>=1.0.9,1:archivers/brotli \