git: 80accc4e562c - main - deskutils/basket: Deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Oct 2024 20:27:06 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=80accc4e562cba94317fc9292dea0ace76ab126d commit 80accc4e562cba94317fc9292dea0ace76ab126d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-18 20:24:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-18 20:26:53 +0000 deskutils/basket: Deprecate and set expiration date to 2024-12-31 Unmaintained for years, outdated and fails to build with libgit 1.8.1 PR: 280704 --- deskutils/basket/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index df6e0b21d80f..fa661946d222 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -11,6 +11,9 @@ WWW= https://basket-notepads.github.io/ LICENSE= GPLv2 +DEPRECATED= Unmaintained for years, fails to build with libgit 1.8.1 +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \