aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-01-02 04:58:43 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-01-02 04:58:43 +0800
commit14876293828cddde3b5aaa8e3face1df9d0a63ab (patch)
treea00ce4a1cc8237300a11e85465514c2529fab31a /www
parent8347602fed04140444d78405f69b4197791c8d49 (diff)
downloadfreebsd-ports-graphics-14876293828cddde3b5aaa8e3face1df9d0a63ab.tar.gz
freebsd-ports-graphics-14876293828cddde3b5aaa8e3face1df9d0a63ab.tar.zst
freebsd-ports-graphics-14876293828cddde3b5aaa8e3face1df9d0a63ab.zip
Move to newer Django
- Bump PORTREVISION for dependency change PR: 224723 Submitted by: sunpoet (myself) Approved by: rene (maintainer)
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>