From owner-svn-ports-head@freebsd.org Tue Jul 19 14:01:25 2016 Return-Path: Delivered-To: svn-ports-head@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 042CAB9EA8F; Tue, 19 Jul 2016 14:01:25 +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 C15EF1DF0; Tue, 19 Jul 2016 14:01:24 +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 u6JE1NK2007563; Tue, 19 Jul 2016 14:01:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6JE1ND5007561; Tue, 19 Jul 2016 14:01:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201607191401.u6JE1ND5007561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 19 Jul 2016 14:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418792 - in head/sysutils: munin-common/files munin-node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 14:01:25 -0000 Author: mat Date: Tue Jul 19 14:01:23 2016 New Revision: 418792 URL: https://svnweb.freebsd.org/changeset/ports/418792 Log: Fix ntp_states in certain cases. PR: 210716 Submitted by: takefu Sponsored by: Absolight Added: head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in (contents, props changed) Modified: head/sysutils/munin-node/Makefile (contents, props changed) Added: head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in Tue Jul 19 14:01:23 2016 (r418792) @@ -0,0 +1,10 @@ +--- plugins/node.d/ntp_states.in.orig 2014-11-24 21:46:24 UTC ++++ plugins/node.d/ntp_states.in +@@ -53,6 +53,7 @@ my %stateval = ( + "excess" => 2, + "backup" => 3, + "outlyer" => 4, ++ "outlier" => 4, + "candidate" => 5, + "sys.peer" => 6, + "pps.peer" => 7 Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Tue Jul 19 14:01:14 2016 (r418791) +++ head/sysutils/munin-node/Makefile Tue Jul 19 14:01:23 2016 (r418792) @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node