From postmaster@christianserving.org  Tue Apr  7 02:54:05 2009
Return-Path: <postmaster@christianserving.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 477BC1065811
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Apr 2009 02:54:05 +0000 (UTC)
	(envelope-from postmaster@christianserving.org)
Received: from zion.christianserving.org (zion.christianserving.org [75.149.96.217])
	by mx1.freebsd.org (Postfix) with ESMTP id 24C0D8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Apr 2009 02:54:05 +0000 (UTC)
	(envelope-from postmaster@christianserving.org)
Received: by zion.christianserving.org (Postfix, from userid 0)
	id AC967235EE8; Mon,  6 Apr 2009 21:51:16 -0500 (CDT)
Message-Id: <20090407025116.AC967235EE8@zion.christianserving.org>
Date: Mon,  6 Apr 2009 21:51:16 -0500 (CDT)
From: Jim Riggs <ports@christianserving.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: d.lohansky@zsupport.ru
Subject: [PATCH] net-mgmt/zabbix-agent: update to 1.6.4, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify: d.lohansky@zsupport.ru

>Number:         133448
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/zabbix-agent: update to 1.6.4, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 07 03:00:07 UTC 2009
>Closed-Date:    Thu Apr 23 18:44:20 UTC 2009
>Last-Modified:  Thu Apr 23 18:50:03 UTC 2009
>Originator:     Jim Riggs
>Release:        FreeBSD 6.3-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD zion.christianserving.org 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #3: Mon May  5 21:27:22 CDT
>Description:
- Update to 1.6.4
- Take maintainership as past few updates have required maintainer timeout

Port maintainer (d.lohansky@zsupport.ru) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zabbix-agent-1.6.4,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-agent/Makefile /root/portwork/zabbix-agent/Makefile
--- /usr/ports/net-mgmt/zabbix-agent/Makefile	2009-03-23 10:06:19.000000000 -0500
+++ /root/portwork/zabbix-agent/Makefile	2009-04-06 21:44:39.000000000 -0500
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	zabbix
-PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTVERSION=	1.6.4
 PORTEPOCH=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF
 PKGNAMESUFFIX=	-agent
 
-MAINTAINER=	d.lohansky@zsupport.ru
+MAINTAINER=	ports@christianserving.org
 COMMENT=	Application and network monitoring solution
 
 USE_GMAKE=	yes
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-agent/distinfo /root/portwork/zabbix-agent/distinfo
--- /usr/ports/net-mgmt/zabbix-agent/distinfo	2009-02-26 05:59:19.000000000 -0600
+++ /root/portwork/zabbix-agent/distinfo	2009-04-06 21:44:45.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (zabbix-1.6.2.tar.gz) = 33da3661868a04042c596a819896446f
-SHA256 (zabbix-1.6.2.tar.gz) = e982419f45b2ac814e804a1a340c7e563fe5230bb5295b17e5767c89fa25550e
-SIZE (zabbix-1.6.2.tar.gz) = 8229465
+MD5 (zabbix-1.6.4.tar.gz) = e1e15f3ab9f2c0ec9e6fde145a5a3b6e
+SHA256 (zabbix-1.6.4.tar.gz) = 16009d22908f2bb6b135e7972607efd9e4bc6363f4d4d9c68b0de384e41dc5cd
+SIZE (zabbix-1.6.4.tar.gz) = 8326175
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-agent/files/patch-configure /root/portwork/zabbix-agent/files/patch-configure
--- /usr/ports/net-mgmt/zabbix-agent/files/patch-configure	2009-02-26 05:59:19.000000000 -0600
+++ /root/portwork/zabbix-agent/files/patch-configure	2009-03-28 13:49:35.000000000 -0500
@@ -1,12 +1,12 @@
---- configure.orig	2009-01-16 06:20:00.000000000 -0600
-+++ configure	2009-01-22 17:18:00.000000000 -0600
-@@ -275,6 +275,9 @@
+--- configure.orig	2009-03-28 13:23:22.000000000 -0500
++++ configure	2009-03-28 13:23:40.000000000 -0500
+@@ -580,6 +580,9 @@
  # Factoring default headers for most tests.
  ac_includes_default="\
  #include <stdio.h>
 +#include <sys/socket.h>
 +#include <sys/param.h>
 +#include <netinet/in.h>
- #if HAVE_SYS_TYPES_H
+ #ifdef HAVE_SYS_TYPES_H
  # include <sys/types.h>
  #endif
--- zabbix-agent-1.6.4,2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Apr 7 03:00:18 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: d.lohansky@zsupport.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/133448: [PATCH] net-mgmt/zabbix-agent: update to 1.6.4, take maintainership
Date: Tue, 7 Apr 2009 03:00:16 UT

 Maintainer of net-mgmt/zabbix-agent,
 
 Please note that PR ports/133448 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/133448
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Tue Apr 14 16:26:10 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133448 
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Thu Apr 23 18:44:19 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133448: commit references a PR
Date: Thu, 23 Apr 2009 18:44:11 +0000 (UTC)

 wxs         2009-04-23 18:44:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/zabbix-agent Makefile distinfo 
     net-mgmt/zabbix-agent/files patch-configure 
   Log:
   - Update to 1.6.4.
   - Pass maintainer to submitter (last 3 updates were timeouts)
   
   PR:             ports/133448
   Submitted by:   Jim Riggs <ports@christianserving.org>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.26      +2 -3      ports/net-mgmt/zabbix-agent/Makefile
   1.13      +3 -3      ports/net-mgmt/zabbix-agent/distinfo
   1.4       +4 -4      ports/net-mgmt/zabbix-agent/files/patch-configure
 _______________________________________________
 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:
