git: 0df56eeb5317 - main - devel/electron{19,21}: deprecate and set to expire on 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 02:23:35 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=0df56eeb531742826390c0c905bd6d1f15829f9d commit 0df56eeb531742826390c0c905bd6d1f15829f9d Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-05-04 02:22:17 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-05-04 02:22:17 +0000 devel/electron{19,21}: deprecate and set to expire on 2023-06-30 --- devel/electron19/Makefile | 3 +++ devel/electron21/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/devel/electron19/Makefile b/devel/electron19/Makefile index 78ae7dc8cfc7..601707d9b8bf 100644 --- a/devel/electron19/Makefile +++ b/devel/electron19/Makefile @@ -20,6 +20,9 @@ WWW= https://electronjs.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/electron/LICENSE +DEPRECATED= EOLed upstream, switch to newer version +EXPIRATION_DATE= 2023-06-30 + FETCH_DEPENDS= yarn-node16>0:www/yarn-node16 EXTRACT_DEPENDS= yarn-node16>0:www/yarn-node16 PATCH_DEPENDS= git:devel/git diff --git a/devel/electron21/Makefile b/devel/electron21/Makefile index 4d20561751ef..0832dc09ecbf 100644 --- a/devel/electron21/Makefile +++ b/devel/electron21/Makefile @@ -20,6 +20,9 @@ WWW= https://electronjs.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/electron/LICENSE +DEPRECATED= EOLed upstream, switch to newer version +EXPIRATION_DATE= 2023-06-30 + FETCH_DEPENDS= yarn-node16>0:www/yarn-node16 EXTRACT_DEPENDS= yarn-node16>0:www/yarn-node16 PATCH_DEPENDS= git:devel/git