git: 1dda4ea4a2c4 - main - devel/electron24: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 03 Nov 2023 14:18:35 UTC
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