Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 09:31:57 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d5fe4bf10fd7 - main - www/py-django51: Deprecate/Set to expire
Message-ID:  <202509300931.58U9Vv8K074129@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

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

commit d5fe4bf10fd7376762682c204d44c064c2771683
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-09-30 09:24:08 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-09-30 09:31:16 +0000

    www/py-django51: Deprecate/Set to expire
    
    * Django 5.1 will reach its End-of-Life in December 2025.  Deprecate it
      and set the expiration date accordingly.
    
    Reviewed by:    sunpoet (python)
    Differential Revision:  https://reviews.freebsd.org/D52510
---
 www/py-django51/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django51/Makefile b/www/py-django51/Makefile
index 1a363c87595a..8a70c0b4fb87 100644
--- a/www/py-django51/Makefile
+++ b/www/py-django51/Makefile
@@ -19,6 +19,9 @@ WWW=		https://www.djangoproject.com/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Extended support of Django 5.1 ends December 2025, upgrade to a newer version of Django. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-12-31
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.8.1:www/py-asgiref@${PY_FLAVOR} \


home | help

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