aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-allauth
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-03-08 14:45:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-03-08 14:45:50 +0000
commitea86c30f2bd1544bb56937353540f14807d6d8af (patch)
tree3c5c46edbe51ebb413f3b728d36fbad9dc8b1e27 /www/py-django-allauth
parentdd42ab59f82641566366178f2cb01a482465e002 (diff)
downloadports-ea86c30f2bd1544bb56937353540f14807d6d8af.tar.gz
ports-ea86c30f2bd1544bb56937353540f14807d6d8af.zip
Notes
Diffstat (limited to 'www/py-django-allauth')
-rw-r--r--www/py-django-allauth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile
index 2b55c617d311..bf6385ae4801 100644
--- a/www/py-django-allauth/Makefile
+++ b/www/py-django-allauth/Makefile
@@ -2,6 +2,7 @@
PORTNAME= django-allauth
PORTVERSION= 0.38.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT= User registration with social account authentication
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}