git: b6b728bf8d4c - main - textproc/py-jtextfsm: Deprecate/Set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Thu, 15 May 2025 15:30:22 UTC
The branch main has been updated by kai:

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

commit b6b728bf8d4caeae70d9952a2d078f5385f9a4ab
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-05-15 15:24:40 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-05-15 15:24:40 +0000

    textproc/py-jtextfsm: Deprecate/Set to expire
    
    * Upstream is inactive for 9+ years and the project was intended as
      Python 3 fork of textproc/py-textfsm, which was only compatible
      with Python 2 at that time.
---
 textproc/py-jtextfsm/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/py-jtextfsm/Makefile b/textproc/py-jtextfsm/Makefile
index 678a1e8a79ac..0a08c60c58d7 100644
--- a/textproc/py-jtextfsm/Makefile
+++ b/textproc/py-jtextfsm/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/jonathanslenders/textfsm
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Upstream inactive for 9+ years and the port is now obsolete. Please use textproc/py-textfsm instead
+EXPIRATION_DATE=2025-06-30
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes