1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Update to 2.0.59.

This commit is contained in:
Mathieu Arnold 2020-03-30 19:28:27 +00:00
parent 7138c2fd0f
commit 53ddb57aac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529914
7 changed files with 17 additions and 17 deletions

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1583926528
SHA256 (munin-2.0.57.tar.gz) = b51ca4fd73c3ceb232c17ef4d8ba96ae2d39482df6532109ae2baaf2da0eb297
SIZE (munin-2.0.57.tar.gz) = 2266092
TIMESTAMP = 1585594593
SHA256 (munin-2.0.59.tar.gz) = 89121257444577467ad73f87490eeb79740188d82d0dcfb2a2b0b3dd15131bcd
SIZE (munin-2.0.59.tar.gz) = 2267792

View File

@ -1,8 +1,8 @@
Install things at the correct places.
--- Makefile.orig 2019-11-20 19:39:52 UTC
--- Makefile.orig 2020-03-24 12:31:00 UTC
+++ Makefile
@@ -95,96 +95,77 @@ install: install-master-prime install-common-prime ins
@@ -94,96 +94,77 @@ install: install-master-prime install-common-prime ins
install-pre: $(MAKEFILES)
@$(CHECKUSER)
@ -137,7 +137,7 @@ Install things at the correct places.
fi \
done
@@ -195,14 +176,14 @@ install-plugins-java: build-plugins-java
@@ -194,14 +175,14 @@ install-plugins-java: build-plugins-java
install-async-prime: install-async
install-async:
@ -156,7 +156,7 @@ Install things at the correct places.
install-common-prime: build-common install-common
@@ -519,7 +500,7 @@ t/install:
@@ -518,7 +499,7 @@ t/install:
# This builds */Build from Build.PL
%/Build: %/Build.PL
@ -165,7 +165,7 @@ Install things at the correct places.
build-%: %/Build
cd $* && $(PERL) Build
@@ -535,6 +516,7 @@ install-%: %/Build
@@ -534,6 +515,7 @@ install-%: %/Build
--install_path script=$(BINDIR) \
--install_path sbin=$(SBINDIR) \
--install_path bindoc=$(MANDIR)/man1 \

View File

@ -1,9 +1,9 @@
Backporting: https://github.com/munin-monitoring/munin/commit/8ff5d5a9ec8b7ffd99dce61fee42defe7bda3b29
See also: http://munin-monitoring.org/ticket/1451
--- node/lib/Munin/Node/Server.pm.orig 2020-03-09 01:59:44 UTC
--- node/lib/Munin/Node/Server.pm.orig 2020-03-24 12:31:00 UTC
+++ node/lib/Munin/Node/Server.pm
@@ -343,7 +343,7 @@ sub _print_service {
@@ -341,7 +341,7 @@ sub _print_service {
sub _list_services {
my ($session, $node) = @_;

View File

@ -1,9 +1,9 @@
plugins run in taint mode because the uid is changed, so the path must not
contain writable directories.
--- node/sbin/munin-node.orig 2020-03-09 01:59:44 UTC
--- node/sbin/munin-node.orig 2020-03-24 12:31:00 UTC
+++ node/sbin/munin-node
@@ -55,6 +55,10 @@ sub main
@@ -53,6 +53,10 @@ sub main
$ENV{$key} = $1;
}

View File

@ -1,8 +1,8 @@
Ignore autofs too.
--- plugins/node.d.freebsd/df.in.orig 2018-06-29 00:50:01 UTC
--- plugins/node.d.freebsd/df.in.orig 2020-03-24 12:31:00 UTC
+++ plugins/node.d.freebsd/df.in
@@ -24,7 +24,7 @@ if [ "$1" = "autoconf" ]; then
@@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ]; then
exit 0
fi

View File

@ -1,8 +1,8 @@
awk works just fine here.
--- plugins/node.d/ipmi_.in.orig 2017-01-18 20:25:20 UTC
--- plugins/node.d/ipmi_.in.orig 2020-03-24 12:31:00 UTC
+++ plugins/node.d/ipmi_.in
@@ -73,7 +73,7 @@ export CONFIG MEASURE
@@ -76,7 +76,7 @@ export CONFIG MEASURE
#### Work is done in this awk script

View File

@ -1,6 +1,6 @@
LICENSE= GPLv2
MUNIN_VERSION= 2.0.57
MUNIN_VERSION= 2.0.59
MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files