git: 739306bd4e51 - main - devel/electron29: deprecate and set to expire on 2024-10-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Sep 2024 23:54:39 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=739306bd4e518ce2fca5c294b2c6914547571e4c
commit 739306bd4e518ce2fca5c294b2c6914547571e4c
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-09-11 23:47:17 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-09-11 23:54:24 +0000
devel/electron29: deprecate and set to expire on 2024-10-31
---
devel/electron29/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/devel/electron29/Makefile b/devel/electron29/Makefile
index ebfb7911b4db..527c9a3ea465 100644
--- a/devel/electron29/Makefile
+++ b/devel/electron29/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/v29.2.0/: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= 2024-10-31
+
ONLY_FOR_ARCHS= aarch64 amd64 i386
FETCH_DEPENDS= yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX}