Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 11:27:32 +0000
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: 9447c98701e8 - main - www/py-django42: Extend EXPIRATION_DATE after 74ee429290da
Message-ID:  <6a1583a4.3bfd5.768c6fac@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=9447c98701e87d9a255fd3ae483ed0a957f1e287

commit 9447c98701e87d9a255fd3ae483ed0a957f1e287
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-05-25 11:35:58 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-05-26 11:26:39 +0000

    www/py-django42: Extend EXPIRATION_DATE after 74ee429290da
    
    * Updating www/seahub and, above all, net-mgmt/seafile-server is more
      difficult than originally anticipated.  Since the current version of
      www/seahub still relies on Django 4.2, extend the EXPIRATION_DATE by
      three months.
    
    PR:             291707
    With hat:       python
---
 www/py-django42/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-django42/Makefile b/www/py-django42/Makefile
index 35a704a75d36..7bc064415ce2 100644
--- a/www/py-django42/Makefile
+++ b/www/py-django42/Makefile
@@ -15,7 +15,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 DEPRECATED=	Django 4.2 is now in Extended Support, receives security fixes only and will reach End-Of-Life in April 2026. Upgrade to a later Django version. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2026-05-31
+EXPIRATION_DATE=2026-08-31
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1583a4.3bfd5.768c6fac>