git: 202c0690646e - main - devel/electron32: deprecate and set to expire on 2025-05-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Apr 2025 12:02:17 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=202c0690646e25ecc99084234a79a06ac4ae706f commit 202c0690646e25ecc99084234a79a06ac4ae706f Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-04-08 11:59:22 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-04-08 12:01:45 +0000 devel/electron32: deprecate and set to expire on 2025-05-31 --- devel/electron32/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/electron32/Makefile b/devel/electron32/Makefile index 1d3b89476df0..0207f905a548 100644 --- a/devel/electron32/Makefile +++ b/devel/electron32/Makefile @@ -1,7 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} -PORTREVISION= 2 +PORTREVISION= 3 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-05-31 + ONLY_FOR_ARCHS= aarch64 amd64 i386 FETCH_DEPENDS= yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX}