pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils munin: update to version 2.0.67
details: https://anonhg.NetBSD.org/pkgsrc/rev/f65a61122a63
branches: trunk
changeset: 456292:f65a61122a63
user: tm <tm%pkgsrc.org@localhost>
date: Sun Jul 25 13:26:35 2021 +0000
description:
munin: update to version 2.0.67
Bugfix release.
diffstat:
sysutils/munin-common/Makefile | 3 +--
sysutils/munin-common/Makefile.common | 6 +++---
sysutils/munin-common/distinfo | 10 +++++-----
sysutils/munin-master/Makefile | 3 +--
sysutils/munin-node/Makefile | 3 +--
sysutils/munin-node/PLIST | 10 +---------
6 files changed, 12 insertions(+), 23 deletions(-)
diffs (99 lines):
diff -r a16a24bca6a2 -r f65a61122a63 sysutils/munin-common/Makefile
--- a/sysutils/munin-common/Makefile Sun Jul 25 13:20:47 2021 +0000
+++ b/sysutils/munin-common/Makefile Sun Jul 25 13:26:35 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/05/24 19:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/07/25 13:26:35 tm Exp $
#
PKGNAME= ${DISTNAME:S/munin/munin-common/}
-PKGREVISION= 2
COMMENT= Common components between a munin node and master
.include "../../sysutils/munin-common/Makefile.common"
diff -r a16a24bca6a2 -r f65a61122a63 sysutils/munin-common/Makefile.common
--- a/sysutils/munin-common/Makefile.common Sun Jul 25 13:20:47 2021 +0000
+++ b/sysutils/munin-common/Makefile.common Sun Jul 25 13:26:35 2021 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.5 2020/09/04 10:39:25 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2021/07/25 13:26:35 tm Exp $
#
# used by sysutils/munin-common/Makefile
# used by sysutils/munin-master/Makefile
# used by sysutils/munin-node/Makefile
-VERSION= 2.0.56
+VERSION= 2.0.67
DISTNAME= munin-${VERSION}
CATEGORIES= sysutils
-MASTER_SITES= http://downloads.munin-monitoring.org/munin/stable/${VERSION}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=munin/}
MAINTAINER= tm%NetBSD.org@localhost
HOMEPAGE= http://munin-monitoring.org/
diff -r a16a24bca6a2 -r f65a61122a63 sysutils/munin-common/distinfo
--- a/sysutils/munin-common/distinfo Sun Jul 25 13:20:47 2021 +0000
+++ b/sysutils/munin-common/distinfo Sun Jul 25 13:26:35 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2020/04/09 15:00:47 tm Exp $
+$NetBSD: distinfo,v 1.5 2021/07/25 13:26:35 tm Exp $
-SHA1 (munin-2.0.56.tar.gz) = 8753d2b6b2ed2a10e48f2b880951d969a70c6d93
-RMD160 (munin-2.0.56.tar.gz) = 36ff9fa559d0b0e45612a2f8ad1ddcacaf7b05b8
-SHA512 (munin-2.0.56.tar.gz) = b7012cadac0658902ba04a62a7b51ac86e0e47f496451044926aaa0cb69cafdc5b89ef25e99a80658659a93da6532fc85626c195b04d10c0babe696b204f67ca
-Size (munin-2.0.56.tar.gz) = 2264291 bytes
+SHA1 (munin-2.0.67.tar.gz) = ed36bacd1558672ba27f7bc8ebc2da1c7dedefe9
+RMD160 (munin-2.0.67.tar.gz) = 7c1171c7ce03b9bbc11bc0bac801726d2487b967
+SHA512 (munin-2.0.67.tar.gz) = 1f3766b52b99f625ff9cf4d3748a8935abed32b129d2a4714e37118e0116019bee3c1fd0e95da416fb3e39c9be9df17d11bca7f5a835be65ac5147e8b9858417
+Size (munin-2.0.67.tar.gz) = 2252301 bytes
SHA1 (patch-MANIFEST) = 538cec30723a6d41b732c9dc4a175472fb821609
SHA1 (patch-Makefile) = f3fd52b56fcddda3efca61453c23243fac35568a
SHA1 (patch-Makefile.config) = aeaae9374c58c6baf1901ddb9b55a8fac77cf30c
diff -r a16a24bca6a2 -r f65a61122a63 sysutils/munin-master/Makefile
--- a/sysutils/munin-master/Makefile Sun Jul 25 13:20:47 2021 +0000
+++ b/sysutils/munin-master/Makefile Sun Jul 25 13:26:35 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/05/24 19:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/07/25 13:26:35 tm Exp $
PKGNAME= ${DISTNAME:S/munin/munin-master/}
-PKGREVISION= 3
COMMENT= System monitoring tool, master version
.include "../../sysutils/munin-common/Makefile.common"
diff -r a16a24bca6a2 -r f65a61122a63 sysutils/munin-node/Makefile
--- a/sysutils/munin-node/Makefile Sun Jul 25 13:20:47 2021 +0000
+++ b/sysutils/munin-node/Makefile Sun Jul 25 13:26:35 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2021/07/21 14:40:31 taca Exp $
+# $NetBSD: Makefile,v 1.47 2021/07/25 13:26:36 tm Exp $
PKGNAME= ${DISTNAME:S/munin/munin-node/}
-PKGREVISION= 4
COMMENT= System monitoring tool, client version
.include "../../sysutils/munin-common/Makefile.common"
diff -r a16a24bca6a2 -r f65a61122a63 sysutils/munin-node/PLIST
--- a/sysutils/munin-node/PLIST Sun Jul 25 13:20:47 2021 +0000
+++ b/sysutils/munin-node/PLIST Sun Jul 25 13:26:35 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2020/06/21 10:21:00 mef Exp $
+@comment $NetBSD: PLIST,v 1.18 2021/07/25 13:26:36 tm Exp $
bin/munin-get
bin/munindoc
lib/munin/plugins/amavis
@@ -7,14 +7,6 @@
lib/munin/plugins/apache_volume
lib/munin/plugins/apc_envunit_
lib/munin/plugins/apc_nis
-lib/munin/plugins/asterisk_channels
-lib/munin/plugins/asterisk_channelstypes
-lib/munin/plugins/asterisk_codecs
-lib/munin/plugins/asterisk_meetme
-lib/munin/plugins/asterisk_meetmeusers
-lib/munin/plugins/asterisk_sipchannels
-lib/munin/plugins/asterisk_sippeers
-lib/munin/plugins/asterisk_voicemail
lib/munin/plugins/bind9
lib/munin/plugins/bind9_rndc
lib/munin/plugins/cmc_tc_sensor_
Home |
Main Index |
Thread Index |
Old Index