aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkai <kai@FreeBSD.org>2019-06-03 06:42:39 +0800
committerkai <kai@FreeBSD.org>2019-06-03 06:42:39 +0800
commitdd6c9f523d0477248e634356e9be5e2ef4c78401 (patch)
tree44e7041c91b1124dfca1e232ebb0b55a16f46ccb /net-mgmt
parent05939289bd5855094a83413f4aa3fba7820d55eb (diff)
downloadfreebsd-ports-gnome-dd6c9f523d0477248e634356e9be5e2ef4c78401.tar.gz
freebsd-ports-gnome-dd6c9f523d0477248e634356e9be5e2ef4c78401.tar.zst
freebsd-ports-gnome-dd6c9f523d0477248e634356e9be5e2ef4c78401.zip
net-mgmt/netbox: Update to 2.5.13
Changelog: Enhancements: * Add tenant group filters * Catch all exceptions during export template rendering * Add 2.5GE and 5GE interface form factors * Add inventory item count to manufacturers list * Add site link to rack reservations overview * Enable bulk deletion of sites * Improve performance for custom field access within templates * Add interface name filter for IP addresses Bug Fixes: * Fixed form field population of tags with spaces * Circuit termination missing from available cable termination types * Fix formatting of cable length during cable trace * Correctly display color block for white cables * Fix custom field rendering for Jinja2 export templates * Fix error handling when attempting to delete a protected object via API * Fix filtering devices by "has power outlets" * Fix exception when deleting a circuit with a termination(s) * Fixed login link retaining query parameters https://github.com/digitalocean/netbox/releases/tag/v2.5.13
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netbox/Makefile4
-rw-r--r--net-mgmt/netbox/distinfo6
-rw-r--r--net-mgmt/netbox/pkg-plist1
3 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index f5c0a58baba0..94f874f376b8 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 2.5.12
+DISTVERSION= 2.5.13
CATEGORIES= net-mgmt
MAINTAINER= kai@FreeBSD.org
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2,<2.3:www/py-django22@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=0.24.0:www/py-dj22-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-django-taggit-serializer>=0.1.7:www/py-dj22-django-taggit-serializer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-django-timezone-field>=3.0:www/py-dj22-django-timezone-field@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.9.0:www/py-dj22-djangorestframework@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.9.1:www/py-dj22-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj22-drf-yasg>=1.14.0:www/py-dj22-drf-yasg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gfm>=0.1.4:textproc/py-gfm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphviz>=0.10.1:graphics/py-graphviz@${PY_FLAVOR} \
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 8aaf9af3bdef..2d970b2c16fd 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558093965
-SHA256 (digitalocean-netbox-v2.5.12_GH0.tar.gz) = 21b0d08c73808240a427d4adb5ca861fea6ad18d8c2acf8532db9b356853f419
-SIZE (digitalocean-netbox-v2.5.12_GH0.tar.gz) = 2364874
+TIMESTAMP = 1559512206
+SHA256 (digitalocean-netbox-v2.5.13_GH0.tar.gz) = 71b6d05d3c76985cff590c8d2cf70b1896928ed943c2a3818e0b88ddd9f2a6ae
+SIZE (digitalocean-netbox-v2.5.13_GH0.tar.gz) = 2365536
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index b51886c831f6..0e7bb0be2d7b 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -676,6 +676,7 @@
%%DATADIR%%/tenancy/api/views.py
%%DATADIR%%/tenancy/apps.py
%%DATADIR%%/tenancy/filters.py
+%%DATADIR%%/tenancy/filtersets.py
%%DATADIR%%/tenancy/forms.py
%%DATADIR%%/tenancy/migrations/0001_initial.py
%%DATADIR%%/tenancy/migrations/0002_tenant_group_optional.py