From owner-svn-ports-all@freebsd.org Wed Jan 13 14:11:24 2016 Return-Path: Delivered-To: svn-ports-all@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 0E8F3A81E2A; Wed, 13 Jan 2016 14:11:24 +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 DE9DE131D; Wed, 13 Jan 2016 14:11:23 +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 u0DEBMxx080942; Wed, 13 Jan 2016 14:11:22 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0DEBMoT080937; Wed, 13 Jan 2016 14:11:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201601131411.u0DEBMoT080937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 13 Jan 2016 14:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406048 - in head/net-mgmt/monitoring-plugins: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 14:11:24 -0000 Author: mat Date: Wed Jan 13 14:11:22 2016 New Revision: 406048 URL: https://svnweb.freebsd.org/changeset/ports/406048 Log: Update to 2.1.2. Sponsored by: Absolight Added: head/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl - copied, changed from r406047, head/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ircd.pl head/net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c - copied, changed from r406047, head/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c Deleted: head/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ircd.pl head/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c Modified: head/net-mgmt/monitoring-plugins/Makefile head/net-mgmt/monitoring-plugins/distinfo head/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c Modified: head/net-mgmt/monitoring-plugins/Makefile ============================================================================== --- head/net-mgmt/monitoring-plugins/Makefile Wed Jan 13 14:11:16 2016 (r406047) +++ head/net-mgmt/monitoring-plugins/Makefile Wed Jan 13 14:11:22 2016 (r406048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monitoring-plugins -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= https://www.monitoring-plugins.org/download/ LOCAL/mat/${PORTNAME} Modified: head/net-mgmt/monitoring-plugins/distinfo ============================================================================== --- head/net-mgmt/monitoring-plugins/distinfo Wed Jan 13 14:11:16 2016 (r406047) +++ head/net-mgmt/monitoring-plugins/distinfo Wed Jan 13 14:11:22 2016 (r406048) @@ -1,2 +1,2 @@ -SHA256 (monitoring-plugins-2.1.1.tar.gz) = 44dbace8033eafb716cc501bfef26ca9071ae3d0329b2c118bd0230fd98dd1d3 -SIZE (monitoring-plugins-2.1.1.tar.gz) = 2612331 +SHA256 (monitoring-plugins-2.1.2.tar.gz) = 76c6b58f0867ab7b6c8c86c7e94fcce7183618f6daab63488990d0355f5600aa +SIZE (monitoring-plugins-2.1.2.tar.gz) = 2613060 Modified: head/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c ============================================================================== --- head/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c Wed Jan 13 14:11:16 2016 (r406047) +++ head/net-mgmt/monitoring-plugins/files/patch-plugins-root_check__dhcp.c Wed Jan 13 14:11:22 2016 (r406048) @@ -1,4 +1,4 @@ ---- plugins-root/check_dhcp.c.orig 2014-11-30 10:36:26 UTC +--- plugins-root/check_dhcp.c.orig 2015-10-16 09:06:18 UTC +++ plugins-root/check_dhcp.c @@ -323,7 +323,8 @@ int get_hardware_address(int sock,char * #elif defined(__bsd__) @@ -10,12 +10,3 @@ char *buf; unsigned char *ptr; struct if_msghdr *ifm; -@@ -1182,7 +1183,7 @@ int call_getopt(int argc, char **argv){ - } - } - -- return i; -+ return i+1; - } - - Copied and modified: head/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl (from r406047, head/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ircd.pl) ============================================================================== Copied and modified: head/net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c (from r406047, head/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c) ==============================================================================