diff options
Diffstat (limited to 'www/py-django51/Makefile')
-rw-r--r-- | www/py-django51/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-django51/Makefile b/www/py-django51/Makefile index 6260bf9335a7..dbce0fc65dc1 100644 --- a/www/py-django51/Makefile +++ b/www/py-django51/Makefile @@ -1,12 +1,11 @@ PORTNAME= django -PORTVERSION= 5.1.8 -PORTREVISION= 1 +PORTVERSION= 5.1.9 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 51 -DISTNAME= Django-${PORTVERSION} +#DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python PATCH_SITES= https://github.com/django/django/commit/ |