git: 5c95ec9b400f - main - textproc/py-html2text2018: Deprecate and set expiration date

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 06 Mar 2024 08:07:22 UTC
The branch main has been updated by eduardo:

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

commit 5c95ec9b400f407b4b63c129c3d028d3ab680e33
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 08:04:22 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 08:07:07 +0000

    textproc/py-html2text2018: Deprecate and set expiration date
    
    - There is no consumers left using this old version. Switch to updated
      textproc/py-html2text instead.
    
    PR:             277471
---
 textproc/py-html2text2018/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/py-html2text2018/Makefile b/textproc/py-html2text2018/Makefile
index cd4d83bf03f1..aec062aade98 100644
--- a/textproc/py-html2text2018/Makefile
+++ b/textproc/py-html2text2018/Makefile
@@ -13,6 +13,9 @@ WWW=		https://github.com/Alir3z4/html2text/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Old version without consumers left, use updated textproc/py-html2text instead
+EXPIRATION_DATE=	2024-03-31
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
 
 USES=		python