Bug 257655 - www/grafana8: Update to 8.1.0
Summary: www/grafana8: Update to 8.1.0
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: Vanilla I. Shu
URL: https://grafana.com/docs/grafana/late...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-06 10:58 UTC by Boris Korzun
Modified: 2021-08-07 10:23 UTC (History)
1 user (show)

See Also:
drtr0jan: maintainer-feedback+


Attachments
grafana8.git.patch (144.32 KB, patch)
2021-08-06 10:58 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-08-06 10:58:48 UTC
Created attachment 226984 [details]
grafana8.git.patch

Update to 8.1.0

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

Also small port refactoring:
- Excluded GH_TUPLE to dedicated Makefile.modules file.
- Removed config sample file grafana.ini.in, refactored to auto-generation via Makefile (it prevents unnecessary file patching while update).
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2021-08-07 10:22:48 UTC
Committed, thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-07 10:23:31 UTC
A commit in branch main references this bug:

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

commit 2df908509325f2ea45a5aed34fe4188a302abe34
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2021-08-07 10:19:57 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2021-08-07 10:23:10 +0000

    www/grafana8: Update to 8.1.0

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

    Also small port refactoring:
    - Excluded GH_TUPLE to dedicated Makefile.modules file.
    - Removed config sample file grafana.ini.in, refactored to
      auto-generation via Makefile (it prevents unnecessary file patching
    while update).

    PR:             257655
    Reported by:    maintainer

 www/grafana8/Makefile                    | 239 +-------
 www/grafana8/distinfo                    | 102 ++--
 www/grafana8/files/grafana.ini.in (gone) | 984 -------------------------------
 www/grafana8/pkg-plist                   | 276 +++++++--
 4 files changed, 294 insertions(+), 1307 deletions(-)