git: 29d76ee75d83 - main - dns/py-dnspython2: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 01 Mar 2022 02:16:03 UTC
The branch main has been updated by bofh:

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

commit 29d76ee75d83c1261bbf947c2d9564b2dac79079
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-03-01 02:15:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-03-01 02:15:06 +0000

    dns/py-dnspython2: Mark DEPRECATED
    
    - After upgrading py-dnspython to 2.2.0 mark this DEPRECATED
    - Set EXPIRATION_DATE to 2022-03-30
---
 dns/py-dnspython2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dns/py-dnspython2/Makefile b/dns/py-dnspython2/Makefile
index 03974ac134ea..2e8822aec617 100644
--- a/dns/py-dnspython2/Makefile
+++ b/dns/py-dnspython2/Makefile
@@ -13,6 +13,9 @@ COMMENT=	DNS toolkit for Python - 2.X branch
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use dns/py-dnspython
+EXPIRATION_DATE=	2022-03-30
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}