From owner-svn-ports-branches@freebsd.org Mon Jan 9 21:51:51 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EC3ECA8E7E; Mon, 9 Jan 2017 21:51:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F57165F; Mon, 9 Jan 2017 21:51:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v09LpoHT008737; Mon, 9 Jan 2017 21:51:50 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09Lpojt008735; Mon, 9 Jan 2017 21:51:50 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701092151.v09Lpojt008735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Jan 2017 21:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r431036 - in branches/2017Q1/sysutils: munin-common/files munin-node X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 21:51:51 -0000 Author: mat Date: Mon Jan 9 21:51:49 2017 New Revision: 431036 URL: https://svnweb.freebsd.org/changeset/ports/431036 Log: MFH: r431033 Also, don't report autofs. Sponsored by: Absolight Added: branches/2017Q1/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in - copied unchanged from r431033, head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in Modified: branches/2017Q1/sysutils/munin-node/Makefile Directory Properties: branches/2017Q1/ (props changed) Copied: branches/2017Q1/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in (from r431033, head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in Mon Jan 9 21:51:49 2017 (r431036, copy of r431033, head/sysutils/munin-common/files/patch-plugins_node.d.freebsd_df.in) @@ -0,0 +1,11 @@ +--- plugins/node.d.freebsd/df.in.orig 2016-12-04 19:34:49 UTC ++++ plugins/node.d.freebsd/df.in +@@ -24,7 +24,7 @@ if [ "$1" = "autoconf" ]; then + exit 0 + fi + +-EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,nfs,nullfs" ++EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,nfs,nullfs,autofs" + + if [ $(uname -s) = "GNU/kFreeBSD" ]; then + EXCLUDEDFS=$(echo $EXCLUDEDFS | sed 's/^-t /-x /; s/,/ -x /g') Modified: branches/2017Q1/sysutils/munin-node/Makefile ============================================================================== --- branches/2017Q1/sysutils/munin-node/Makefile Mon Jan 9 21:50:36 2017 (r431035) +++ branches/2017Q1/sysutils/munin-node/Makefile Mon Jan 9 21:51:49 2017 (r431036) @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node