git: 8601b8532c3a - main - devel/py-dj32-graphene-django: Change RUN_DEPENDS from py-graphene to py-graphene2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:05:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8601b8532c3aa3b6fc2775c4cf7516b7f4b905dc commit 8601b8532c3aa3b6fc2775c4cf7516b7f4b905dc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 13:59:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 13:59:37 +0000 devel/py-dj32-graphene-django: Change RUN_DEPENDS from py-graphene to py-graphene2 - Bump PORTREVISION for dependency change --- devel/py-dj32-graphene-django/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-dj32-graphene-django/Makefile b/devel/py-dj32-graphene-django/Makefile index 6217b0867cd9..f7dd5d98e801 100644 --- a/devel/py-dj32-graphene-django/Makefile +++ b/devel/py-dj32-graphene-django/Makefile @@ -2,6 +2,7 @@ PORTNAME= graphene-django PORTVERSION= 2.15.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj32- @@ -13,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} \