git: d2f65651589c - main - devel/electron30: deprecate and set to expire on 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 19:26:12 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d2f65651589cb1648db8e18cf2f44851b14a8a44
commit d2f65651589cb1648db8e18cf2f44851b14a8a44
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-11-13 19:25:05 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-11-13 19:26:02 +0000
devel/electron30: deprecate and set to expire on 2024-12-31
---
devel/electron30/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/electron30/Makefile b/devel/electron30/Makefile
index a4128fb8fe12..bf0e7ea5ca87 100644
--- a/devel/electron30/Makefile
+++ b/devel/electron30/Makefile
@@ -1,7 +1,7 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v30.1.1/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
@@ -21,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-12-31
+
ONLY_FOR_ARCHS= aarch64 amd64 i386
FETCH_DEPENDS= yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX}