Date: Mon, 3 Sep 2018 12:38:20 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478861 - in head/sysutils/munin-common: . files Message-ID: <201809031238.w83CcKgP019585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Sep 3 12:38:20 2018 New Revision: 478861 URL: https://svnweb.freebsd.org/changeset/ports/478861 Log: Update to 2.0.40. Deleted: head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_memory.in Modified: head/sysutils/munin-common/distinfo (contents, props changed) head/sysutils/munin-common/files/patch-Makefile (contents, props changed) head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in (contents, props changed) head/sysutils/munin-common/munin.mk Modified: head/sysutils/munin-common/distinfo ============================================================================== --- head/sysutils/munin-common/distinfo Mon Sep 3 12:38:15 2018 (r478860) +++ head/sysutils/munin-common/distinfo Mon Sep 3 12:38:20 2018 (r478861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533554476 -SHA256 (munin-2.0.39.tar.gz) = f2d5a84152f8d10b9694ed70efbdacb9312b79e8ef272ea3e669ae356749fb96 -SIZE (munin-2.0.39.tar.gz) = 2249240 +TIMESTAMP = 1535967877 +SHA256 (munin-2.0.40.tar.gz) = e05c23ddada2a37ece2d6cd02202c88c981f31f64eba39392eb0d99a793dd28d +SIZE (munin-2.0.40.tar.gz) = 2252288 Modified: head/sysutils/munin-common/files/patch-Makefile ============================================================================== --- head/sysutils/munin-common/files/patch-Makefile Mon Sep 3 12:38:15 2018 (r478860) +++ head/sysutils/munin-common/files/patch-Makefile Mon Sep 3 12:38:20 2018 (r478861) @@ -1,4 +1,4 @@ ---- Makefile.orig 2018-07-24 11:34:38 UTC +--- Makefile.orig 2018-08-15 03:16:09 UTC +++ Makefile @@ -93,60 +93,47 @@ install: install-master-prime install-co @@ -155,16 +155,16 @@ install-common-prime: build-common install-common -@@ -491,7 +472,7 @@ t/install: +@@ -515,7 +496,7 @@ t/install: # This builds */Build from Build.PL %/Build: %/Build.PL -- cd $* && $(PERL) Build.PL -+ cd $* && $(PERL) Build.PL --config perl=$(PERL) +- cd $* && $(PERL) -I. Build.PL ++ cd $* && $(PERL) -I. Build.PL --config perl=$(PERL) build-%: %/Build cd $* && $(PERL) Build -@@ -507,6 +488,7 @@ install-%: %/Build +@@ -531,6 +512,7 @@ install-%: %/Build --install_path script=$(BINDIR) \ --install_path sbin=$(SBINDIR) \ --install_path bindoc=$(MANDIR)/man1 \ Modified: head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in ============================================================================== --- head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in Mon Sep 3 12:38:15 2018 (r478860) +++ head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in Mon Sep 3 12:38:20 2018 (r478861) @@ -4,8 +4,8 @@ exit 0 fi --EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs" -+EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs,autofs" +-EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs,cd9660" ++EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,sysfs,nfs,nullfs,cd9660,autofs" if [ $(uname -s) = "GNU/kFreeBSD" ]; then # Debian ships df from GNU coreutils Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Mon Sep 3 12:38:15 2018 (r478860) +++ head/sysutils/munin-common/munin.mk Mon Sep 3 12:38:20 2018 (r478861) @@ -1,6 +1,6 @@ LICENSE= GPLv2 -MUNIN_VERSION= 2.0.39 +MUNIN_VERSION= 2.0.40 MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809031238.w83CcKgP019585>