summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2025-07-15 23:01:13 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2025-07-15 23:02:24 +0900
commit5982c54813ee046536d249b9304bc7fc1a6ebe74 (patch)
tree1267cd41a222fc674890e82161b54aeef1d02bdd /devel
parentdevel/electron37: add port: Build cross-platform desktop apps with JavaScript... (diff)
devel/electron34: deprecate and set to expire on 2025-08-31
Diffstat (limited to 'devel')
-rw-r--r--devel/electron34/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/electron34/Makefile b/devel/electron34/Makefile
index 2caf0dd0c67a..b11b3bf1ec4d 100644
--- a/devel/electron34/Makefile
+++ b/devel/electron34/Makefile
@@ -1,7 +1,7 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER}
-PORTREVISION= 3
+PORTREVISION= 4
PULSEMV= 16
PULSEV= ${PULSEMV}.1
CATEGORIES= devel
@@ -25,6 +25,9 @@ LICENSE= BSD3CLAUSE LGPL21 MPL11 MIT
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/electron/LICENSE
+DEPRECATED= EOLed upstream, switch to newer version
+EXPIRATION_DATE= 2025-08-31
+
ONLY_FOR_ARCHS= aarch64 amd64 i386
FETCH_DEPENDS= yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX}