git: 25850aacc9fe - main - devel/grv: Mark as broken with libgit2 >= 1.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Oct 2024 14:12:08 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=25850aacc9fe8757fe428d5d5c35f7c4fc56c0e2 commit 25850aacc9fe8757fe428d5d5c35f7c4fc56c0e2 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-20 14:11:23 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-20 14:11:23 +0000 devel/grv: Mark as broken with libgit2 >= 1.8.1 --- devel/grv/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/grv/Makefile b/devel/grv/Makefile index eb6ecaa886ad..7f135c50bd0e 100644 --- a/devel/grv/Makefile +++ b/devel/grv/Makefile @@ -11,7 +11,8 @@ WWW= https://github.com/rgburke/grv LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Unmaintained for years, fails to build with libgit 1.8.1 +BROKEN= fails to build with libgit 1.8.1 +DEPRECATED= Unmaintained for years, outdated EXPIRATION_DATE=2024-12-31 LIB_DEPENDS= libgit2.so:devel/libgit2