git: 7474d6db99db - main - devel/libegit2: Mark DEPRECATED and set EXPIRATION_DATE

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Fri, 16 Aug 2024 09:52:24 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7474d6db99db57f1ed12833eea1757a629d6139b

commit 7474d6db99db57f1ed12833eea1757a629d6139b
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-08-16 09:45:53 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-08-16 09:51:23 +0000

    devel/libegit2: Mark DEPRECATED and set EXPIRATION_DATE
    
    After support of libegit2 is removed from devel/magit and
    devel/magit-devel, there is no consumer in ports tree.
---
 devel/libegit2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/libegit2/Makefile b/devel/libegit2/Makefile
index 3773912b5558..b0b9548247a6 100644
--- a/devel/libegit2/Makefile
+++ b/devel/libegit2/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/magit/libegit2
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	No consumer in ports tree
+EXPIRATION_DATE=	2024-09-30
+
 LIB_DEPENDS=	libgit2.so:devel/libgit2
 
 USES=		cmake:noninja emacs pkgconfig