git: 560b70fd9e33 - main - devel/electron22: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 02:24:42 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=560b70fd9e338c74e439cefcc81a9a7f46ac62e4

commit 560b70fd9e338c74e439cefcc81a9a7f46ac62e4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 01:33:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 02:23:00 +0000

    devel/electron22: Mark DEPRECATED
    
    - Depends on www/node16 which has reached End of Life
    - Set EXPIRATION_DATE 2023-10-30
    
    Approved by:    portmgr (blanket)
---
 devel/electron22/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/electron22/Makefile b/devel/electron22/Makefile
index 933acf1a6198..d337e5f68be9 100644
--- a/devel/electron22/Makefile
+++ b/devel/electron22/Makefile
@@ -20,6 +20,9 @@ LICENSE=	BSD3CLAUSE LGPL21 MPL11 MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/electron/LICENSE
 
+DEPRECATED=	Depends on EOL NodeJS 16
+EXPIRATION_DATE=	2023-10-30
+
 ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 FETCH_DEPENDS=	yarn-node16>0:www/yarn-node16