Bug 263349 - net-mgmt/netdata: Update to v1.34.1
Summary: net-mgmt/netdata: Update to v1.34.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-16 17:47 UTC by Namkhai B.
Modified: 2022-04-18 16:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (nc)


Attachments
net-mgmt/netdata: Update to v1.34.1 (13.90 KB, patch)
2022-04-16 17:47 UTC, Namkhai B.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Namkhai B. 2022-04-16 17:47:23 UTC
Created attachment 233256 [details]
net-mgmt/netdata: Update to v1.34.1

As usual the dashboard changes can be found here: https://github.com/forkbomb9/dashboard/tree/freebsd

I'm not quite sure if we want to commit this version to the ports tree because as it stands now it needs a hacky WRKSRC definition (netdata screwed up the dist naming, see https://github.com/netdata/netdata/issues/12692).

We might want to wait for v1.34.2 if it comes.

Still, tracking the v1.34 update here.
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-04-16 17:58:30 UTC
LGTM, will commit shortly
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2022-04-16 17:59:18 UTC
Committed!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-16 17:59:25 UTC
A commit in branch main references this bug:

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

commit 1b529ad971e43031886810a14d195a27b04d6569
Author:     Namkhai B <me@forkbomb9.ch>
AuthorDate: 2022-04-16 17:41:52 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-04-16 17:58:58 +0000

    net-mgmt/netdata: Update to v1.34.1

    PR:     263349

 net-mgmt/netdata/Makefile  |   8 +--
 net-mgmt/netdata/distinfo  |  10 ++--
 net-mgmt/netdata/pkg-plist | 118 +++++++++++++++++++++------------------------
 3 files changed, 65 insertions(+), 71 deletions(-)
Comment 4 Namkhai B. 2022-04-18 16:03:55 UTC
Netdata just fixed the naming scheme in the v1.34.1 release, see https://github.com/netdata/netdata/issues/12692

Now `make` fetches the release from FreeBSD's distcache

Shall I put together a updated makefile and bump PORTREVISION?