aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2023-08-24 06:54:39 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2023-08-24 06:54:39 +0000
commit38c671e45e4bae21a0199079d08273c1f171e1d4 (patch)
tree7922b6035bc647c310abdc8dcc314fc6ee1aafce
parent09774db7f05dabb4959c5325b08249d76f41d787 (diff)
downloadports-38c671e45e4bae21a0199079d08273c1f171e1d4.tar.gz
ports-38c671e45e4bae21a0199079d08273c1f171e1d4.zip
devel/electron23: deprecate and set to expire on 2023-09-30
-rw-r--r--devel/electron23/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/electron23/Makefile b/devel/electron23/Makefile
index 4eda751c1e63..b5798547ebe7 100644
--- a/devel/electron23/Makefile
+++ b/devel/electron23/Makefile
@@ -1,6 +1,7 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v23.2.1/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
@@ -20,6 +21,9 @@ LICENSE= BSD3CLAUSE LGPL21 MPL11 MIT
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/electron/LICENSE
+DEPRECATED= EOLed upstream, switch to newer version
+EXPIRATION_DATE= 2023-09-30
+
ONLY_FOR_ARCHS= aarch64 amd64 i386
FETCH_DEPENDS= yarn-node18>0:www/yarn-node18