Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2024 12:46:23 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23baa07afbe4 - main - devel/grv: Deprecate and set expiration date to 2024-12-31
Message-ID:  <202410201246.49KCkNee014201@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410201246.49KCkNee014201>