From owner-svn-ports-head@freebsd.org Tue Jul 10 21:10:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A1AD102C983; Tue, 10 Jul 2018 21:10:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA80A8C480; Tue, 10 Jul 2018 21:10:21 +0000 (UTC) (envelope-from swills@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 6D29D128E; Tue, 10 Jul 2018 21:10:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6ALALju009187; Tue, 10 Jul 2018 21:10:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6ALAKv2009184; Tue, 10 Jul 2018 21:10:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807102110.w6ALAKv2009184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 10 Jul 2018 21:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474413 - head/www/grafana5 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/grafana5 X-SVN-Commit-Revision: 474413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2018 21:10:22 -0000 Author: swills Date: Tue Jul 10 21:10:20 2018 New Revision: 474413 URL: https://svnweb.freebsd.org/changeset/ports/474413 Log: www/grafana5: update to 5.2.1 Modified: head/www/grafana5/Makefile (contents, props changed) head/www/grafana5/distinfo (contents, props changed) head/www/grafana5/pkg-plist (contents, props changed) Modified: head/www/grafana5/Makefile ============================================================================== --- head/www/grafana5/Makefile Tue Jul 10 20:56:12 2018 (r474412) +++ head/www/grafana5/Makefile Tue Jul 10 21:10:20 2018 (r474413) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= grafana -PORTVERSION= 5.1.5 +PORTVERSION= 5.2.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES+= https://s3-us-west-2.amazonaws.com/grafana-releases/release/:public PKGNAMESUFFIX= ${PORTVERSION:C/([0-9]).*/\1/1} -DISTFILES= grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX}:public +DISTFILES= grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX}:public EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= swills@FreeBSD.org @@ -24,7 +24,7 @@ USE_RC_SUBR= grafana USE_GITHUB= yes GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -TAG= 7dc36ae +TAG= 2040f61 GRAFANA_USER?= grafana GRAFANA_GROUP?= grafana @@ -53,7 +53,7 @@ PLIST_SUB+= GRAFANAHOMEDIR=${GRAFANAHOMEDIR} post-extract: @${RM} -r ${WRKSRC}/src/github.com/grafana/grafana/public - @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public) + @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public) do-build: @cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags "-w -X main.version=${PORTVERSION} -X main.commit=${TAG}" -o ./bin/grafana-server ./pkg/cmd/grafana-server Modified: head/www/grafana5/distinfo ============================================================================== --- head/www/grafana5/distinfo Tue Jul 10 20:56:12 2018 (r474412) +++ head/www/grafana5/distinfo Tue Jul 10 21:10:20 2018 (r474413) @@ -1,5 +1,5 @@ -TIMESTAMP = 1531167510 -SHA256 (grafana-5.1.5.linux-x64.tar.gz) = a1ba9d04de216e2b54f304a261ec898efdd411a79c9c3acd2913397d7a5cd348 -SIZE (grafana-5.1.5.linux-x64.tar.gz) = 52436445 -SHA256 (grafana-grafana-v5.1.5_GH0.tar.gz) = 10497558c4bcdba2128e66f3968a0cc19c08fd0eb025845008dfb9b87e03c71c -SIZE (grafana-grafana-v5.1.5_GH0.tar.gz) = 10268824 +TIMESTAMP = 1531256114 +SHA256 (grafana-5.2.1.linux-amd64.tar.gz) = 355503077edf14c43e34c75cb12ba7c17f441619860aa552c076ce2d5952c948 +SIZE (grafana-5.2.1.linux-amd64.tar.gz) = 54294991 +SHA256 (grafana-grafana-v5.2.1_GH0.tar.gz) = 90209a1cfb280d866a5933cb095ede41c66b269ae3dfc4d0164528527746e678 +SIZE (grafana-grafana-v5.2.1_GH0.tar.gz) = 10512571 Modified: head/www/grafana5/pkg-plist ============================================================================== --- head/www/grafana5/pkg-plist Tue Jul 10 20:56:12 2018 (r474412) +++ head/www/grafana5/pkg-plist Tue Jul 10 21:10:20 2018 (r474413) @@ -5,6 +5,29 @@ bin/grafana-server %%DATADIR%%/public/app/containers/AlertRuleList/AlertRuleList.jest.tsx %%DATADIR%%/public/app/containers/AlertRuleList/AlertRuleList.tsx %%DATADIR%%/public/app/containers/AlertRuleList/__snapshots__/AlertRuleList.jest.tsx.snap +%%DATADIR%%/public/app/containers/Explore/ElapsedTime.tsx +%%DATADIR%%/public/app/containers/Explore/Explore.tsx +%%DATADIR%%/public/app/containers/Explore/Graph.tsx +%%DATADIR%%/public/app/containers/Explore/Legend.tsx +%%DATADIR%%/public/app/containers/Explore/QueryField.tsx +%%DATADIR%%/public/app/containers/Explore/QueryRows.tsx +%%DATADIR%%/public/app/containers/Explore/Table.tsx +%%DATADIR%%/public/app/containers/Explore/TimePicker.jest.tsx +%%DATADIR%%/public/app/containers/Explore/TimePicker.tsx +%%DATADIR%%/public/app/containers/Explore/Typeahead.tsx +%%DATADIR%%/public/app/containers/Explore/Wrapper.tsx +%%DATADIR%%/public/app/containers/Explore/slate-plugins/braces.test.ts +%%DATADIR%%/public/app/containers/Explore/slate-plugins/braces.ts +%%DATADIR%%/public/app/containers/Explore/slate-plugins/clear.test.ts +%%DATADIR%%/public/app/containers/Explore/slate-plugins/clear.ts +%%DATADIR%%/public/app/containers/Explore/slate-plugins/newline.ts +%%DATADIR%%/public/app/containers/Explore/slate-plugins/prism/index.tsx +%%DATADIR%%/public/app/containers/Explore/slate-plugins/prism/promql.ts +%%DATADIR%%/public/app/containers/Explore/slate-plugins/runner.ts +%%DATADIR%%/public/app/containers/Explore/utils/debounce.ts +%%DATADIR%%/public/app/containers/Explore/utils/dom.ts +%%DATADIR%%/public/app/containers/Explore/utils/prometheus.ts +%%DATADIR%%/public/app/containers/Explore/utils/query.ts %%DATADIR%%/public/app/containers/IContainerProps.ts %%DATADIR%%/public/app/containers/ManageDashboards/FolderPermissions.tsx %%DATADIR%%/public/app/containers/ManageDashboards/FolderSettings.jest.tsx @@ -117,9 +140,9 @@ bin/grafana-server %%DATADIR%%/public/app/core/directives/tags.ts %%DATADIR%%/public/app/core/directives/value_select_dropdown.ts %%DATADIR%%/public/app/core/filters/filters.ts -%%DATADIR%%/public/app/core/jquery_extended.js +%%DATADIR%%/public/app/core/jquery_extended.ts %%DATADIR%%/public/app/core/live/live_srv.ts -%%DATADIR%%/public/app/core/lodash_extended.js +%%DATADIR%%/public/app/core/lodash_extended.ts %%DATADIR%%/public/app/core/mod_defs.d.ts %%DATADIR%%/public/app/core/nav_model_srv.ts %%DATADIR%%/public/app/core/partials.ts @@ -157,6 +180,7 @@ bin/grafana-server %%DATADIR%%/public/app/core/specs/search_srv.jest.ts %%DATADIR%%/public/app/core/specs/store.jest.ts %%DATADIR%%/public/app/core/specs/table_model.jest.ts +%%DATADIR%%/public/app/core/specs/ticks.jest.ts %%DATADIR%%/public/app/core/specs/time_series.jest.ts %%DATADIR%%/public/app/core/specs/value_select_dropdown_specs.ts %%DATADIR%%/public/app/core/store.ts @@ -179,6 +203,7 @@ bin/grafana-server %%DATADIR%%/public/app/core/utils/ticks.ts %%DATADIR%%/public/app/core/utils/url.ts %%DATADIR%%/public/app/core/utils/version.ts +%%DATADIR%%/public/app/dev.ts %%DATADIR%%/public/app/features/admin/admin.ts %%DATADIR%%/public/app/features/admin/admin_edit_org_ctrl.ts %%DATADIR%%/public/app/features/admin/admin_edit_user_ctrl.ts @@ -202,7 +227,7 @@ bin/grafana-server %%DATADIR%%/public/app/features/alerting/partials/notification_edit.html %%DATADIR%%/public/app/features/alerting/partials/notifications_list.html %%DATADIR%%/public/app/features/alerting/specs/alert_tab_specs.ts -%%DATADIR%%/public/app/features/alerting/specs/threshold_mapper_specs.ts +%%DATADIR%%/public/app/features/alerting/specs/threshold_mapper.jest.ts %%DATADIR%%/public/app/features/alerting/threshold_mapper.ts %%DATADIR%%/public/app/features/all.ts %%DATADIR%%/public/app/features/annotations/all.ts @@ -280,12 +305,13 @@ bin/grafana-server %%DATADIR%%/public/app/features/dashboard/specs/dashboard_migration.jest.ts %%DATADIR%%/public/app/features/dashboard/specs/dashboard_model.jest.ts %%DATADIR%%/public/app/features/dashboard/specs/dashboard_srv_specs.ts -%%DATADIR%%/public/app/features/dashboard/specs/exporter_specs.ts +%%DATADIR%%/public/app/features/dashboard/specs/exporter.jest.ts %%DATADIR%%/public/app/features/dashboard/specs/history_ctrl_specs.ts %%DATADIR%%/public/app/features/dashboard/specs/history_mocks.ts %%DATADIR%%/public/app/features/dashboard/specs/history_srv_specs.ts %%DATADIR%%/public/app/features/dashboard/specs/repeat.jest.ts %%DATADIR%%/public/app/features/dashboard/specs/save_as_modal.jest.ts +%%DATADIR%%/public/app/features/dashboard/specs/save_modal.jest.ts %%DATADIR%%/public/app/features/dashboard/specs/save_provisioned_modal.jest.ts %%DATADIR%%/public/app/features/dashboard/specs/share_modal_ctrl_specs.ts %%DATADIR%%/public/app/features/dashboard/specs/time_srv_specs.ts @@ -346,6 +372,7 @@ bin/grafana-server %%DATADIR%%/public/app/features/panel/query_editor_row.ts %%DATADIR%%/public/app/features/panel/query_troubleshooter.ts %%DATADIR%%/public/app/features/panel/solo_panel_ctrl.ts +%%DATADIR%%/public/app/features/panel/specs/metrics_panel_ctrl.jest.ts %%DATADIR%%/public/app/features/panellinks/link_srv.ts %%DATADIR%%/public/app/features/panellinks/module.html %%DATADIR%%/public/app/features/panellinks/module.ts @@ -359,7 +386,7 @@ bin/grafana-server %%DATADIR%%/public/app/features/playlist/playlist_search.ts %%DATADIR%%/public/app/features/playlist/playlist_srv.ts %%DATADIR%%/public/app/features/playlist/playlists_ctrl.ts -%%DATADIR%%/public/app/features/playlist/specs/playlist_edit_ctrl_specs.ts +%%DATADIR%%/public/app/features/playlist/specs/playlist_edit_ctrl.jest.ts %%DATADIR%%/public/app/features/plugins/all.ts %%DATADIR%%/public/app/features/plugins/built_in_plugins.ts %%DATADIR%%/public/app/features/plugins/datasource_srv.ts @@ -381,7 +408,6 @@ bin/grafana-server %%DATADIR%%/public/app/features/plugins/plugin_list_ctrl.ts %%DATADIR%%/public/app/features/plugins/plugin_loader.ts %%DATADIR%%/public/app/features/plugins/plugin_page_ctrl.ts -%%DATADIR%%/public/app/features/plugins/row_ctrl.ts %%DATADIR%%/public/app/features/plugins/specs/datasource_srv_specs.ts %%DATADIR%%/public/app/features/snapshot/all.ts %%DATADIR%%/public/app/features/snapshot/partials/snapshots.html @@ -462,10 +488,10 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_def.ts %%DATADIR%%/public/app/plugins/datasource/elasticsearch/query_help.md %%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/datasource_specs.ts -%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts -%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/index_pattern_specs.ts -%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_builder_specs.ts -%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_def_specs.ts +%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/elastic_response.jest.ts +%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/index_pattern.jest.ts +%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_builder.jest.ts +%%DATADIR%%/public/app/plugins/datasource/elasticsearch/specs/query_def.jest.ts %%DATADIR%%/public/app/plugins/datasource/grafana-live/_plugin.json %%DATADIR%%/public/app/plugins/datasource/grafana-live/datasource.ts %%DATADIR%%/public/app/plugins/datasource/grafana-live/module.ts @@ -494,7 +520,7 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/graphite/plugin.json %%DATADIR%%/public/app/plugins/datasource/graphite/query_ctrl.ts %%DATADIR%%/public/app/plugins/datasource/graphite/query_help.md -%%DATADIR%%/public/app/plugins/datasource/graphite/specs/datasource_specs.ts +%%DATADIR%%/public/app/plugins/datasource/graphite/specs/datasource.jest.ts %%DATADIR%%/public/app/plugins/datasource/graphite/specs/gfunc.jest.ts %%DATADIR%%/public/app/plugins/datasource/graphite/specs/graphite_query.jest.ts %%DATADIR%%/public/app/plugins/datasource/graphite/specs/lexer.jest.ts @@ -632,10 +658,10 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/graph/specs/data_processor.jest.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/graph_ctrl_specs.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/graph_specs.ts +%%DATADIR%%/public/app/plugins/panel/graph/specs/graph_tooltip.jest.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/histogram.jest.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/series_override_ctrl_specs.ts -%%DATADIR%%/public/app/plugins/panel/graph/specs/threshold_manager_specs.ts -%%DATADIR%%/public/app/plugins/panel/graph/specs/tooltip_specs.ts +%%DATADIR%%/public/app/plugins/panel/graph/specs/threshold_manager.jest.ts %%DATADIR%%/public/app/plugins/panel/graph/tab_display.html %%DATADIR%%/public/app/plugins/panel/graph/tab_legend.html %%DATADIR%%/public/app/plugins/panel/graph/template.ts @@ -672,7 +698,7 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/singlestat/module.html %%DATADIR%%/public/app/plugins/panel/singlestat/module.ts %%DATADIR%%/public/app/plugins/panel/singlestat/plugin.json -%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel_spec.ts +%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel.jest.ts %%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_specs.ts %%DATADIR%%/public/app/plugins/panel/table/README.md %%DATADIR%%/public/app/plugins/panel/table/column_options.html @@ -719,22 +745,24 @@ bin/grafana-server %%DATADIR%%/public/app/stores/ViewStore/ViewStore.jest.ts %%DATADIR%%/public/app/stores/ViewStore/ViewStore.ts %%DATADIR%%/public/app/stores/store.ts -%%DATADIR%%/public/build/0.5c89ac3fc7a3e78b3629.js -%%DATADIR%%/public/build/0.5c89ac3fc7a3e78b3629.js.map -%%DATADIR%%/public/build/app.5372b9bbcb8c6d1c027e.js -%%DATADIR%%/public/build/app.5372b9bbcb8c6d1c027e.js.map -%%DATADIR%%/public/build/dark.8a5e2cbb18876b5f5777.js -%%DATADIR%%/public/build/dark.8a5e2cbb18876b5f5777.js.map +%%DATADIR%%/public/build/0.950b64c220f766b8b5f3.js +%%DATADIR%%/public/build/0.950b64c220f766b8b5f3.js.map +%%DATADIR%%/public/build/1.950b64c220f766b8b5f3.js +%%DATADIR%%/public/build/1.950b64c220f766b8b5f3.js.map +%%DATADIR%%/public/build/app.950b64c220f766b8b5f3.js +%%DATADIR%%/public/build/app.950b64c220f766b8b5f3.js.map +%%DATADIR%%/public/build/dark.950b64c220f766b8b5f3.js +%%DATADIR%%/public/build/dark.950b64c220f766b8b5f3.js.map %%DATADIR%%/public/build/grafana.dark.css %%DATADIR%%/public/build/grafana.dark.css.map %%DATADIR%%/public/build/grafana.light.css %%DATADIR%%/public/build/grafana.light.css.map -%%DATADIR%%/public/build/light.a1da10e009c5244e27d3.js -%%DATADIR%%/public/build/light.a1da10e009c5244e27d3.js.map -%%DATADIR%%/public/build/manifest.abf3d2e8075f2fc29334.js -%%DATADIR%%/public/build/manifest.abf3d2e8075f2fc29334.js.map -%%DATADIR%%/public/build/vendor.0cea50118711e7e6c839.js -%%DATADIR%%/public/build/vendor.0cea50118711e7e6c839.js.map +%%DATADIR%%/public/build/light.950b64c220f766b8b5f3.js +%%DATADIR%%/public/build/light.950b64c220f766b8b5f3.js.map +%%DATADIR%%/public/build/manifest.950b64c220f766b8b5f3.js +%%DATADIR%%/public/build/manifest.950b64c220f766b8b5f3.js.map +%%DATADIR%%/public/build/vendor.950b64c220f766b8b5f3.js +%%DATADIR%%/public/build/vendor.950b64c220f766b8b5f3.js.map %%DATADIR%%/public/dashboards/default.json %%DATADIR%%/public/dashboards/home.json %%DATADIR%%/public/dashboards/scripted.js @@ -946,7 +974,6 @@ bin/grafana-server %%DATADIR%%/public/img/page_header_line.png %%DATADIR%%/public/img/plugin-default-logo_dark.svg %%DATADIR%%/public/img/plugin-default-logo_light.svg -%%DATADIR%%/public/img/resize-handle-white.svg %%DATADIR%%/public/img/transparent.png %%DATADIR%%/public/img/user_profile.png %%DATADIR%%/public/img/warn-tiny.svg @@ -1057,6 +1084,7 @@ bin/grafana-server %%DATADIR%%/public/sass/pages/_alerting.scss %%DATADIR%%/public/sass/pages/_dashboard.scss %%DATADIR%%/public/sass/pages/_errorpage.scss +%%DATADIR%%/public/sass/pages/_explore.scss %%DATADIR%%/public/sass/pages/_history.scss %%DATADIR%%/public/sass/pages/_login.scss %%DATADIR%%/public/sass/pages/_playlist.scss @@ -1069,7 +1097,7 @@ bin/grafana-server %%DATADIR%%/public/sass/utils/_utils.scss %%DATADIR%%/public/sass/utils/_validation.scss %%DATADIR%%/public/sass/utils/_widths.scss -%%DATADIR%%/public/test/core/utils/version_specs.ts +%%DATADIR%%/public/test/core/utils/version_jest.ts %%DATADIR%%/public/test/index.ts %%DATADIR%%/public/test/jest-setup.ts %%DATADIR%%/public/test/jest-shim.ts