Index: head/net-mgmt/icingaweb2-module-graphite/Makefile =================================================================== --- head/net-mgmt/icingaweb2-module-graphite/Makefile (revision 476815) +++ head/net-mgmt/icingaweb2-module-graphite/Makefile (revision 476816) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= icingaweb2-module-graphite DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org COMMENT= Graphite integration into Icinga Web 2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= icingaweb2>=2.5.0:net-mgmt/icingaweb2 USE_GITHUB= yes GH_ACCOUNT= icinga NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include Index: head/net-mgmt/icingaweb2-module-graphite/distinfo =================================================================== --- head/net-mgmt/icingaweb2-module-graphite/distinfo (revision 476815) +++ head/net-mgmt/icingaweb2-module-graphite/distinfo (revision 476816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523611695 -SHA256 (icinga-icingaweb2-module-graphite-v1.0.1_GH0.tar.gz) = d7ec9cc847d52888bdbf6e50f04ff48683dc69450b69dab8d057b0e5b0a9790f -SIZE (icinga-icingaweb2-module-graphite-v1.0.1_GH0.tar.gz) = 329327 +TIMESTAMP = 1533890738 +SHA256 (icinga-icingaweb2-module-graphite-v1.1.0_GH0.tar.gz) = 0ad0da5703c68f3cd8000a0b6cdb7358d531f700ca0e2fbf22b32cef64f3443d +SIZE (icinga-icingaweb2-module-graphite-v1.1.0_GH0.tar.gz) = 331879 Index: head/net-mgmt/icingaweb2-module-graphite/pkg-plist =================================================================== --- head/net-mgmt/icingaweb2-module-graphite/pkg-plist (revision 476815) +++ head/net-mgmt/icingaweb2-module-graphite/pkg-plist (revision 476816) @@ -1,94 +1,96 @@ %%WWWDIR%%/.github/ISSUE_TEMPLATE.md %%WWWDIR%%/.gitignore %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/COPYING %%WWWDIR%%/README.md %%WWWDIR%%/application/clicommands/Icinga2Command.php %%WWWDIR%%/application/controllers/ConfigController.php %%WWWDIR%%/application/controllers/GraphController.php %%WWWDIR%%/application/controllers/GraphDummyController.php %%WWWDIR%%/application/controllers/ListController.php %%WWWDIR%%/application/forms/Config/AdvancedForm.php %%WWWDIR%%/application/forms/Config/BackendForm.php %%WWWDIR%%/application/forms/TimeRangePicker/CommonForm.php %%WWWDIR%%/application/forms/TimeRangePicker/CustomForm.php %%WWWDIR%%/application/forms/TimeRangePicker/TimeRangePickerTrait.php %%WWWDIR%%/application/views/scripts/config/advanced.phtml %%WWWDIR%%/application/views/scripts/config/backend.phtml %%WWWDIR%%/application/views/scripts/list/hosts.phtml %%WWWDIR%%/application/views/scripts/list/services.phtml %%WWWDIR%%/application/views/scripts/test/apache.phtml %%WWWDIR%%/application/views/scripts/test/cpu.phtml %%WWWDIR%%/configuration.php %%WWWDIR%%/doc/01-About.md %%WWWDIR%%/doc/02-Installation.md %%WWWDIR%%/doc/03-Configuration.md %%WWWDIR%%/doc/04-Templates.md +%%WWWDIR%%/doc/05-Troubleshooting.md %%WWWDIR%%/doc/img/service-detail-view.png %%WWWDIR%%/doc/img/service-list.png %%WWWDIR%%/library/Graphite/Graphing/Chart.php %%WWWDIR%%/library/Graphite/Graphing/GraphingTrait.php %%WWWDIR%%/library/Graphite/Graphing/GraphiteWebClient.php %%WWWDIR%%/library/Graphite/Graphing/MetricsDataSource.php %%WWWDIR%%/library/Graphite/Graphing/MetricsQuery.php %%WWWDIR%%/library/Graphite/Graphing/Template.php %%WWWDIR%%/library/Graphite/Graphing/Templates.php %%WWWDIR%%/library/Graphite/ProvidedHook/Monitoring/DetailviewExtension.php +%%WWWDIR%%/library/Graphite/Util/InternalProcessTracker.php %%WWWDIR%%/library/Graphite/Util/MacroTemplate.php %%WWWDIR%%/library/Graphite/Web/Controller/MonitoringAwareController.php %%WWWDIR%%/library/Graphite/Web/Controller/TimeRangePickerTrait.php %%WWWDIR%%/library/Graphite/Web/FakeSchemeRequest.php %%WWWDIR%%/library/Graphite/Web/Form/Decorator/Proxy.php %%WWWDIR%%/library/Graphite/Web/Form/Validator/CustomErrorMessagesValidator.php %%WWWDIR%%/library/Graphite/Web/Form/Validator/HttpUserValidator.php %%WWWDIR%%/library/Graphite/Web/Form/Validator/MacroTemplateValidator.php %%WWWDIR%%/library/Graphite/Web/Widget/Graphs.php %%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Host.php %%WWWDIR%%/library/Graphite/Web/Widget/Graphs/Service.php %%WWWDIR%%/library/vendor/Psr/Http/Message/MessageInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/RequestInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/ResponseInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/ServerRequestInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/StreamInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/UploadedFileInterface.php %%WWWDIR%%/library/vendor/Psr/Http/Message/UriInterface.php %%WWWDIR%%/library/vendor/Psr/LICENSE %%WWWDIR%%/library/vendor/Psr/Loader.php %%WWWDIR%%/library/vendor/iplx/Http/Client.php %%WWWDIR%%/library/vendor/iplx/Http/ClientInterface.php %%WWWDIR%%/library/vendor/iplx/Http/Handle.php %%WWWDIR%%/library/vendor/iplx/Http/MessageTrait.php %%WWWDIR%%/library/vendor/iplx/Http/Request.php %%WWWDIR%%/library/vendor/iplx/Http/Response.php %%WWWDIR%%/library/vendor/iplx/Http/Stream.php %%WWWDIR%%/library/vendor/iplx/Http/Uri.php %%WWWDIR%%/library/vendor/iplx/LICENSE %%WWWDIR%%/library/vendor/iplx/Loader.php %%WWWDIR%%/library/vendor/iplx/README %%WWWDIR%%/module.info %%WWWDIR%%/public/css/module.less %%WWWDIR%%/public/js/module.js %%WWWDIR%%/run.php %%WWWDIR%%/templates/default.ini %%WWWDIR%%/templates/disk.ini %%WWWDIR%%/templates/file_age.ini %%WWWDIR%%/templates/fping.ini %%WWWDIR%%/templates/hostalive.ini %%WWWDIR%%/templates/icinga.ini %%WWWDIR%%/templates/icmp.ini %%WWWDIR%%/templates/interfacetable.ini %%WWWDIR%%/templates/load.ini %%WWWDIR%%/templates/mailq.ini %%WWWDIR%%/templates/memory.ini %%WWWDIR%%/templates/mysql.ini %%WWWDIR%%/templates/mysql_health.ini %%WWWDIR%%/templates/network.ini %%WWWDIR%%/templates/ntp.ini %%WWWDIR%%/templates/ping.ini %%WWWDIR%%/templates/procs.ini %%WWWDIR%%/templates/response-size.ini %%WWWDIR%%/templates/response-time.ini %%WWWDIR%%/templates/swap.ini %%WWWDIR%%/templates/update.ini %%WWWDIR%%/templates/uptime.ini %%WWWDIR%%/templates/users.ini