aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-07-18 18:45:39 +0000
committerKai Knoblich <kai@FreeBSD.org>2023-07-18 18:47:45 +0000
commit8d7f988c5b79e5d2a73a3349f5be3fbdfae59059 (patch)
tree00106281041d08892f913c5151a4e249fbf16ae1
parente190b68d7b755c6ecb47ddbc0bf64b6b41761414 (diff)
downloadports-8d7f988c5b79e5d2a73a3349f5be3fbdfae59059.tar.gz
ports-8d7f988c5b79e5d2a73a3349f5be3fbdfae59059.zip
net-mgmt/netbox: Relax version requirements after 0355c9443e92
* www/py-gunicorn was updated to the 21.x release series, adjust the version requirements accordingly.
-rw-r--r--net-mgmt/netbox/Makefile2
1 files changed, 1 insertions, 1 deletions
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