Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2024 09:52:24 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7474d6db99db - main - devel/libegit2: Mark DEPRECATED and set EXPIRATION_DATE
Message-ID:  <202408160952.47G9qOwL002632@gitrepo.freebsd.org>

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



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