From jarrod@mail.downtools.com.au  Tue Jul 23 09:16:56 2013
Return-Path: <jarrod@mail.downtools.com.au>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 01C305AF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Jul 2013 09:16:56 +0000 (UTC)
	(envelope-from jarrod@mail.downtools.com.au)
Received: from mail.downtools.com.au (mail.downtools.com.au [123.136.33.243])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8336B225A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Jul 2013 09:16:55 +0000 (UTC)
Received: from mail.downtools.com.au (mail.downtools.com.au [123.136.33.243])
	by mail.downtools.com.au (8.14.6/8.14.6) with ESMTP id r6N96Xfe078398
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 23 Jul 2013 18:36:35 +0930 (CST)
	(envelope-from jarrod@mail.downtools.com.au)
Received: (from jarrod@localhost)
	by mail.downtools.com.au (8.14.6/8.14.6/Submit) id r6N96VYi078397;
	Tue, 23 Jul 2013 18:36:31 +0930 (CST)
	(envelope-from jarrod)
Message-Id: <201307230906.r6N96VYi078397@mail.downtools.com.au>
Date: Tue, 23 Jul 2013 18:36:31 +0930 (CST)
From: Jarrod Sayers <jarrod@downtools.com.au>
Reply-To: Jarrod Sayers <jarrod@downtools.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] net-mgmt/nagios: Reset Port Maintainer
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         180754
>Category:       ports
>Synopsis:       [maintainer-update] net-mgmt/nagios: Reset Port Maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 09:20:00 UTC 2013
>Closed-Date:    Wed Jul 24 12:45:48 UTC 2013
>Last-Modified:  Wed Jul 24 12:50:00 UTC 2013
>Originator:     Jarrod Sayers
>Release:        FreeBSD 9.1-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD mail.downtools.com.au 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #28: Sat Jun 22 16:29:17 CST 2013 root@burbank.downtools.com.au:/usr/obj/usr/src/sys/BURBANK i386
>Description:
After nearly eight years of looking after the master Nagios port, and other
Nagios-related ports that I have accumulated, it is time to pass on the torch.
I am sure there is an eager individual who would relish the opportunity to
look after these ports, but for now, I must return them to ports@FreeBSD.org.

Nagios 4.0 is just around the corner but am unfortunately not in a position
to devote the time required to ensuring a smooth and transparent upgrade.  I
hope the next maintainer will deliver this.
>How-To-Repeat:
>Fix:
Reset port maintainer of the below Nagios ports to ports@FreeBSD.org.

- net-mgmt/check_snmp_pkgvuln
- net-mgmt/nagios
- net-mgmt/nagios-devel
- net-mgmt/nagios-plugins
- net-mgmt/nrpe2
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Wed Jul 24 07:32:16 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180754 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Wed Jul 24 12:45:46 UTC 2013 
State-Changed-Why:  
Committed. Many thanks for your hard work on those! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180754: commit references a PR
Date: Wed, 24 Jul 2013 12:45:18 +0000 (UTC)

 Author: culot
 Date: Wed Jul 24 12:45:07 2013
 New Revision: 323592
 URL: http://svnweb.freebsd.org/changeset/ports/323592
 
 Log:
   - Reassign to the heap
   
   PR:		ports/180754
   Submitted by:	Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
 
 Modified:
   head/net-mgmt/check_snmp_pkgvuln/Makefile
   head/net-mgmt/nagios-devel/Makefile
   head/net-mgmt/nagios-plugins/Makefile
   head/net-mgmt/nagios/Makefile
   head/net-mgmt/nrpe2/Makefile
 
 Modified: head/net-mgmt/check_snmp_pkgvuln/Makefile
 ==============================================================================
 --- head/net-mgmt/check_snmp_pkgvuln/Makefile	Wed Jul 24 12:21:37 2013	(r323591)
 +++ head/net-mgmt/check_snmp_pkgvuln/Makefile	Wed Jul 24 12:45:07 2013	(r323592)
 @@ -13,7 +13,7 @@ MASTER_SITES=	http://www.cultdeadsheep.o
  PKGNAMEPREFIX=	nagios-
  PKGNAMESUFFIX=	-plugin
  
 -MAINTAINER=	jarrod@downtools.com.au
 +MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Security vulnerability plugin for Nagios
  
  RUN_DEPENDS=	snmpwalk:${PORTSDIR}/net-mgmt/net-snmp \
 
 Modified: head/net-mgmt/nagios-devel/Makefile
 ==============================================================================
 --- head/net-mgmt/nagios-devel/Makefile	Wed Jul 24 12:21:37 2013	(r323591)
 +++ head/net-mgmt/nagios-devel/Makefile	Wed Jul 24 12:45:07 2013	(r323592)
 @@ -8,7 +8,7 @@ CATEGORIES=	net-mgmt
  MASTER_SITES=	http://www.downtools.com.au/~jarrod/nagios/
  PKGNAMESUFFIX=	-devel
  
 -MAINTAINER=	jarrod@downtools.com.au
 +MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Extremely powerful network monitoring system
  
  LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
 Modified: head/net-mgmt/nagios-plugins/Makefile
 ==============================================================================
 --- head/net-mgmt/nagios-plugins/Makefile	Wed Jul 24 12:21:37 2013	(r323591)
 +++ head/net-mgmt/nagios-plugins/Makefile	Wed Jul 24 12:45:07 2013	(r323592)
 @@ -8,7 +8,7 @@ PORTEPOCH=	1
  CATEGORIES=	net-mgmt
  MASTER_SITES=	SF/nagiosplug/nagiosplug/${PORTVERSION}
  
 -MAINTAINER=	jarrod@downtools.com.au
 +MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Plugins for Nagios
  
  USES=		charsetfix
 
 Modified: head/net-mgmt/nagios/Makefile
 ==============================================================================
 --- head/net-mgmt/nagios/Makefile	Wed Jul 24 12:21:37 2013	(r323591)
 +++ head/net-mgmt/nagios/Makefile	Wed Jul 24 12:45:07 2013	(r323592)
 @@ -6,7 +6,7 @@ PORTVERSION=	3.5.0
  CATEGORIES=	net-mgmt
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION}
  
 -MAINTAINER=	jarrod@downtools.com.au
 +MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Extremely powerful network monitoring system
  
  LICENSE=	GPLv2
 
 Modified: head/net-mgmt/nrpe2/Makefile
 ==============================================================================
 --- head/net-mgmt/nrpe2/Makefile	Wed Jul 24 12:21:37 2013	(r323591)
 +++ head/net-mgmt/nrpe2/Makefile	Wed Jul 24 12:45:07 2013	(r323592)
 @@ -8,7 +8,7 @@ PORTREVISION=	2
  CATEGORIES=	net-mgmt
  MASTER_SITES=	SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION}
  
 -MAINTAINER=	jarrod@downtools.com.au
 +MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Nagios Remote Plugin Executor
  
  RUN_DEPENDS=	${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins
 _______________________________________________
 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:
