git: 8d7f988c5b79 - main - net-mgmt/netbox: Relax version requirements after 0355c9443e92
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 18:48:09 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d7f988c5b79e5d2a73a3349f5be3fbdfae59059 commit 8d7f988c5b79e5d2a73a3349f5be3fbdfae59059 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-07-18 18:45:39 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-07-18 18:47:45 +0000 net-mgmt/netbox: Relax version requirements after 0355c9443e92 * www/py-gunicorn was updated to the 21.x release series, adjust the version requirements accordingly. --- net-mgmt/netbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 428616f17687..4459b47e57b1 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -60,7 +60,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=4.1.10<4.2:www/py-django41@${PY_FL ${PYTHON_PKGNAMEPREFIX}tablib>=3.5.0<4:textproc/py-tablib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzdata>=2023.3:devel/py-tzdata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=6.0<7:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gunicorn>=20.1.0<21:www/py-gunicorn@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}gunicorn>=20.1.0<22:www/py-gunicorn@${PY_FLAVOR} USES= cpe pgsql:11+ python CPE_VENDOR= netbox_project