git: c00218c98867 - main - net-mgmt/netbox: Relax version requirements after fab1d136695c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jan 2026 20:51:33 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c00218c98867a7f516fd8e69c978f5b83821da11
commit c00218c98867a7f516fd8e69c978f5b83821da11
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-01-24 20:30:21 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-01-24 20:46:30 +0000
net-mgmt/netbox: Relax version requirements after fab1d136695c
* www/py-gunicorn was updated to the 24.x release series, adjust the
version requirements accordingly.
* Test suite and run time tests seem fine.
---
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 5748459560c3..57813ae529e5 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -66,7 +66,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2.9<5.3:www/py-django52@${PY_FLA
${PYTHON_PKGNAMEPREFIX}tablib>=3.9.0<4:textproc/py-tablib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzdata>=2025.2:devel/py-tzdata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.3<7:devel/py-pyyaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gunicorn>=23.0.0<24:www/py-gunicorn@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}gunicorn>=23.0.0<25:www/py-gunicorn@${PY_FLAVOR}
USES= cpe pgsql:14+ python
CPE_VENDOR= netbox