diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2024-04-27 10:45:13 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2024-04-27 11:08:48 +0200 |
commit | 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233 (patch) | |
tree | c84ef7a6728a0c196a27b1428f070feb489ec527 /www/py-django-polymorphic | |
parent | misc/ola: Fix build on 15-CURRENT (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-polymorphic')
-rw-r--r-- | www/py-django-polymorphic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-django-polymorphic/Makefile b/www/py-django-polymorphic/Makefile index 8c59007e6637..992091e9f6e5 100644 --- a/www/py-django-polymorphic/Makefile +++ b/www/py-django-polymorphic/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-polymorphic PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/django-polymorphic/django-polymorphic LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=1.11:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist |