From owner-cvs-all@FreeBSD.ORG Mon May 15 13:07:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE8D16A65C; Mon, 15 May 2006 13:07:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D6443D79; Mon, 15 May 2006 13:07:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4FD7LaU089525; Mon, 15 May 2006 13:07:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4FD7LR3089524; Mon, 15 May 2006 13:07:21 GMT (envelope-from pav) Message-Id: <200605151307.k4FD7LR3089524@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 15 May 2006 13:07:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile distinfo pkg-plist ports/net-mgmt/nagios-plugins/files patch-Makefile.am patch-check_http.c patch-check_ircd.pl patch-check_nagios.c patch-check_ntp.pl patch-check_radius.c patch-check_snmp.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 13:07:52 -0000 pav 2006-05-15 13:07:21 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile distinfo pkg-plist net-mgmt/nagios-plugins/files patch-configure.in Added files: net-mgmt/nagios-plugins/files patch-plugins-scripts__check_ircd.pl patch-plugins-scripts__check_ntp.pl patch-plugins-scripts__utils.sh.in patch-plugins__Makefile.am patch-plugins__check_radius.c patch-plugins__check_snmp.c patch-plugins__check_tcp.c Removed files: net-mgmt/nagios-plugins/files patch-Makefile.am patch-check_http.c patch-check_ircd.pl patch-check_nagios.c patch-check_ntp.pl patch-check_radius.c patch-check_snmp.c patch-check_tcp.c patch-utils.sh.in Log: Update to Nagios Plugins 1.4.3: - Variable ordering and style realigned with bsd.port.mk - Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual tweak to ACLOCAL_ARGS required) - Listed resulting plug-in name in user configurable options - Removed remaining hard-coded variables including local state directory - Correctly identified location of Perl to configure script - Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and an already defined LC_NUMERIC - Reworked all patches (named using make makepatch) - Corrected minor warning in check_ntp.pl regarding undefined use of $jitter PR: ports/97189 Submitted by: Jarrod Sayers (maintainer) Revision Changes Path 1.56 +53 -41 ports/net-mgmt/nagios-plugins/Makefile 1.19 +3 -3 ports/net-mgmt/nagios-plugins/distinfo 1.3 +0 -11 ports/net-mgmt/nagios-plugins/files/patch-Makefile.am (dead) 1.3 +0 -20 ports/net-mgmt/nagios-plugins/files/patch-check_http.c (dead) 1.2 +0 -10 ports/net-mgmt/nagios-plugins/files/patch-check_ircd.pl (dead) 1.4 +0 -53 ports/net-mgmt/nagios-plugins/files/patch-check_nagios.c (dead) 1.5 +0 -10 ports/net-mgmt/nagios-plugins/files/patch-check_ntp.pl (dead) 1.4 +0 -65 ports/net-mgmt/nagios-plugins/files/patch-check_radius.c (dead) 1.7 +0 -18 ports/net-mgmt/nagios-plugins/files/patch-check_snmp.c (dead) 1.5 +0 -11 ports/net-mgmt/nagios-plugins/files/patch-check_tcp.c (dead) 1.16 +107 -77 ports/net-mgmt/nagios-plugins/files/patch-configure.in 1.1 +10 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ircd.pl (new) 1.1 +19 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl (new) 1.1 +15 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins-scripts__utils.sh.in (new) 1.1 +11 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__Makefile.am (new) 1.1 +65 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__check_radius.c (new) 1.1 +18 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c (new) 1.1 +11 -0 ports/net-mgmt/nagios-plugins/files/patch-plugins__check_tcp.c (new) 1.2 +0 -15 ports/net-mgmt/nagios-plugins/files/patch-utils.sh.in (dead) 1.17 +4 -2 ports/net-mgmt/nagios-plugins/pkg-plist