diff options
Diffstat (limited to 'www/py-django-modelcluster/Makefile')
-rw-r--r-- | www/py-django-modelcluster/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-django-modelcluster/Makefile b/www/py-django-modelcluster/Makefile index 748ca582bde1..e5b8d63f702c 100644 --- a/www/py-django-modelcluster/Makefile +++ b/www/py-django-modelcluster/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-modelcluster PORTVERSION= 6.2.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://github.com/wagtail/django-modelcluster LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2022.4,1:devel/py-pytz@${PY_FLAVOR} USES= python |