git: 2329b01216a3 - main - net-mgmt/netbox: Update to 3.1.9

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Tue, 08 Mar 2022 06:54:12 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2329b01216a3d7475b82cd203e55fd7dcb925e97

commit 2329b01216a3d7475b82cd203e55fd7dcb925e97
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-03-08 06:42:19 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-03-08 06:42:19 +0000

    net-mgmt/netbox: Update to 3.1.9
    
    Changelog:
    
    Enhancements:
    * Enable filtering by exact description match for all applicable models
    * Add description to tag table search function
    * Show assigned ASNs/sites under list views
    * Add PC and UPC fiber end faces for LC/SC/LSH port types
    * Allow empty string substitution when renaming objects in bulk
    * Link to rack elevations list from site view
    * Add SCTP to service protocols list
    
    Bug Fixes:
    * Fix bulk import to restrict bridge, parent, and LAG to
      device interfaces
    * Prevent navigation sidebar pin from disappearing at certain
      breakpoints
    * Fix rendering of tabbed content in documentation
    * Fix dynamic scope selection form fields when creating a VLAN group
    * Restore missing "add" button on services list view
    * Avoid returning multiple objects when restricting querysets using
      multiple tags in permissions
    * Fix redirection after bulk edit/delete of prefixes from aggregate view
    * Fix exception during device import with invalid device type
    * Correct REST API URL for FHRP group assignments
    * Fix members count under FHRP group list
    
    https://github.com/netbox-community/netbox/releases/tag/v3.1.9
---
 net-mgmt/netbox/Makefile  |  7 ++++---
 net-mgmt/netbox/distinfo  |  6 +++---
 net-mgmt/netbox/pkg-plist | 12 ++++++------
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index a70b96b5a70b..de132f637d01 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.1.8
+DISTVERSION=	3.1.9
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
@@ -23,7 +23,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 # - www/py-dj32-djangorestframework (in conjunction with www/py-dj32-drf-yasg)
 #
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown-include>=0.6.0<1:textproc/py-markdown-include@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mkdocs-material>=8.1.11<9:textproc/py-mkdocs-material@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}mkdocs-material>=8.2.5<9:textproc/py-mkdocs-material@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.11<3.3:www/py-django32@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.11.0<4:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.2.4<4:www/py-dj32-django-debug-toolbar@${PY_FLAVOR} \
@@ -35,7 +35,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.11<3.3:www/py-django32@${PY_FL
 		${PYTHON_PKGNAMEPREFIX}dj32-django-rq>=2.5.1<2.6:devel/py-dj32-django-rq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-tables2>=2.4.1<2.5:www/py-dj32-django-tables2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-taggit>=2.1.0<3:www/py-dj32-django-taggit@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj32-django-timezone-field>=4.2.3<5:www/py-dj32-django-timezone-field@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj32-django-timezone-field>=5.0<6:www/py-dj32-django-timezone-field@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-djangorestframework>=3.12.4<3.13.0:www/py-dj32-djangorestframework@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-drf-yasg>=1.20.0<1.21:www/py-dj32-drf-yasg@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-graphene-django>=2.15.0<3:devel/py-dj32-graphene-django@${PY_FLAVOR} \
@@ -49,6 +49,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.11<3.3:www/py-django32@${PY_FL
 		${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.1.0<5:security/py-social-auth-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.1<2:graphics/py-svgwrite@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tablib>=3.2.0<4:textproc/py-tablib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tzdata>=2021.5:devel/py-tzdata@${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}
 
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 060f96374bd3..96b9b48ef7dc 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644942613
-SHA256 (netbox-community-netbox-v3.1.8_GH0.tar.gz) = 3e204fc792a41172f22631de2dce15d248f9d60a4f5552bfaad91438da472941
-SIZE (netbox-community-netbox-v3.1.8_GH0.tar.gz) = 4404956
+TIMESTAMP = 1646669081
+SHA256 (netbox-community-netbox-v3.1.9_GH0.tar.gz) = a0b5729554928cff4611902f0eb0aa7773ec0cd06e5545c9ca68df36f71b0405
+SIZE (netbox-community-netbox-v3.1.9_GH0.tar.gz) = 4405666
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index c2416b75087a..0fc40e6857b0 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -529,8 +529,8 @@
 %%DATADIR%%/project-static/docs/administration/permissions/index.html
 %%DATADIR%%/project-static/docs/administration/replicating-netbox/index.html
 %%DATADIR%%/project-static/docs/assets/images/favicon.png
-%%DATADIR%%/project-static/docs/assets/javascripts/bundle.5a9542cf.min.js
-%%DATADIR%%/project-static/docs/assets/javascripts/bundle.5a9542cf.min.js.map
+%%DATADIR%%/project-static/docs/assets/javascripts/bundle.467223ff.min.js
+%%DATADIR%%/project-static/docs/assets/javascripts/bundle.467223ff.min.js.map
 %%DATADIR%%/project-static/docs/assets/javascripts/lunr/min/lunr.ar.min.js
 %%DATADIR%%/project-static/docs/assets/javascripts/lunr/min/lunr.da.min.js
 %%DATADIR%%/project-static/docs/assets/javascripts/lunr/min/lunr.de.min.js
@@ -557,10 +557,10 @@
 %%DATADIR%%/project-static/docs/assets/javascripts/lunr/min/lunr.zh.min.js
 %%DATADIR%%/project-static/docs/assets/javascripts/lunr/tinyseg.js
 %%DATADIR%%/project-static/docs/assets/javascripts/lunr/wordcut.js
-%%DATADIR%%/project-static/docs/assets/javascripts/workers/search.092fa1f6.min.js
-%%DATADIR%%/project-static/docs/assets/javascripts/workers/search.092fa1f6.min.js.map
-%%DATADIR%%/project-static/docs/assets/stylesheets/main.50e68009.min.css
-%%DATADIR%%/project-static/docs/assets/stylesheets/main.50e68009.min.css.map
+%%DATADIR%%/project-static/docs/assets/javascripts/workers/search.bd0b6b67.min.js
+%%DATADIR%%/project-static/docs/assets/javascripts/workers/search.bd0b6b67.min.js.map
+%%DATADIR%%/project-static/docs/assets/stylesheets/main.2d9f7617.min.css
+%%DATADIR%%/project-static/docs/assets/stylesheets/main.2d9f7617.min.css.map
 %%DATADIR%%/project-static/docs/assets/stylesheets/palette.e6a45f82.min.css
 %%DATADIR%%/project-static/docs/assets/stylesheets/palette.e6a45f82.min.css.map
 %%DATADIR%%/project-static/docs/configuration/dynamic-settings/index.html