From adox@mcx2.org  Mon Nov 10 20:24:35 2008
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A22C11065674
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Nov 2008 20:24:35 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30])
	by mx1.freebsd.org (Postfix) with ESMTP id 66A478FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Nov 2008 20:24:34 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by yx-out-2324.google.com with SMTP id 8so988602yxb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Nov 2008 12:24:33 -0800 (PST)
Received: by 10.103.138.16 with SMTP id q16mr4022838mun.114.1226348671755;
        Mon, 10 Nov 2008 12:24:31 -0800 (PST)
Received: from localhost (p5090E8FA.dip.t-dialin.net [80.144.232.250])
        by mx.google.com with ESMTPS id t10sm12382626muh.16.2008.11.10.12.24.30
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 10 Nov 2008 12:24:30 -0800 (PST)
Message-Id: <4918987e.0af6660a.2f7e.ffff8760@mx.google.com>
Date: Mon, 10 Nov 2008 12:24:30 -0800 (PST)
From: Dennis Herrmann <adox@mcx2.org>
Reply-To: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE] mail/p5-Mail-Ezmlm - update and take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         128762
>Category:       ports
>Synopsis:       [UPDATE] mail/p5-Mail-Ezmlm - update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 10 20:30:01 UTC 2008
>Closed-Date:    Fri Nov 21 21:04:46 UTC 2008
>Last-Modified:  Fri Nov 21 21:10:09 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Nov 6 17:50:47 CET 2008 root@dhn.homeunix.com:/usr/obj/usr/src/sys/PARANOIA i386


>Description:
Update to 0.08.2 and take maintainership. I remove the second MASTER_SITESMirror because the server is down.
>How-To-Repeat:
>Fix:


--- p5-Mail-Ezmlm_update.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-Ezmlm/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	17 Apr 2008 14:26:58 -0000	1.12
+++ Makefile	10 Nov 2008 20:15:14 -0000
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	Mail-Ezmlm
-PORTVERSION=	0.07.2
+PORTVERSION=	0.08.2
 CATEGORIES=	mail perl5
-MASTER_SITES=	CPAN \
-		ftp://ftp.rucus.ru.ac.za/users/guy/ezmlm/
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 DISTNAME=	Ezmlm-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	adox@mcx2.org
 COMMENT=	Perl module to allow object methods for ezmlm-idx mailing lists
 
 BUILD_DEPENDS=	${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
@@ -26,6 +25,6 @@
 CONFIGURE_ENV=	BSD_BATCH_INSTALL=yes
 .endif
 
-MAN3=		Mail::Ezmlm.3
+MAN3=		Mail::Ezmlm.3 Mail::Ezmlm::GpgKeyRing.3 Mail::Ezmlm::GpgEzmlm.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-Ezmlm/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	21 Feb 2007 17:47:29 -0000	1.6
+++ distinfo	10 Nov 2008 19:56:11 -0000
@@ -1,3 +1,3 @@
-MD5 (Ezmlm-0.07.2.tar.gz) = 9caa9a1b79ba99ab4dc36482cadb34aa
-SHA256 (Ezmlm-0.07.2.tar.gz) = 78e22649e955d26b52c06eb983052c605eb31689a3e0fc10ec15f97ccdf49d3f
-SIZE (Ezmlm-0.07.2.tar.gz) = 15494
+MD5 (Ezmlm-0.08.2.tar.gz) = 1b9f3eee98ec51756f1b27654a0ef932
+SHA256 (Ezmlm-0.08.2.tar.gz) = e1647d2f5a96e24d78511bc1e74364af81485936e63b485f79cd9781ca1b7802
+SIZE (Ezmlm-0.08.2.tar.gz) = 25380
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-Ezmlm/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	21 Feb 2007 17:47:29 -0000	1.3
+++ pkg-plist	10 Nov 2008 20:07:58 -0000
@@ -1,5 +1,8 @@
 %%SITE_PERL%%/Mail/Ezmlm.pm
+%%SITE_PERL%%/Mail/Ezmlm/GpgEzmlm.pm
+%%SITE_PERL%%/Mail/Ezmlm/GpgKeyRing.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Ezmlm/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Ezmlm
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail
+@dirrmtry %%SITE_PERL%%/Mail/Ezmlm
 @dirrmtry %%SITE_PERL%%/Mail
--- p5-Mail-Ezmlm_update.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 10 20:30:26 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128762 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Nov 21 21:04:44 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128762: commit references a PR
Date: Fri, 21 Nov 2008 21:04:51 +0000 (UTC)

 miwi        2008-11-21 21:04:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-Mail-Ezmlm   Makefile distinfo pkg-plist 
   Log:
   - Update to 0.08.2
   - Pass maintainership to submitter
   
   PR:             128762
   Submitted by:   Dennis Herrmann <adox@mcx2.org>
   
   Revision  Changes    Path
   1.13      +4 -5      ports/mail/p5-Mail-Ezmlm/Makefile
   1.7       +3 -3      ports/mail/p5-Mail-Ezmlm/distinfo
   1.4       +3 -0      ports/mail/p5-Mail-Ezmlm/pkg-plist
 _______________________________________________
 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:
