Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 15:34:17 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d4bc4ad9430 - main - net-mgmt/netbox: Update to 3.0.8
Message-ID:  <202110211534.19LFYHKA054856@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d4bc4ad9430652b27923d55a38efd628e05853c

commit 3d4bc4ad9430652b27923d55a38efd628e05853c
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-10-21 15:18:31 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-10-21 15:32:12 +0000

    net-mgmt/netbox: Update to 3.0.8
    
    Changelog:
    
    Enhancements:
    * Add UI field to filter interfaces by kind
    * Add a utilization column to the IP ranges table
    
    Bug Fixes:
    * Fix incorrect Device LLDP interface row coloring
    * Fix navigation UI issue that caused improper element overlap
    * Restore horizontal scrolling for tables in narrow viewports
    * Avoid exception when utilizing "create and add another" twice
      in succession
    * Fix multi-value filtering of custom field objects
    * Fix incorrect display of update/delete events for webhooks
    * Fix rendering of UTF8-encoded data in change records
    * Fix display of version when new release is available
    * Fix alignment of object identifier under object view
    
    https://github.com/netbox-community/netbox/releases/tag/v3.0.8
---
 net-mgmt/netbox/Makefile  | 4 ++--
 net-mgmt/netbox/distinfo  | 6 +++---
 net-mgmt/netbox/pkg-plist | 1 -
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 1fb859aef265..1a2ebbc076cd 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.7
+DISTVERSION=	3.0.8
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
@@ -46,7 +46,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.8<3.3:www/py-django32@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}psycopg2>=2.9.1<3:databases/py-psycopg2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.1<2:graphics/py-svgwrite@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tablib>=3.0.0<3.1:textproc/py-tablib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<6:devel/py-yaml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<7:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gunicorn>=19.9.0<21:www/py-gunicorn@${PY_FLAVOR}
 
 USES=		cpe pgsql:9.6+ python:3.7+
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index a471ae32b966..aec99185e60f 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633947049
-SHA256 (netbox-community-netbox-v3.0.7_GH0.tar.gz) = e969956fbdf2e26b9e50104606d26cc18d460fdfc994ed7bc519780d8c90ed2d
-SIZE (netbox-community-netbox-v3.0.7_GH0.tar.gz) = 4488027
+TIMESTAMP = 1634756051
+SHA256 (netbox-community-netbox-v3.0.8_GH0.tar.gz) = 86fb7ee6b6631f9f66b16257e8471dd87d2e9d5bb47d6449d1c1e9c659abf6f2
+SIZE (netbox-community-netbox-v3.0.8_GH0.tar.gz) = 4489599
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 224c898a05bb..0fe170952388 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -21,7 +21,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/virtualization.md
 %%PORTDOCS%%%%DOCSDIR%%/core-functionality/vlans.md
 %%PORTDOCS%%%%DOCSDIR%%/customization/custom-fields.md
-%%PORTDOCS%%%%DOCSDIR%%/customization/custom-links.md
 %%PORTDOCS%%%%DOCSDIR%%/customization/custom-scripts.md
 %%PORTDOCS%%%%DOCSDIR%%/customization/custom-validation.md
 %%PORTDOCS%%%%DOCSDIR%%/customization/export-templates.md



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211534.19LFYHKA054856>