git: 9cdc9a81dacd - 2026Q3 - www/py-dj60-django-stubs-ext: Mark deprecated

From: Jesús Daniel Colmenares Oviedo <dtxdf_at_FreeBSD.org>
Date: Thu, 03 Sep 2026 04:52:47 UTC
The branch 2026Q3 has been updated by dtxdf:

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

commit 9cdc9a81dacd60f60e2d5825393d898070683b8d
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-09-03 04:30:10 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-09-03 04:52:21 +0000

    www/py-dj60-django-stubs-ext: Mark deprecated
    
    MFH:            2026Q3
    (cherry picked from commit 8e94e3464dcd3f37941afd4abf6082ab056b3dc2)
---
 www/py-dj60-django-stubs-ext/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/py-dj60-django-stubs-ext/Makefile b/www/py-dj60-django-stubs-ext/Makefile
index 0e7a62e9a894..1e88e8955b6d 100644
--- a/www/py-dj60-django-stubs-ext/Makefile
+++ b/www/py-dj60-django-stubs-ext/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	django-stubs-ext
-PORTVERSION=	6.0.6
+PORTVERSION=	6.0.9
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj60-
@@ -12,6 +13,9 @@ WWW=		https://github.com/typeddjango/django-stubs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+DEPRECATED=	6.0.9 is supposed to be the last 6.0.x release, migrate to www/py-dj61-django-stubs-ext
+EXPIRATION_DATE=	2026-10-03
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0:devel/py-uv-build@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django60>=0:www/py-django60@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}