git: 6381b4df39da - main - sysutils/munin-{common,node,master}: Update to 2.0.76
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Aug 2024 22:00:51 UTC
The branch main has been updated by flo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6381b4df39da35c15f1c681ce706695ae02e24a1
commit 6381b4df39da35c15f1c681ce706695ae02e24a1
Author: takefu <takefu@airport.fm>
AuthorDate: 2024-08-09 21:57:03 +0000
Commit: Florian Smeets <flo@FreeBSD.org>
CommitDate: 2024-08-09 21:57:03 +0000
sysutils/munin-{common,node,master}: Update to 2.0.76
PR: 279704
---
sysutils/munin-common/Makefile | 2 +-
sysutils/munin-common/distinfo | 6 +++---
.../files/patch-plugins_node.d_bind9__rndc.in | 24 ----------------------
sysutils/munin-common/munin.mk | 2 +-
sysutils/munin-master/Makefile | 2 +-
sysutils/munin-node/Makefile | 2 +-
6 files changed, 7 insertions(+), 31 deletions(-)
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile
index 127e09eb9f8d..268343776112 100644
--- a/sysutils/munin-common/Makefile
+++ b/sysutils/munin-common/Makefile
@@ -1,6 +1,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= sysutils perl5
PKGNAMESUFFIX= -common
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo
index 331606eb6a81..1aafa5295348 100644
--- a/sysutils/munin-common/distinfo
+++ b/sysutils/munin-common/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704717976
-SHA256 (munin-monitoring-munin-2.0.75_GH0.tar.gz) = 9ea2c8d81b96a19e8f26bb9ee6b2cc35790997a53e574c2d4beaf170e5173553
-SIZE (munin-monitoring-munin-2.0.75_GH0.tar.gz) = 2258514
+TIMESTAMP = 1723239449
+SHA256 (munin-monitoring-munin-2.0.76_GH0.tar.gz) = 77e93349388cc4d9d56844ca434fd54b5fb04b14dba8fa340726251297a8c610
+SIZE (munin-monitoring-munin-2.0.76_GH0.tar.gz) = 2258538
diff --git a/sysutils/munin-common/files/patch-plugins_node.d_bind9__rndc.in b/sysutils/munin-common/files/patch-plugins_node.d_bind9__rndc.in
deleted file mode 100644
index 559801bbcadc..000000000000
--- a/sysutils/munin-common/files/patch-plugins_node.d_bind9__rndc.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- plugins/node.d/bind9_rndc.in.orig 2018-03-25 14:01:24 UTC
-+++ plugins/node.d/bind9_rndc.in
-@@ -13,6 +13,7 @@ The following environment variables are
- env.rndc /usr/sbin/rndc
- env.rndc_options
- env.querystats /var/run/named.stats
-+ env.rndckeyfile /etc/namedb/rndc.key
-
- The user/group that runs the plugin must have read access to the stats
- file. To change user or group (usually Munin plugins are run as
-@@ -62,9 +63,11 @@ License not documented.
- use strict;
-
- my $rndc = defined($ENV{rndc}) ? $ENV{rndc} : '/usr/sbin/rndc';
--my $rndc_options = defined($ENV{rndc_options}) ? $ENV{rndc_options} : '';
-+my $rndckeyfile = $ENV{rndckeyfile} ? $ENV{rndckeyfile} : '/etc/namedb/rndc.key';
- my $querystats = $ENV{querystats} || '/var/run/named.stats';
- my %IN;
-+my @IN_KEYS;
-+my @args = ("$rndc","-k","$rndckeyfile","stats");
-
- # attempt to create log file if it doesn't exist
- if ( ! -r $querystats ) {
-
diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk
index 7a48b9fdc190..4f5872128e7b 100644
--- a/sysutils/munin-common/munin.mk
+++ b/sysutils/munin-common/munin.mk
@@ -1,6 +1,6 @@
LICENSE= GPLv2
-MUNIN_VERSION= 2.0.75
+MUNIN_VERSION= 2.0.76
USE_GITHUB= yes
GH_ACCOUNT= munin-monitoring
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index e1bd260858d1..f7cfb327a103 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -1,6 +1,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 2
+PORTREVISION= 0
CATEGORIES= sysutils perl5
PKGNAMESUFFIX= -master
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index bcb71ca023ff..06520e006780 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -1,6 +1,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 2
+PORTREVISION= 0
CATEGORIES= sysutils perl5
PKGNAMESUFFIX= -node