Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 08:07:22 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c95ec9b400f - main - textproc/py-html2text2018: Deprecate and set expiration date
Message-ID:  <202403060807.42687Md2078780@gitrepo.freebsd.org>

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



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