aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:39 +0000
commitdc2e07428ba2cc78506b9cf65715e8f326fd675d (patch)
tree55c1b6b8a953ffeac171696550e109b611e06eae
parent711b4a2dcccf7e6e1988ed26967661799a056359 (diff)
downloadports-dc2e07428ba2cc78506b9cf65715e8f326fd675d.tar.gz
ports-dc2e07428ba2cc78506b9cf65715e8f326fd675d.zip
devel/py-graphene-django: Change RUN_DEPENDS from py-graphene to py-graphene2
- Bump PORTREVISION for dependency change
-rw-r--r--devel/py-graphene-django/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-graphene-django/Makefile b/devel/py-graphene-django/Makefile
index 4b607a4717d2..580d3ede1e2f 100644
--- a/devel/py-graphene-django/Makefile
+++ b/devel/py-graphene-django/Makefile
@@ -2,7 +2,7 @@
PORTNAME= graphene-django
PORTVERSION= 2.15.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}graphene>=2.1.7<3:devel/py-graphene@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}graphene2>=2.1.7<3:devel/py-graphene2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1.0<3:devel/py-graphql-core2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \