Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2023 14:18:35 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1dda4ea4a2c4 - main - devel/electron24: Mark DEPRECATED
Message-ID:  <202311031418.3A3EIZqM096583@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1dda4ea4a2c479514dc03add35f6cc290f955f3d

commit 1dda4ea4a2c479514dc03add35f6cc290f955f3d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-03 14:15:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-03 14:18:23 +0000

    devel/electron24: Mark DEPRECATED
    
    - Upstream EOL reached on 2023-10-10. See following:
      https://www.electronjs.org/docs/latest/tutorial/electron-timelines
    - Set EXPIRATION_DATE to 2023-12-04
    
    Approved by:    portmgr (blanket)
---
 devel/electron24/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/electron24/Makefile b/devel/electron24/Makefile
index 84475cb20dc1..165d3e6e527e 100644
--- a/devel/electron24/Makefile
+++ b/devel/electron24/Makefile
@@ -20,6 +20,9 @@ LICENSE=	BSD3CLAUSE LGPL21 MPL11 MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/electron/LICENSE
 
+DEPRECATED=	Upstream EOL reached on 2023-10-10
+EXPIRATION_DATE=	2023-12-03
+
 ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 FETCH_DEPENDS=	yarn-node18>0:www/yarn-node18



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311031418.3A3EIZqM096583>