From leeym@utopia.leeym.com  Fri Sep  8 04:11:27 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 680B616A4E9
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Sep 2006 04:11:27 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr17.hinet.net (msr17.hinet.net [168.95.4.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADEF43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Sep 2006 04:11:26 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr17.hinet.net (8.9.3/8.9.3) with ESMTP id MAA09602;
	Fri, 8 Sep 2006 12:11:16 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 6CDB5B29E2A;
	Fri,  8 Sep 2006 12:11:15 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 7+O+0ShPsZGw; Fri,  8 Sep 2006 12:10:58 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 56B39B29E25; Fri,  8 Sep 2006 12:10:58 +0800 (CST)
Message-Id: <20060908041058.56B39B29E25@utopia.leeym.com>
Date: Fri,  8 Sep 2006 12:10:58 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: zaa@zaa.pp.ru
Subject: [PATCH] mail/p5-Mail-DeliveryStatus-BounceParser: update to 1.5.15
X-Send-Pr-Version: 3.113
X-GNATS-Notify: zaa@zaa.pp.ru

>Number:         103013
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-DeliveryStatus-BounceParser: update to 1.5.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 08 04:20:21 GMT 2006
>Closed-Date:    Fri Sep 08 23:29:30 GMT 2006
>Last-Modified:  Fri Sep 08 23:29:30 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Aug 27 09:55:36 CST 2006
>Description:
- Update to 1.5.15

Port maintainer (zaa@zaa.pp.ru) is cc'd.

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

--- p5-Mail-DeliveryStatus-BounceParser-1.5.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	17 Jun 2006 15:24:00 -0000	1.3
+++ Makefile	8 Sep 2006 04:03:50 -0000
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	Mail-DeliveryStatus-BounceParser
-PORTVERSION=	1.5.11
+PORTVERSION=	1.5.15
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Mail
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-1.511
+DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	zaa@zaa.pp.ru
 COMMENT=	Perl extension to analyze bounce messages
 
-BUILD_DEPENDS=	${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	17 Jun 2006 15:24:00 -0000	1.4
+++ distinfo	8 Sep 2006 04:03:50 -0000
@@ -1,3 +1,3 @@
-MD5 (Mail-DeliveryStatus-BounceParser-1.511.tar.gz) = f41ea29dd6af51b512d019af820184d3
-SHA256 (Mail-DeliveryStatus-BounceParser-1.511.tar.gz) = 9aabe4c90e01f344be5668797215f627ac62d229a8e54c5fc4b8d546b2a49e68
-SIZE (Mail-DeliveryStatus-BounceParser-1.511.tar.gz) = 27977
+MD5 (Mail-DeliveryStatus-BounceParser-1.515.tar.gz) = 5826054b44cb6f39266f854101caebdb
+SHA256 (Mail-DeliveryStatus-BounceParser-1.515.tar.gz) = 840e616e27ae10343833239dfff45f053f3ea96b976d68324a5291daf79bb5b5
+SIZE (Mail-DeliveryStatus-BounceParser-1.515.tar.gz) = 42784
--- p5-Mail-DeliveryStatus-BounceParser-1.5.15.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 8 04:20:30 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103013 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 8 04:20:36 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103013 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Sep 8 09:43:29 UTC 2006 
State-Changed-Why:  
From misfiled PR ports/103021: 

Date: Fri, 8 Sep 2006 13:32:51 +0400 
From: Alexander Zhuravlev <zaa@zaa.pp.ru> 

Looks good. Thank you. 

--  
Alexander Zhuravlev 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103013 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Sep 8 23:29:23 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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