From nobody@FreeBSD.org  Mon Apr 15 23:21:18 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 20CBCB36
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Apr 2013 23:21:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 12B5D1FAD
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Apr 2013 23:21:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3FNLHYa003570
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 15 Apr 2013 23:21:17 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3FNLHr8003568;
	Mon, 15 Apr 2013 23:21:17 GMT
	(envelope-from nobody)
Message-Id: <201304152321.r3FNLHr8003568@red.freebsd.org>
Date: Mon, 15 Apr 2013 23:21:17 GMT
From: Danny Warren <danny@dannywarren.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] net-mgmt/cnagios: update to 0.30 release
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: alexander.4mail@gmail.com

>Number:         177877
>Category:       ports
>Synopsis:       [patch] net-mgmt/cnagios: update to 0.30 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 15 23:30:00 UTC 2013
>Closed-Date:    Tue Apr 16 20:48:46 UTC 2013
>Last-Modified:  Tue Apr 16 20:50:00 UTC 2013
>Originator:     Danny Warren
>Release:        9.1-RELEASE
>Organization:
>Environment:
9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Looks like net-mgmt/cnagios has a new upstream release (0.30) as of a few weeks ago.

This release fixes some minor annoyances that have been hanging around for a few years, and adds better status parsing for the new nagios 3.5.x releases.

I'm running this release now, and so far so good.

Attached is a quick patch to bump the port to 0.30.

See: ftp://noc.hep.wisc.edu/pub/src/cnagios/CHANGES

  Thu Mar 28th 2013 - print an error msg (instead of crashing) when
                      the max number of services or hosts is reached

  Thu Mar 28th 2013 - increased the max number of services or hosts to .25M

  Thu Mar 28th 2013 - fixed parsing of status data for 3.5.0: status info is
                      now extracted by intelligently searching the status.dat 
                      file, instead of blindly fast forwarding.

  Wed Jul  6th 2011 - fixed a potental bug in displaying the
                      "last updated" info by changing last_update_int 
                      from type int to type time_t

  Mon Mar 28th 2011 - fixed parsing of status data for 3.2.3 
 

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-16 22:00:31.000000000 -0800
+++ Makefile	2013-04-15 16:01:03.963236305 -0700
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net-mgmt/cnagios/Makefile,v 1.2 2012/11/17 06:00:31 svnexp Exp $
 
 PORTNAME=	cnagios
-PORTVERSION=	0.29
+PORTVERSION=	0.30
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://noc.hep.wisc.edu/src/cnagios/ \
 		ftp://noc.hep.wisc.edu/src/cnagios/old-versions/
--- distinfo.orig	2012-05-29 14:13:41.000000000 -0700
+++ distinfo	2013-04-15 16:02:16.466448178 -0700
@@ -1,2 +1,2 @@
-SHA256 (cnagios-0.29.tar.gz) = f2001c82dff5fc8bf1faaa75acd202bf02b5934b25fda3b1751bfb694ebd4351
-SIZE (cnagios-0.29.tar.gz) = 81290
+SHA256 (cnagios-0.30.tar.gz) = a07774a0eb3b459192a658102024d874d1ff76f9f1f7fe8f206ecb0036ff1438
+SIZE (cnagios-0.30.tar.gz) = 81813


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 15 23:30:08 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: alexander.4mail@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/177877: [patch] net-mgmt/cnagios: update to 0.30 release
Date: Mon, 15 Apr 2013 23:30:07 UT

 Maintainer of net-mgmt/cnagios,
 
 Please note that PR ports/177877 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/177877
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Alexander <alexander.4mail@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177877: [patch] net-mgmt/cnagios: update to 0.30 release
Date: Tue, 16 Apr 2013 10:34:20 +0400

 On Mon, Apr 15, 2013 at 11:30:07PM +0000, Edwin Groothuis wrote:
 > Maintainer of net-mgmt/cnagios,
 > 
 > Please note that PR ports/177877 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/177877
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 Patch is ok, I approve that.

From: Danny Warren <danny@dannywarren.com>
To: bug-followup@FreeBSD.org, danny@dannywarren.com
Cc:  
Subject: Re: ports/177877: [patch] net-mgmt/cnagios: update to 0.30 release
Date: Tue, 16 Apr 2013 01:45:21 -0700

 Thanks, I appreciate you jumping on this so quickly.  The new upstream 
 release really helps with with nagios 3.5.x setups.
 
 As an aside, it looks like the "last updated time" bug still exists on 
 cnagios 0.30 under freebsd.  That was broken in 0.29 as well, just in a 
 slightly different way.
 
 I will either submit a separate PR with a patch or contact the upstream 
 author about it, but just a heads up in case you wanted to hold off on 
 updating the port until that is resolved.
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Tue Apr 16 09:12:35 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177877 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Apr 16 14:47:27 UTC 2013 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177877 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Tue Apr 16 20:48:46 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177877: commit references a PR
Date: Tue, 16 Apr 2013 20:48:52 +0000 (UTC)

 Author: madpilot
 Date: Tue Apr 16 20:48:40 2013
 New Revision: 315900
 URL: http://svnweb.freebsd.org/changeset/ports/315900
 
 Log:
   - Update to 0.30
   - Trim Makefile header
   
   PR:		ports/177877
   Submitted by:	Danny Warren <danny@dannywarren.com>
   Approved by:	Alexander <alexander.4mail@gmail.com> (maintainer)
   Feature safe:	yes
 
 Modified:
   head/net-mgmt/cnagios/Makefile   (contents, props changed)
   head/net-mgmt/cnagios/distinfo   (contents, props changed)
 
 Modified: head/net-mgmt/cnagios/Makefile
 ==============================================================================
 --- head/net-mgmt/cnagios/Makefile	Tue Apr 16 20:38:06 2013	(r315899)
 +++ head/net-mgmt/cnagios/Makefile	Tue Apr 16 20:48:40 2013	(r315900)
 @@ -1,11 +1,8 @@
 -# New ports collection makefile for:	cnagios
 -# Date created:				23 May 2012
 -# Whom:					Alexander Y. Grigoryev <alexander.4mail@gmail.com>
 -#
 +# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  # $FreeBSD$
  
  PORTNAME=	cnagios
 -PORTVERSION=	0.29
 +PORTVERSION=	0.30
  CATEGORIES=	net-mgmt
  MASTER_SITES=	ftp://noc.hep.wisc.edu/src/cnagios/ \
  		ftp://noc.hep.wisc.edu/src/cnagios/old-versions/
 
 Modified: head/net-mgmt/cnagios/distinfo
 ==============================================================================
 --- head/net-mgmt/cnagios/distinfo	Tue Apr 16 20:38:06 2013	(r315899)
 +++ head/net-mgmt/cnagios/distinfo	Tue Apr 16 20:48:40 2013	(r315900)
 @@ -1,2 +1,2 @@
 -SHA256 (cnagios-0.29.tar.gz) = f2001c82dff5fc8bf1faaa75acd202bf02b5934b25fda3b1751bfb694ebd4351
 -SIZE (cnagios-0.29.tar.gz) = 81290
 +SHA256 (cnagios-0.30.tar.gz) = a07774a0eb3b459192a658102024d874d1ff76f9f1f7fe8f206ecb0036ff1438
 +SIZE (cnagios-0.30.tar.gz) = 81813
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
