aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netbox/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-12-16 05:37:37 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-12-16 05:37:37 +0000
commitc3af6fda43824db5e66cf34a1a532041eaf65cc5 (patch)
treeb883d2755a0fdb6aa50261d0bea365c05c2b5bfe /net-mgmt/netbox/Makefile
parent2694d6ae2262d3b810b48558b1c1711b8bd5be9d (diff)
downloadports-c3af6fda43824db5e66cf34a1a532041eaf65cc5.tar.gz
ports-c3af6fda43824db5e66cf34a1a532041eaf65cc5.zip
net-mgmt/netbox: Update to 2.9.11
* Remove a superfluous dependency while I'm here. Changelog: Enhancements: * Allow passing Python code to nbshell using --command * Add CS and SN fiber port types Bug Fixes: * Fix setting user password via REST API * Fix uniqueness constraint for virtual machine names * Fix error when rendering config contexts when objects have multiple tags assigned * Add direct link to secret on secrets list * Fix updating secrets without setting new plaintext * Restore tags field on cable connection forms * Exclude SVG files from front/rear image upload for device types (currently unsupported) * Show assigned IP addresses in interfaces list * Fix validation for plugin version and required settings https://github.com/netbox-community/netbox/releases/tag/v2.9.11
Notes
Notes: svn path=/head/; revision=558210
Diffstat (limited to 'net-mgmt/netbox/Makefile')
-rw-r--r--net-mgmt/netbox/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 63dca40a7500..a4eb7db55bfd 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 2.9.10
+DISTVERSION= 2.9.11
CATEGORIES= net-mgmt
MAINTAINER= kai@FreeBSD.org
@@ -38,7 +38,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=3.1<3.2:www/py-django31@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}dj31-djangorestframework>=3.11.0<3.12.0,1:www/py-dj31-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj31-drf-yasg>=1.17.1<1.21:www/py-dj31-drf-yasg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gfm>=0.1.4<0.2:textproc/py-gfm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.2<3:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=2.6.11<3.5:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.19<1:net/py-netaddr@${PY_FLAVOR} \