From umq.876@gmail.com  Wed Nov 21 07:51:49 2012
Return-Path: <umq.876@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8A3CE73E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Nov 2012 07:51:49 +0000 (UTC)
	(envelope-from umq.876@gmail.com)
Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 55DAD8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Nov 2012 07:51:49 +0000 (UTC)
Received: by mail-pb0-f54.google.com with SMTP id wz12so5116691pbc.13
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Nov 2012 23:51:43 -0800 (PST)
Received: by 10.68.135.101 with SMTP id pr5mr56559690pbb.140.1353484303634;
        Tue, 20 Nov 2012 23:51:43 -0800 (PST)
Received: from nafbsd2.m.nd.to (p057007.dynamic.ppp.asahi-net.or.jp. [221.113.57.7])
        by mx.google.com with ESMTPS id qj6sm9498347pbb.69.2012.11.20.23.51.41
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 20 Nov 2012 23:51:42 -0800 (PST)
Message-Id: <86624zqtpz.wl%umq@ueo.co.jp>
Date: Wed, 21 Nov 2012 16:51:36 +0900
From: Hirohisa Yamaguchi <umq@ueo.co.jp>
Sender: Hirohisa Yamaguchi <umq.876@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [maintainer] mail/milter-manager update to 1.8.4
X-Send-Pr-Version: 3.113

>Number:         173757
>Category:       ports
>Synopsis:       [maintainer] mail/milter-manager update to 1.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 08:00:00 UTC 2012
>Closed-Date:    Tue Dec 04 01:28:05 UTC 2012
>Last-Modified:  Tue Dec 04 01:28:05 UTC 2012
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The new version of mail/milter-manager 1.8.4 is available.
	Release announcement: http://sourceforge.net/mailarchive/message.php?msg_id=30125207
>How-To-Repeat:
	N/A
>Fix:

	The patch follows:

Index: mail/milter-manager/Makefile
===================================================================
--- mail/milter-manager/Makefile	(revision 307610)
+++ mail/milter-manager/Makefile	(working copy)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	milter-manager
-# Date created:		2009-05-17
-# Whom:			Hirohisa Yamaguchi <umq@ueo.co.jp>
-#
+# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	milter-manager
-PORTVERSION=	1.8.3
+PORTVERSION=	1.8.4
 CATEGORIES=	mail ruby
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:S/-/%20/}/${PORTVERSION}
 
@@ -29,12 +25,18 @@
 USE_RUBY=	yes
 MAKE_JOBS_SAFE=	yes
 
-## TEMPORARY DISABLED
-#.if defined(WITH_LOG_ANALYZER)
+## YET TO BE DONE
+#OPTIONS_DEFINE=	LOG_ANALYZER MILTER_MANAGER_ADMIN
+#LOG_ANALYZER_DESC=		Setup log analyzer
+#MILTER_MANAGER_ADMIN_DESC=	Setup admin tool
+#
+#.include <bsd.port.options.mk>
+#
+#.if ${PORT_OPTIONS:MLOG_ANALYZER}
 #USE_APACHE=	22
 #BUILD_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/RRD.so:${PORTSDIR}/databases/rrdtool
 #.endif
-#.if defined(WITH_MILTER_MANAGER_ADMIN)
+#.if ${PORT_OPTIONS:MMILTER_MANAGER_ADMIN}
 #USE_APACHE=	22
 #RUN_DEPENDS+=	rubygem-passenger>=2.0.0:${PORTSDIR}/www/rubygem-passenger \
 #		rubygem-rails>=2.3.2:${PORTSDIR}/www/rubygem-rails \
Index: mail/milter-manager/distinfo
===================================================================
--- mail/milter-manager/distinfo	(revision 307610)
+++ mail/milter-manager/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (milter-manager-1.8.3.tar.gz) = 27a5a86bb4e56b136d8f4d50aefc4136db49135d22900f9bc6485957609ae4a3
-SIZE (milter-manager-1.8.3.tar.gz) = 7377768
+SHA256 (milter-manager-1.8.4.tar.gz) = 0805d0c25f7256255831f4caac4f352703a75558bcc22480ca48b234ba3cad10
+SIZE (milter-manager-1.8.4.tar.gz) = 7223035
Index: mail/milter-manager/files/patch-milter__manager__milter-manager-leader.c
===================================================================
--- mail/milter-manager/files/patch-milter__manager__milter-manager-leader.c	(revision 307611)
+++ mail/milter-manager/files/patch-milter__manager__milter-manager-leader.c	(working copy)
@@ -1,11 +0,0 @@
---- ./milter/manager/milter-manager-leader.c.orig	2012-02-27 11:32:27.116034000 +0900
-+++ ./milter/manager/milter-manager-leader.c	2012-05-25 07:45:44.000000000 +0900
-@@ -149,7 +149,7 @@
-     priv->configuration = NULL;
-     priv->client_context = NULL;
-     priv->children = NULL;
--    priv->state = MILTER_SERVER_CONTEXT_STATE_START;
-+    priv->state = MILTER_MANAGER_LEADER_STATE_START;
-     priv->sent_end_of_message = FALSE;
-     priv->launcher_read_channel = NULL;
-     priv->launcher_write_channel = NULL;
\ No newline at end of file

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Thu Nov 29 16:38:27 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Wesley Shields <wxs@FreeBSD.org>
To: Hirohisa Yamaguchi <umq@ueo.co.jp>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/173757: [maintainer] mail/milter-manager update to 1.8.4
Date: Thu, 29 Nov 2012 16:59:56 -0500

 It appears as if the distfile has been rerolled. Can you please examine
 the new one to the one that you have submitted (SHA256:
 0805d0c25f7256255831f4caac4f352703a75558bcc22480ca48b234ba3cad10) to
 verify the changes in the newest one are legit.
 
 If you would like to put the tarball you have that has the SHA mentioned
 above online and send me a link to it I will be happy to verify the
 changes myself and then update distinfo and commit.
 
 Thank you!
 
 -- WXS

From: Yamaguchi Hirohisa <umq@ueo.co.jp>
To: Wesley Shields <wxs@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/173757: [maintainer] mail/milter-manager update to 1.8.4
Date: Sat, 1 Dec 2012 21:25:30 +0900

 --Apple-Mail=_EA924323-181E-4EE9-A390-3069D9B874D2
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 Hi,
 
 On 11/30/2012, at 6:59, Wesley Shields wrote:
 > It appears as if the distfile has been rerolled. Can you please examine
 > the new one to the one that you have submitted (SHA256:
 > 0805d0c25f7256255831f4caac4f352703a75558bcc22480ca48b234ba3cad10) to
 > verify the changes in the newest one are legit.
 
 attached new distinfo 
 
 Regards,
 -- 
 
 	Hirohisa Yamaguchi
 	  <umq@ueo.co.jp>
 
 
 --Apple-Mail=_EA924323-181E-4EE9-A390-3069D9B874D2
 Content-Disposition: attachment;
 	filename=distinfo
 Content-Type: application/octet-stream;
 	name="distinfo"
 Content-Transfer-Encoding: 7bit
 
 SHA256 (milter-manager-1.8.4.tar.gz) = 2bd10371956ad77752c7582d520960fb7b9daa6ae9847ea11760dde669870929
 SIZE (milter-manager-1.8.4.tar.gz) = 7222108
 
 --Apple-Mail=_EA924323-181E-4EE9-A390-3069D9B874D2--

From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: wxs@FreeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/173757: [maintainer] mail/milter-manager update to 1.8.4
Date: Mon, 03 Dec 2012 15:41:56 +0900

 --Multipart_Mon_Dec__3_15:41:56_2012-1
 Content-Type: text/plain; charset=US-ASCII
 
 Hi,
 
 The developer said that the reroll on the distfile was done as a side
 effect of the process in fixing some broken links in their website.
  # http://sourceforge.net/mailarchive/message.php?msg_id=30175426
 
 I verified that the old tar ball and current one are virtually
 identical, except for some files have differnt timestamps.
 
 
 And now, there's a newer version 1.8.5 available.
  http://sourceforge.net/mailarchive/message.php?msg_id=30175929
 
 updated patch is attached.
 
 
 Regards,
 -- 
 
 	Hirohisa Yamaguchi
 	  <umq@ueo.co.jp>
 
 --Multipart_Mon_Dec__3_15:41:56_2012-1
 Content-Type: application/octet-stream; type=patch
 Content-Disposition: attachment; filename="mail_milter-manager-1.8.5.patch"
 Content-Transfer-Encoding: 7bit
 
 Index: mail/milter-manager/Makefile
 ===================================================================
 --- mail/milter-manager/Makefile	(revision 307610)
 +++ mail/milter-manager/Makefile	(working copy)
 @@ -1,12 +1,8 @@
 -# New ports collection makefile for:	milter-manager
 -# Date created:		2009-05-17
 -# Whom:			Hirohisa Yamaguchi <umq@ueo.co.jp>
 -#
 +# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp>
  # $FreeBSD$
 -#
  
  PORTNAME=	milter-manager
 -PORTVERSION=	1.8.3
 +PORTVERSION=	1.8.5
  CATEGORIES=	mail ruby
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:S/-/%20/}/${PORTVERSION}
  
 @@ -29,12 +25,18 @@
  USE_RUBY=	yes
  MAKE_JOBS_SAFE=	yes
  
 -## TEMPORARY DISABLED
 -#.if defined(WITH_LOG_ANALYZER)
 +## YET TO BE DONE
 +#OPTIONS_DEFINE=	LOG_ANALYZER MILTER_MANAGER_ADMIN
 +#LOG_ANALYZER_DESC=		Setup log analyzer
 +#MILTER_MANAGER_ADMIN_DESC=	Setup admin tool
 +#
 +#.include <bsd.port.options.mk>
 +#
 +#.if ${PORT_OPTIONS:MLOG_ANALYZER}
  #USE_APACHE=	22
  #BUILD_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/RRD.so:${PORTSDIR}/databases/rrdtool
  #.endif
 -#.if defined(WITH_MILTER_MANAGER_ADMIN)
 +#.if ${PORT_OPTIONS:MMILTER_MANAGER_ADMIN}
  #USE_APACHE=	22
  #RUN_DEPENDS+=	rubygem-passenger>=2.0.0:${PORTSDIR}/www/rubygem-passenger \
  #		rubygem-rails>=2.3.2:${PORTSDIR}/www/rubygem-rails \
 Index: mail/milter-manager/distinfo
 ===================================================================
 --- mail/milter-manager/distinfo	(revision 307610)
 +++ mail/milter-manager/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (milter-manager-1.8.3.tar.gz) = 27a5a86bb4e56b136d8f4d50aefc4136db49135d22900f9bc6485957609ae4a3
 -SIZE (milter-manager-1.8.3.tar.gz) = 7377768
 +SHA256 (milter-manager-1.8.5.tar.gz) = 4e45e9df7307d2fd7e5a610e83fdcc5040eaf6b66a779808ce229c28d0c9c61d
 +SIZE (milter-manager-1.8.5.tar.gz) = 7372058
 Index: mail/milter-manager/files/patch-milter__manager__milter-manager-leader.c
 ===================================================================
 --- mail/milter-manager/files/patch-milter__manager__milter-manager-leader.c	(revision 308123)
 +++ mail/milter-manager/files/patch-milter__manager__milter-manager-leader.c	(working copy)
 @@ -1,11 +0,0 @@
 ---- ./milter/manager/milter-manager-leader.c.orig	2012-02-27 11:32:27.116034000 +0900
 -+++ ./milter/manager/milter-manager-leader.c	2012-05-25 07:45:44.000000000 +0900
 -@@ -149,7 +149,7 @@
 -     priv->configuration = NULL;
 -     priv->client_context = NULL;
 -     priv->children = NULL;
 --    priv->state = MILTER_SERVER_CONTEXT_STATE_START;
 -+    priv->state = MILTER_MANAGER_LEADER_STATE_START;
 -     priv->sent_end_of_message = FALSE;
 -     priv->launcher_read_channel = NULL;
 -     priv->launcher_write_channel = NULL;
 \ No newline at end of file
 
 --Multipart_Mon_Dec__3_15:41:56_2012-1--
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Tue Dec 4 01:28:04 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173757 
>Unformatted:
