git: a09d3eed854e - main - editors/xi-core: Deprecate and set expiration date to 2023-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Sep 2023 20:11:16 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a09d3eed854e9fc56eb2714e0c7de815306dd391 commit a09d3eed854e9fc56eb2714e0c7de815306dd391 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-09-23 20:08:41 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-09-23 20:08:41 +0000 editors/xi-core: Deprecate and set expiration date to 2023-12-31 --- editors/xi-core/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile index 46db975ee87b..f6714109eaa3 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -11,6 +11,9 @@ WWW= https://xi-editor.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE +DEPRECATED= Project is currently discontinued, one depend port broken (editors/xi-term set to deprecation too). Upstream recommends editors/lapce +EXPIRATION_DATE= 2023-12-31 + USES= cargo USE_GITHUB= yes GH_ACCOUNT= xi-editor