git: 4a35af6319c2 - main - www/py-jsonfield: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 16:10:04 UTC
The branch main has been updated by sunpoet:

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

commit 4a35af6319c2fb603cced53d827e24fd7ad4d124
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:22 +0000

    www/py-jsonfield: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
    
    PR:             283598
    Reported by:    diizzy
---
 www/py-jsonfield/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-jsonfield/Makefile b/www/py-jsonfield/Makefile
index a3d544bf1805..103b4480002b 100644
--- a/www/py-jsonfield/Makefile
+++ b/www/py-jsonfield/Makefile
@@ -12,6 +12,9 @@ WWW=		https://github.com/rpkilby/jsonfield
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream is inactive for almost 5 years
+EXPIRATION_DATE=2025-02-28
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}