From owner-svn-ports-all@freebsd.org Mon Jan 6 19:05:39 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8CE151E1C8C; Mon, 6 Jan 2020 19:05:39 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s4hz3G54z44x0; Mon, 6 Jan 2020 19:05:39 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66AB51AEED; Mon, 6 Jan 2020 19:05:39 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 006J5dg4091074; Mon, 6 Jan 2020 19:05:39 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 006J5che091071; Mon, 6 Jan 2020 19:05:38 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202001061905.006J5che091071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 6 Jan 2020 19:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522268 - in head/net-mgmt/netbox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/net-mgmt/netbox: . files X-SVN-Commit-Revision: 522268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 19:05:39 -0000 Author: kai Date: Mon Jan 6 19:05:38 2020 New Revision: 522268 URL: https://svnweb.freebsd.org/changeset/ports/522268 Log: net-mgmt/netbox: Update to 2.6.11 * Remove the patch that fixed a regression when accessing the API documentation as it's no longer required. [1] Changelog since 2.6.9: Enhancements: * Add ability to move inventory items between devices * Extend admin UI to allow deleting old report results * Add assigned_to_interface filter for IP addresses * Fail gracefully on custom link rendering exception * Provide request context when executing custom scripts * Add date/time picker widgets * Enable partial search for inventory items * Optimize size of pages containing a dynamic selection field * Allow filtering console/power/interface connections by device ID Bug Fixes: * Restrict queryset of chained fields when form validation fails * Include A/Z termination sites for circuits in global search * Scrolling to target (hash) did not account for the header size * Fix AttributeError exception in API docs [1] * Filter platform by manufacturer when editing devices * Fix filtering of racks by group on device list * Fix exception when editing a device bay (regression since 2.6.7) * Fix API-driven filter field rendering (regression since 2.6.10) * Add missing region filters for multiple objects https://github.com/netbox-community/netbox/releases/tag/v2.6.11 https://github.com/netbox-community/netbox/releases/tag/v2.6.10 MFH: 2020Q1 Deleted: head/net-mgmt/netbox/files/patch-netbox_extras_api_customfields.py Modified: head/net-mgmt/netbox/Makefile head/net-mgmt/netbox/distinfo head/net-mgmt/netbox/pkg-plist Modified: head/net-mgmt/netbox/Makefile ============================================================================== --- head/net-mgmt/netbox/Makefile Mon Jan 6 19:02:41 2020 (r522267) +++ head/net-mgmt/netbox/Makefile Mon Jan 6 19:05:38 2020 (r522268) @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.6.9 +DISTVERSION= 2.6.11 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2<2.3: ${PYTHON_PKGNAMEPREFIX}dj22-django-prometheus>=1.0.15:www/py-dj22-django-prometheus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj22-django-rq>=2.1.0:devel/py-dj22-django-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj22-django-tables2>=2.0.6:www/py-dj22-django-tables2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=0:www/py-dj22-django-taggit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=1.1.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.4:www/py-dj22-djangorestframework@${PY_FLAVOR} \ Modified: head/net-mgmt/netbox/distinfo ============================================================================== --- head/net-mgmt/netbox/distinfo Mon Jan 6 19:02:41 2020 (r522267) +++ head/net-mgmt/netbox/distinfo Mon Jan 6 19:05:38 2020 (r522268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576569679 -SHA256 (netbox-community-netbox-v2.6.9_GH0.tar.gz) = 82b993a4002ad68f0d572591f81958aa88a37244c9d76646c01c210fdd57bdb9 -SIZE (netbox-community-netbox-v2.6.9_GH0.tar.gz) = 2417598 +TIMESTAMP = 1578134297 +SHA256 (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 7d395f8b9fdffdce162030f117d36258aa478c72ca6612b82b3e98c6d397c89d +SIZE (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 2440647 Modified: head/net-mgmt/netbox/pkg-plist ============================================================================== --- head/net-mgmt/netbox/pkg-plist Mon Jan 6 19:02:41 2020 (r522267) +++ head/net-mgmt/netbox/pkg-plist Mon Jan 6 19:05:38 2020 (r522268) @@ -46,6 +46,7 @@ %%PORTDOCS%%%%DOCSDIR%%/media/screenshot2.png %%PORTDOCS%%%%DOCSDIR%%/media/screenshot3.png %%PORTDOCS%%%%DOCSDIR%%/netbox_logo.png +%%PORTDOCS%%%%DOCSDIR%%/netbox_logo.svg %%PORTDOCS%%%%DOCSDIR%%/release-notes/index.md %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.0.md %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.1.md @@ -359,6 +360,9 @@ %%DATADIR%%/project-static/bootstrap-3.4.1-dist/js/npm.js %%DATADIR%%/project-static/clipboard-2.0.4.min.js %%DATADIR%%/project-static/css/base.css +%%DATADIR%%/project-static/flatpickr-4.6.3/flatpickr.min.js +%%DATADIR%%/project-static/flatpickr-4.6.3/themes/dark.css +%%DATADIR%%/project-static/flatpickr-4.6.3/themes/light.css %%DATADIR%%/project-static/font-awesome-4.7.0/css/font-awesome.css %%DATADIR%%/project-static/font-awesome-4.7.0/css/font-awesome.min.css %%DATADIR%%/project-static/font-awesome-4.7.0/fonts/FontAwesome.otf @@ -397,7 +401,9 @@ %%DATADIR%%/project-static/font-awesome-4.7.0/scss/font-awesome.scss %%DATADIR%%/project-static/img/ajax-loader.gif %%DATADIR%%/project-static/img/netbox.ico +%%DATADIR%%/project-static/img/netbox_icon.svg %%DATADIR%%/project-static/img/netbox_logo.png +%%DATADIR%%/project-static/img/netbox_logo.svg %%DATADIR%%/project-static/img/tint_20.png %%DATADIR%%/project-static/jquery-ui-1.12.1/AUTHORS.txt %%DATADIR%%/project-static/jquery-ui-1.12.1/LICENSE.txt @@ -793,6 +799,7 @@ %%DATADIR%%/utilities/templates/buttons/export.html %%DATADIR%%/utilities/templates/buttons/import.html %%DATADIR%%/utilities/templates/widgets/colorselect_option.html +%%DATADIR%%/utilities/templates/widgets/select_api.html %%DATADIR%%/utilities/templates/widgets/select_contenttype.html %%DATADIR%%/utilities/templates/widgets/select_option_with_pk.html %%DATADIR%%/utilities/templates/widgets/selectwithdisabled_option.html