aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/py-django-bulk-update/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-django-bulk-update/Makefile b/www/py-django-bulk-update/Makefile
index ae3a03b83bd..17b8d2ccb01 100644
--- a/www/py-django-bulk-update/Makefile
+++ b/www/py-django-bulk-update/Makefile
@@ -2,7 +2,7 @@
PORTNAME= django-bulk-update
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,10 @@ COMMENT= Bulk update using a single query over Django ORM
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django110>0:www/py-django110@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${FLAVOR}
NO_ARCH= yes
-USES= python:2.7-3.4
+USES= python:-3.4
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>