git: a3ba1ba2f453 - main - net-mgmt/netbox: Update to 3.2.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Aug 2022 05:15:28 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3ba1ba2f4530f5281f176d51667124b8d7988ba commit a3ba1ba2f4530f5281f176d51667124b8d7988ba Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-08-19 05:09:33 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-08-19 05:09:33 +0000 net-mgmt/netbox: Update to 3.2.9 Changelog: Enhancements: * Add PON interface types * Enable bulk renaming of devices * Pretty print JSON custom field data when editing * Display extra addressing details for IPv4 prefixes * Add phone & email details to contacts panel * Add clear button to quick search fields * Add DOCSIS interface type Bug Fixes: * Remove button for adding inventory item templates to module type components * Fix Markdown rendering for custom fields in table columns * Workaround for upstream timezone data bug https://github.com/netbox-community/netbox/releases/tag/v3.2.9 MFH: 2022Q3 --- net-mgmt/netbox/Makefile | 2 +- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index f8bfa9200644..8855849a1f3e 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.2.8 +DISTVERSION= 3.2.9 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 90459f13cb2e..a376ac85be58 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660042896 -SHA256 (netbox-community-netbox-v3.2.8_GH0.tar.gz) = 3589505be2b6128783fa4a953ec8fc6ac968d88bb4aac18281c2bae533e04c1c -SIZE (netbox-community-netbox-v3.2.8_GH0.tar.gz) = 4836521 +TIMESTAMP = 1660761613 +SHA256 (netbox-community-netbox-v3.2.9_GH0.tar.gz) = 4d22ed99ea9244b4c167b268eda0af2951f832a0a7b4e653c1b72ea4be2bcb3b +SIZE (netbox-community-netbox-v3.2.9_GH0.tar.gz) = 4837923 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index ba7e9b9aa0ca..cea826a5998c 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -720,6 +720,7 @@ %%DATADIR%%/templates/dcim/device/consoleserverports.html %%DATADIR%%/templates/dcim/device/devicebays.html %%DATADIR%%/templates/dcim/device/frontports.html +%%DATADIR%%/templates/dcim/device/inc/interface_table_controls.html %%DATADIR%%/templates/dcim/device/interfaces.html %%DATADIR%%/templates/dcim/device/inventory.html %%DATADIR%%/templates/dcim/device/lldp_neighbors.html