aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 01:33:51 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 02:23:00 +0000
commit560b70fd9e338c74e439cefcc81a9a7f46ac62e4 (patch)
tree9a2d1fd3442fbc8d8e477448ac6450c03e7d34be
parentc50a5d65496747206ea609867823f757c13316ef (diff)
downloadports-560b70fd9e338c74e439cefcc81a9a7f46ac62e4.tar.gz
ports-560b70fd9e338c74e439cefcc81a9a7f46ac62e4.zip
devel/electron22: Mark DEPRECATED
- Depends on www/node16 which has reached End of Life - Set EXPIRATION_DATE 2023-10-30 Approved by: portmgr (blanket)
-rw-r--r--devel/electron22/Makefile3
1 files changed, 3 insertions, 0 deletions
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