git: 8dd00384a77f - main - devel/electron25: deprecate and set to expire on 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Dec 2023 07:04:44 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8dd00384a77f0968c5ac3c182d685bfc64a1bf79
commit 8dd00384a77f0968c5ac3c182d685bfc64a1bf79
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2023-12-11 07:02:35 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2023-12-11 07:04:22 +0000
devel/electron25: deprecate and set to expire on 2024-02-29
---
devel/electron25/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/devel/electron25/Makefile b/devel/electron25/Makefile
index eac88cbb2268..e40c2ad172f5 100644
--- a/devel/electron25/Makefile
+++ b/devel/electron25/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/v25.5.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-02-29
+
ONLY_FOR_ARCHS= aarch64 amd64 i386
FETCH_DEPENDS= yarn-node18>0:www/yarn-node18