summaryrefslogtreecommitdiff
path: root/databases/py-django-transaction-hooks
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-03-06 22:45:36 +0000
committerRene Ladan <rene@FreeBSD.org>2018-03-06 22:45:36 +0000
commit3e9505715f38ac2b73c4debb149afd7686db3a95 (patch)
treeb87818f17281ce145f8f7bc646a3df3f09826253 /databases/py-django-transaction-hooks
parentdeskutils/py-bugwarrior: Update to 1.5.1 (diff)
Use the Django meta-port for my Django port to avoid conflicts between them.
Bump PORTREVISIONs
Diffstat (limited to 'databases/py-django-transaction-hooks')
-rw-r--r--databases/py-django-transaction-hooks/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-django-transaction-hooks/Makefile b/databases/py-django-transaction-hooks/Makefile
index 6748f7e330b3..396bcd37a8be 100644
--- a/databases/py-django-transaction-hooks/Makefile
+++ b/databases/py-django-transaction-hooks/Makefile
@@ -3,7 +3,7 @@
PORTNAME= django-transaction-hooks
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT= Django database backends to register transaction-commit hooks
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6.1:www/py-django18@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR}
NO_ARCH= yes