Date: Fri, 06 Feb 2026 13:48:46 +0000 From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 08edcee6d1ae - main - www/py-django-graphiql-debug-toolbar: Change RUN_DEPENDS Message-ID: <6985f13e.33f38.37f4b0fd@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=08edcee6d1aed31abca46e46c22073674a745938 commit 08edcee6d1aed31abca46e46c22073674a745938 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2026-02-05 16:27:44 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2026-02-06 13:48:23 +0000 www/py-django-graphiql-debug-toolbar: Change RUN_DEPENDS * Switch back from py-graphene-django300 to py-graphene-django, because the former was used as a temporary solution in 547ee8e902f4 due to compatibility issues with net-mgmt/netbox. * Bump PORTREVISION due changed dependencies. --- www/py-django-graphiql-debug-toolbar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/py-django-graphiql-debug-toolbar/Makefile b/www/py-django-graphiql-debug-toolbar/Makefile index 33b04c194ca3..e28c51bae386 100644 --- a/www/py-django-graphiql-debug-toolbar/Makefile +++ b/www/py-django-graphiql-debug-toolbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-graphiql-debug-toolbar DISTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphene-django300>=2.0.0:devel/py-graphene-django300@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}graphene-django>=2.0.0:devel/py-graphene-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-debug-toolbar>=3.1:www/py-django-debug-toolbar@${PY_FLAVOR} USES= pythonhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6985f13e.33f38.37f4b0fd>
