pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   tm
Date:           Sun Jul 25 13:26:36 UTC 2021

Modified Files:
        pkgsrc/sysutils/munin-common: Makefile Makefile.common distinfo
        pkgsrc/sysutils/munin-master: Makefile
        pkgsrc/sysutils/munin-node: Makefile PLIST

Log Message:
munin: update to version 2.0.67

Bugfix release.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/munin-common/Makefile \
    pkgsrc/sysutils/munin-common/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/munin-common/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/munin-master/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/munin-node/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/munin-node/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/munin-common/Makefile
diff -u pkgsrc/sysutils/munin-common/Makefile:1.5 pkgsrc/sysutils/munin-common/Makefile:1.6
--- pkgsrc/sysutils/munin-common/Makefile:1.5   Mon May 24 19:54:13 2021
+++ pkgsrc/sysutils/munin-common/Makefile       Sun Jul 25 13:26:35 2021
@@ -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"
Index: pkgsrc/sysutils/munin-common/Makefile.common
diff -u pkgsrc/sysutils/munin-common/Makefile.common:1.5 pkgsrc/sysutils/munin-common/Makefile.common:1.6
--- pkgsrc/sysutils/munin-common/Makefile.common:1.5    Fri Sep  4 10:39:25 2020
+++ pkgsrc/sysutils/munin-common/Makefile.common        Sun Jul 25 13:26:35 2021
@@ -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/

Index: pkgsrc/sysutils/munin-common/distinfo
diff -u pkgsrc/sysutils/munin-common/distinfo:1.4 pkgsrc/sysutils/munin-common/distinfo:1.5
--- pkgsrc/sysutils/munin-common/distinfo:1.4   Thu Apr  9 15:00:47 2020
+++ pkgsrc/sysutils/munin-common/distinfo       Sun Jul 25 13:26:35 2021
@@ -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

Index: pkgsrc/sysutils/munin-master/Makefile
diff -u pkgsrc/sysutils/munin-master/Makefile:1.5 pkgsrc/sysutils/munin-master/Makefile:1.6
--- pkgsrc/sysutils/munin-master/Makefile:1.5   Mon May 24 19:54:13 2021
+++ pkgsrc/sysutils/munin-master/Makefile       Sun Jul 25 13:26:35 2021
@@ -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"

Index: pkgsrc/sysutils/munin-node/Makefile
diff -u pkgsrc/sysutils/munin-node/Makefile:1.46 pkgsrc/sysutils/munin-node/Makefile:1.47
--- pkgsrc/sysutils/munin-node/Makefile:1.46    Wed Jul 21 14:40:31 2021
+++ pkgsrc/sysutils/munin-node/Makefile Sun Jul 25 13:26:36 2021
@@ -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"

Index: pkgsrc/sysutils/munin-node/PLIST
diff -u pkgsrc/sysutils/munin-node/PLIST:1.17 pkgsrc/sysutils/munin-node/PLIST:1.18
--- pkgsrc/sysutils/munin-node/PLIST:1.17       Sun Jun 21 10:21:00 2020
+++ pkgsrc/sysutils/munin-node/PLIST    Sun Jul 25 13:26:36 2021
@@ -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_processes
 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