git: 0d7cb34dd52d - main - devel/monotone: Deprecate and set expiration date to 2022-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 18 Jan 2022 22:57:35 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d7cb34dd52d41b20e82c966d9613c5521c2659c

commit 0d7cb34dd52d41b20e82c966d9613c5521c2659c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-01-18 22:19:13 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-01-18 22:19:32 +0000

    devel/monotone: Deprecate and set expiration date to 2022-03-31
    
    Abandoned upstream, no release since 2014 also relies on deprecated
    version of (lib)botan
    
    PR:             260658
    Approved by:    lapo@lapo.it (maintainer timeout, 3+ weeks)
---
 devel/monotone/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 9533c888d45e..b1e75e5243ca 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Distributed version control system with digital signatures
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Abandoned upstream, no release since 2014
+EXPIRATION_DATE=2022-03-31
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libidn.so:dns/libidn \