Bug 256479 - [NEW PORT] www/grafana8: Dashboard and graph editor for multiple data stores
Summary: [NEW PORT] www/grafana8: Dashboard and graph editor for multiple data stores
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-08 12:50 UTC by Boris Korzun
Modified: 2021-06-16 22:26 UTC (History)
3 users (show)

See Also:
robsonmantovani: maintainer-feedback+
robsonmantovani: maintainer-feedback+


Attachments
grafana8.git.patch (384.70 KB, patch)
2021-06-08 12:50 UTC, Boris Korzun
no flags Details | Diff
grafana7.diff (351.62 KB, patch)
2021-06-08 12:51 UTC, Boris Korzun
no flags Details | Diff
grafana8.git.patch (384.70 KB, patch)
2021-06-10 17:23 UTC, Boris Korzun
no flags Details | Diff
grafana7.diff (351.62 KB, patch)
2021-06-10 17:24 UTC, Boris Korzun
no flags Details | Diff
grafana8.git.patch (384.92 KB, patch)
2021-06-15 21:05 UTC, Boris Korzun
no flags Details | Diff
grafana7.diff (351.78 KB, patch)
2021-06-15 21:06 UTC, Boris Korzun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Korzun 2021-06-08 12:50:46 UTC
Created attachment 225635 [details]
grafana8.git.patch

New port wwww/grafana8

Updated from grafana7:
- rc-script: grafana_conf renamed to grafana_config;                                                                      
- grafana.conf moved to etc/grafana/grafana.ini;                                                                          
- provisioning dir moved to etc/grafana/provisioning.

Changelog: https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/

Left Robson Mantovani as a maintainer.
Comment 1 Boris Korzun 2021-06-08 12:51:36 UTC
Created attachment 225636 [details]
grafana7.diff

Diff from www/grafana7
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-08 20:09:48 UTC
Waiting for maintainer's approval.
Comment 3 Boris Korzun 2021-06-10 17:23:14 UTC
Created attachment 225711 [details]
grafana8.git.patch

Updated to 8.0.1
Comment 4 Boris Korzun 2021-06-10 17:24:33 UTC
Created attachment 225712 [details]
grafana7.diff
Comment 5 Robson Mantovani 2021-06-14 16:30:36 UTC
Hello, 

Sorry, about the delay on my answers. 

I cant test right now. 

But looks like everything is fine. 

I believe the last five or more updates was made by Boris Korzun.

Would you like to take the maintainer on this ports, Boris Korzun?
Comment 6 Boris Korzun 2021-06-15 11:32:53 UTC
Yes, I can to take the maintainer.
Comment 7 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-15 19:34:49 UTC
(In reply to Boris Korzun from comment #6)

Great! Please update the patches so I can take them from there.
Comment 8 Boris Korzun 2021-06-15 21:05:21 UTC
Created attachment 225838 [details]
grafana8.git.patch

(In reply to Guangyuan Yang from comment #7)

Updated to 8.0.2. Changed the maintainer.
Comment 9 Boris Korzun 2021-06-15 21:06:21 UTC
Created attachment 225839 [details]
grafana7.diff
Comment 10 commit-hook freebsd_committer freebsd_triage 2021-06-16 22:18:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d09b481877966b89ed80497403916eb8bb201f4b

commit d09b481877966b89ed80497403916eb8bb201f4b
Author:     Boris Korzun <drtr0jan@yandex.ru>
AuthorDate: 2021-06-16 22:12:16 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-06-16 22:16:27 +0000

    www/grafana8: New port: Dashboard and graph editor for multiple data stores

    Updated from grafana7:

    - rc-script: grafana_conf renamed to grafana_config
    - grafana.conf moved to etc/grafana/grafana.ini
    - provisioning dir moved to etc/grafana/provisioning

    Changelog:      https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/

    PR:             256479
    Approved by:    lwhsu (mentor), Robson Mantovani <robsonmantovani@gmail.com>
                    (maintainer, www/grafana7)

 www/Makefile                            |    1 +
 www/grafana8/Makefile (new)             |  303 +++
 www/grafana8/distinfo (new)             |  447 ++++
 www/grafana8/files/grafana.in (new)     |   77 +
 www/grafana8/files/grafana.ini.in (new) |  980 +++++++
 www/grafana8/pkg-descr (new)            |    4 +
 www/grafana8/pkg-message (new)          |   12 +
 www/grafana8/pkg-plist (new)            | 4415 +++++++++++++++++++++++++++++++
 8 files changed, 6239 insertions(+)
Comment 11 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-16 22:26:27 UTC
Committed, thanks guys!