aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2026-05-14 08:51:22 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2026-05-14 08:54:14 +0000
commitcaa36f8db58006ae436dd5c1ff3d6df3d8fb912f (patch)
tree8db40a13f321e0e5d7883642892dd5b192b9e284
parenta552e320838b1e28d8cfd82b01e4c15fae40ed62 (diff)
net-mgmt/netbox: Refactor gunicorn requirements
Approved by: kai (private email)
-rw-r--r--net-mgmt/netbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 8ef903f65eb9..fe6a07aa64ce 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 4.5.10
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
@@ -67,7 +68,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2.13<5.3:www/py-django52@${PY_FL
${PYTHON_PKGNAMEPREFIX}tablib>=3.9.0<4:textproc/py-tablib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzdata>=2026.2:devel/py-tzdata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.3<7:devel/py-pyyaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gunicorn>=25.1.0<26:www/py-gunicorn@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}gunicorn>=25.1.0<27:www/py-gunicorn@${PY_FLAVOR}
USES= cpe pgsql:14+ python
CPE_VENDOR= netbox