Date: Sun, 9 Dec 2018 11:41:32 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487038 - in head/net-mgmt/netbox: . files Message-ID: <201812091141.wB9BfWS8019264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Dec 9 11:41:32 2018 New Revision: 487038 URL: https://svnweb.freebsd.org/changeset/ports/487038 Log: - Update to 2.4.9 - Removed WANT_PGSQL to drop the dependency for the PostgreSQL server as suggested in bug #233775, because NetBox can also be used on a standalone client. - Updated pkg-message to inform users that a PostgreSQL server is required to store the NetBox's data. The page on the FreeBSD wiki contains already that info. Changes by upstream (since 2.4.7): - https://github.com/digitalocean/netbox/releases/tag/v2.4.9 - https://github.com/digitalocean/netbox/releases/tag/v2.4.8 PR: 233881 Submitted by: maintainer Modified: head/net-mgmt/netbox/Makefile head/net-mgmt/netbox/distinfo head/net-mgmt/netbox/files/pkg-message.in head/net-mgmt/netbox/pkg-plist Modified: head/net-mgmt/netbox/Makefile ============================================================================== --- head/net-mgmt/netbox/Makefile Sun Dec 9 11:18:36 2018 (r487037) +++ head/net-mgmt/netbox/Makefile Sun Dec 9 11:41:32 2018 (r487038) @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.4.7 +DISTVERSION= 2.4.9 CATEGORIES= net-mgmt MAINTAINER= freebsd_ports@k-worx.org @@ -35,7 +35,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:ww ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.11.0:devel/py-xmltodict@${PY_FLAVOR} USES= pgsql:9.4+ python:3.5+ -WANT_PGSQL= server USE_GITHUB= yes GH_ACCOUNT= digitalocean Modified: head/net-mgmt/netbox/distinfo ============================================================================== --- head/net-mgmt/netbox/distinfo Sun Dec 9 11:18:36 2018 (r487037) +++ head/net-mgmt/netbox/distinfo Sun Dec 9 11:41:32 2018 (r487038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541582923 -SHA256 (digitalocean-netbox-v2.4.7_GH0.tar.gz) = a698ad3de76ac4f52f7bba3e263d4fb0b11cbb4e5d9ff2cdf28282043a5b6619 -SIZE (digitalocean-netbox-v2.4.7_GH0.tar.gz) = 2203411 +TIMESTAMP = 1544196788 +SHA256 (digitalocean-netbox-v2.4.9_GH0.tar.gz) = 9c405cb7cdd4bdcb2cf81325f95c2e8dd3ba664697628d96edd6d00dbcd20560 +SIZE (digitalocean-netbox-v2.4.9_GH0.tar.gz) = 2209930 Modified: head/net-mgmt/netbox/files/pkg-message.in ============================================================================== --- head/net-mgmt/netbox/files/pkg-message.in Sun Dec 9 11:18:36 2018 (r487037) +++ head/net-mgmt/netbox/files/pkg-message.in Sun Dec 9 11:41:32 2018 (r487038) @@ -20,6 +20,10 @@ The following steps are required to finish the upgrade INSTALLING ============ +Please note that NetBox requires a PostgreSQL database server, which uses its +built-in network address datatypes. Thus NetBox won't work with other RDBMS's, +e.g. MySQL, MariaDB, etc. + For installation instructions please refer to the related wiki page: - https://wiki.freebsd.org/Ports/net-mgmt/netbox Modified: head/net-mgmt/netbox/pkg-plist ============================================================================== --- head/net-mgmt/netbox/pkg-plist Sun Dec 9 11:18:36 2018 (r487037) +++ head/net-mgmt/netbox/pkg-plist Sun Dec 9 11:41:32 2018 (r487038) @@ -3,11 +3,11 @@ %%PORTDOCS%%%%DOCSDIR%%/additional-features/custom-fields.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/export-templates.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/graphs.md -%%PORTDOCS%%%%DOCSDIR%%/additional-features/netbox-shell.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/reports.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/tags.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/topology-maps.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/webhooks.md +%%PORTDOCS%%%%DOCSDIR%%/administration/netbox-shell.md %%PORTDOCS%%%%DOCSDIR%%/administration/replicating-netbox.md %%PORTDOCS%%%%DOCSDIR%%/api/authentication.md %%PORTDOCS%%%%DOCSDIR%%/api/examples.md @@ -25,8 +25,10 @@ %%PORTDOCS%%%%DOCSDIR%%/core-functionality/tenancy.md %%PORTDOCS%%%%DOCSDIR%%/core-functionality/virtual-machines.md %%PORTDOCS%%%%DOCSDIR%%/core-functionality/vlans.md +%%PORTDOCS%%%%DOCSDIR%%/development/extending-models.md %%PORTDOCS%%%%DOCSDIR%%/development/index.md %%PORTDOCS%%%%DOCSDIR%%/development/release-checklist.md +%%PORTDOCS%%%%DOCSDIR%%/development/style-guide.md %%PORTDOCS%%%%DOCSDIR%%/development/utility-views.md %%PORTDOCS%%%%DOCSDIR%%/index.md %%PORTDOCS%%%%DOCSDIR%%/installation/1-postgresql.md @@ -483,6 +485,7 @@ %%DATADIR%%/templates/extras/objectchange_list.html %%DATADIR%%/templates/extras/report.html %%DATADIR%%/templates/extras/report_list.html +%%DATADIR%%/templates/extras/tag.html %%DATADIR%%/templates/extras/tag_list.html %%DATADIR%%/templates/home.html %%DATADIR%%/templates/import_success.html @@ -641,6 +644,7 @@ %%DATADIR%%/utilities/testing.py %%DATADIR%%/utilities/tests/__init__.py %%DATADIR%%/utilities/tests/test_managers.py +%%DATADIR%%/utilities/tests/test_utils.py %%DATADIR%%/utilities/utils.py %%DATADIR%%/utilities/validators.py %%DATADIR%%/utilities/views.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812091141.wB9BfWS8019264>