git: 23baa07afbe4 - main - devel/grv: Deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Oct 2024 12:46:23 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=23baa07afbe455ee20511735047b0a295dec1cb0 commit 23baa07afbe455ee20511735047b0a295dec1cb0 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-20 12:44:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-20 12:46:04 +0000 devel/grv: Deprecate and set expiration date to 2024-12-31 Unmaintained for years, outdated and fails to build with libgit 1.8.1 PR: 280710 Approved by: maintainer timeout >2 months --- devel/grv/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/grv/Makefile b/devel/grv/Makefile index 3dd214ea36b6..eb6ecaa886ad 100644 --- a/devel/grv/Makefile +++ b/devel/grv/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/rgburke/grv LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Unmaintained for years, fails to build with libgit 1.8.1 +EXPIRATION_DATE=2024-12-31 + LIB_DEPENDS= libgit2.so:devel/libgit2 USES= go ncurses pkgconfig readline