From dougb@FreeBSD.org  Tue May 17 07:27:14 2011
Return-Path: <dougb@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4AEAF1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 07:27:14 +0000 (UTC)
	(envelope-from dougb@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 1F88F8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 07:27:14 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4H7REfN098227
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2011 07:27:14 GMT
	(envelope-from dougb@freefall.freebsd.org)
Received: (from dougb@localhost)
	by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4H7RDZw098226;
	Tue, 17 May 2011 07:27:13 GMT
	(envelope-from dougb)
Message-Id: <201105170727.p4H7RDZw098226@freefall.freebsd.org>
Date: Tue, 17 May 2011 07:27:13 GMT
From: Doug Barton <dougb@freebsd.org>
Reply-To: Doug Barton <dougb@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update net-mgmt/check_mysql_health to 2.1.5.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ssanders@taximagic.com

>Number:         157105
>Category:       ports
>Synopsis:       Update net-mgmt/check_mysql_health to 2.1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 17 07:30:10 UTC 2011
>Closed-Date:    Wed May 18 01:57:05 UTC 2011
>Last-Modified:  Wed May 18 02:00:26 UTC 2011
>Originator:     Doug Barton
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
AAAG
>Environment:
	DNA
>Description:
	Update net-mgmt/check_mysql_health to 2.1.5.1

	2011-01-03
	bugfix in mode sql (numerical vs. regexp output)
	2010-12-20 2.1.5
	fixed a division by zero bug in index-usage (Thanks Wiltmut Gerdes)
	fixed a severe bug when loading dynamic extensions (Thanks Ralph Schneider)
	added mode table-fragmentation
	fixed a bug in table-lock-contention (thanks mayukmok00)
	mode sql can now have a non-numerical output which is compared to a string/regexp
	new parameter –dbthresholds
	new mode report can be used to output only the bad news (short,long,html)
	2010-10-02 2.1.4
	added modes threads-created, threads-running, threads-cached
	added connects-aborted, clients-aborted 

	Minor whitespace fix for PLIST_DIRS

>How-To-Repeat:
	DNA
>Fix:
	Apply the following patch:


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/check_mysql_health/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	16 Dec 2010 04:03:05 -0000	1.2
+++ Makefile	17 May 2011 06:46:56 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	check_mysql_health
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.5.1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://labs.consol.de/wp-content/uploads/2010/10/
+MASTER_SITES=	http://labs.consol.de/wp-content/uploads/2011/04/
 
 MAINTAINER=	ssanders@taximagic.com
 COMMENT=	Nagios plugin to check various parameters of a MySQL database
@@ -33,6 +33,6 @@
 NAGIOSDIR?=	/var/spool/nagios
 
 PLIST_FILES=	libexec/nagios/check_mysql_health
-PLIST_DIRS=		libexec/nagios
+PLIST_DIRS=	libexec/nagios
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/check_mysql_health/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	20 Mar 2011 12:53:45 -0000	1.2
+++ distinfo	17 May 2011 06:46:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (check_mysql_health-2.1.3.tar.gz) = 55bdc589034105b09a7fcbed94f85c1f379da23fe00212b15b3f5a78be1d322e
-SIZE (check_mysql_health-2.1.3.tar.gz) = 115861
+SHA256 (check_mysql_health-2.1.5.1.tar.gz) = dc6c6019ac318cc8e74a6065f16ccf3b93bb2c3b35aa47054dcf24803a967a0c
+SIZE (check_mysql_health-2.1.5.1.tar.gz) = 118408


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dougb 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 17 07:30:27 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157105 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue May 17 07:30:37 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157105 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ssanders@taximagic.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157105: Update net-mgmt/check_mysql_health to 2.1.5.1
Date: Tue, 17 May 2011 07:30:33 UT

 Maintainer of net-mgmt/check_mysql_health,
 
 Please note that PR ports/157105 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157105
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Scott Sanders <ssanders@taximagic.com>
To: bug-followup@FreeBSD.org, dougb@freebsd.org
Cc:  
Subject: Re: ports/157105: Update net-mgmt/check_mysql_health to 2.1.5.1
Date: Tue, 17 May 2011 16:46:13 -0400

 --000325554fe2dfe2e404a37edc1a
 Content-Type: text/plain; charset=ISO-8859-1
 
 approved
 
 --000325554fe2dfe2e404a37edc1a
 Content-Type: text/html; charset=ISO-8859-1
 
 approved<br>
 
 --000325554fe2dfe2e404a37edc1a--
State-Changed-From-To: feedback->closed 
State-Changed-By: dougb 
State-Changed-When: Wed May 18 01:56:44 UTC 2011 
State-Changed-Why:  

Committed, thanks! :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157105 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157105: commit references a PR
Date: Wed, 18 May 2011 01:55:19 +0000 (UTC)

 dougb       2011-05-18 01:55:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/check_mysql_health Makefile distinfo 
   Log:
   Update to 2.1.5.1:
   
   2011-01-03
   bugfix in mode sql (numerical vs. regexp output)
   
   2010-12-20 2.1.5
   fixed a division by zero bug in index-usage (Thanks Wiltmut Gerdes)
   fixed a severe bug when loading dynamic extensions (Thanks Ralph Schneider)
   added mode table-fragmentation
   fixed a bug in table-lock-contention (thanks mayukmok00)
   mode sql can now have a non-numerical output which is compared to a string/regexp
   new parameter â€“dbthresholds
   new mode report can be used to output only the bad news (short,long,html)
   
   2010-10-02 2.1.4
   added modes threads-created, threads-running, threads-cached
   added connects-aborted, clients-aborted
   
   Minor whitespace fix for PLIST_DIRS
   
   PR:             ports/157105
   Submitted by:   me
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.3       +3 -3      ports/net-mgmt/check_mysql_health/Makefile
   1.3       +2 -2      ports/net-mgmt/check_mysql_health/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
