[arch-commits] Commit in munin/trunk (PKGBUILD munin.install)

Dan McGee dan at archlinux.org
Sat Jan 3 16:05:20 UTC 2015


    Date: Saturday, January 3, 2015 @ 17:05:20
  Author: dan
Revision: 228395

upgpkg: munin 2.0.25-1

Modified:
  munin/trunk/PKGBUILD
  munin/trunk/munin.install

---------------+
 PKGBUILD      |    8 ++++----
 munin.install |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 13:34:39 UTC (rev 228394)
+++ PKGBUILD	2015-01-03 16:05:20 UTC (rev 228395)
@@ -4,7 +4,7 @@
 
 pkgname=('munin' 'munin-node')
 pkgbase=munin
-pkgver=2.0.24
+pkgver=2.0.25
 pkgrel=1
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
@@ -12,7 +12,7 @@
 license=("GPL")
 makedepends=('perl' 'rrdtool' 'perl-log-log4perl' 'perl-html-template'
              'perl-date-manip' 'perl-io-socket-inet6' 'perl-net-snmp'
-             'perl-net-ssleay' 'perl-net-server' 'perl-extutils-makemaker'
+             'perl-net-ssleay' 'perl-net-server' 'perl-file-copy-recursive'
              'perl-fcgi' 'perl-uri')
 source=(http://downloads.sourceforge.net/sourceforge/munin/munin-$pkgver.tar.gz
         Makefile.config
@@ -39,7 +39,7 @@
 package_munin() {
 	depends=('perl' 'rrdtool' 'perl-html-template' 'perl-date-manip'
              'perl-log-log4perl' 'perl-io-socket-inet6'
-             'perl-extutils-makemaker' 'perl-fcgi' 'perl-uri' 'munin-node')
+             'perl-file-copy-recursive' 'perl-fcgi' 'perl-uri' 'munin-node')
 	backup=(etc/munin/munin.conf etc/logrotate.d/munin)
 	install=munin.install
 
@@ -76,7 +76,7 @@
 	chmod 775 "$pkgdir/var/lib/munin/plugin-state"
 }
 
-md5sums=('1c34b971512a566db80dbd415deb31a2'
+md5sums=('b418a667ce42665557329a7ac3bd1b93'
          'fb3cc403e298ae6b73c280c4d3af7b49'
          'dc9c83aa2a278466fb475364462f4119'
          'eb2f1e6e746e85ce1e91111f40086be0'

Modified: munin.install
===================================================================
--- munin.install	2015-01-03 13:34:39 UTC (rev 228394)
+++ munin.install	2015-01-03 16:05:20 UTC (rev 228395)
@@ -15,9 +15,9 @@
   # Fix permissions on necessary directories
   chown munin.munin /var/{lib,log}/munin /run/munin
   chown munin.munin /var/lib/munin/spool
-  fc-cache -fs
+  fc-cache /usr/lib/munin
 }
 
 post_remove() {
-  fc-cache -fs
+  fc-cache /usr/lib/munin
 }



More information about the arch-commits mailing list