aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netbox/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-09-28 05:57:31 +0000
committerKai Knoblich <kai@FreeBSD.org>2023-09-28 05:57:31 +0000
commit67a9848e8f4f1f52714db9a43d8c11110144f956 (patch)
tree125e722a52a016bdc758baa69b6c2dfda328da63 /net-mgmt/netbox/Makefile
parentfddffa6f39d9b17bcde27098449a3700c3a5be4d (diff)
downloadports-67a9848e8f4f1f52714db9a43d8c11110144f956.tar.gz
ports-67a9848e8f4f1f52714db9a43d8c11110144f956.zip
net-mgmt/netbox: Update to 3.6.3
Changelog: Enhancements: * Add toggle to hide disconnected interfaces under device view Bug Fixes: * Enable tracing cable paths across multiple cables in parallel * Fix IndexError exception when manipulating terminations for existing cables via REST API * Enable creating a config template which references a data file via the REST API * Cleanly handle reports without any test methods defined * Restore original text color for HTML code elements * Fix assignment of VLAN group scope during bulk edit * Fix AttributeError exception when attaching front/rear images to a device type * Fix KeyError exception when deleting an object which references a configured choice value that has been removed * Fix invalid response when searching for custom choice field values returns no matches * Correct default background color for dashboard widget headers * Fix rack filtering for empty location during device bulk import * Allow designating an IP address as primary for device/VM while assigning it to an interface https://github.com/netbox-community/netbox/releases/tag/v3.6.3
Diffstat (limited to 'net-mgmt/netbox/Makefile')
-rw-r--r--net-mgmt/netbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index f8dc10ee87c1..14798d0055be 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 3.6.2
+DISTVERSION= 3.6.3
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
@@ -45,7 +45,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.5<4.3:www/py-django42@${PY_FLA
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8<7:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2<4:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7<3.4:textproc/py-markdown@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.3.2<10:textproc/py-mkdocs-material@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.4.2<10:textproc/py-mkdocs-material@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.23.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>=0.9.0<1:net/py-netaddr@${PY_FLAVOR} \