diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2024-04-27 08:45:13 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2024-04-27 09:08:48 +0000 |
commit | 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233 (patch) | |
tree | c84ef7a6728a0c196a27b1428f070feb489ec527 /www/py-django-crispy-forms/Makefile | |
parent | c39be4dffb877ab12eb239d9947a1fc582cfa895 (diff) |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637
Diffstat (limited to 'www/py-django-crispy-forms/Makefile')
-rw-r--r-- | www/py-django-crispy-forms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile index 61fa8b04b967..b0f98c34817b 100644 --- a/www/py-django-crispy-forms/Makefile +++ b/www/py-django-crispy-forms/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-crispy-forms PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 |