From aaron@moondance.itsy-bitsy.net  Mon Nov 21 01:07:55 2005
Return-Path: <aaron@moondance.itsy-bitsy.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B433816A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2005 01:07:55 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-qmqp-04.inet.qwest.net (mpls-qmqp-04.inet.qwest.net [63.231.195.115])
	by mx1.FreeBSD.org (Postfix) with SMTP id 46A4A43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2005 01:07:55 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: (qmail 85931 invoked by uid 0); 21 Nov 2005 00:57:41 -0000
Received: from unknown (63.231.195.4)
  by mpls-qmqp-04.inet.qwest.net with QMQP; 21 Nov 2005 00:57:41 -0000
Received: from finch.st (HELO mail.itsy-bitsy.net) (168.103.194.212)
  by mpls-pop-04.inet.qwest.net with SMTP; 21 Nov 2005 01:07:54 -0000
Received: from localhost ([127.0.0.1] helo=moondance.itsy-bitsy.net)
	by mail.itsy-bitsy.net with esmtp (Exim 4.54 (FreeBSD))
	id 1Ee09w-000H7i-AI
	for FreeBSD-gnats-submit@freebsd.org; Sun, 20 Nov 2005 18:07:52 -0700
Received: (from aaron@localhost)
	by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id jAL17plZ065825;
	Sun, 20 Nov 2005 18:07:51 -0700 (MST)
	(envelope-from aaron)
Message-Id: <200511210107.jAL17plZ065825@moondance.itsy-bitsy.net>
Date: Sun, 20 Nov 2005 18:07:51 -0700 (MST)
From: "Aaron Dalton" <aaron@freebsd.org>
Reply-To: Aaron Dalton <aaron@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update Port: converters/p5-Convert-PEM 0.06->0.07
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         89335
>Category:       ports
>Synopsis:       Update Port: converters/p5-Convert-PEM 0.06->0.07
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mharo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 01:10:07 GMT 2005
>Closed-Date:    Thu Dec 01 10:14:35 GMT 2005
>Last-Modified:  Thu Dec 01 10:14:35 GMT 2005
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
0.07  2005.05.25
    - Allow passing in Name and Macro parameters on encode and decode,
      rather than just at initialization.
    - Use Class::ErrorHandler instead of our own built-in error-handling
      class.
    - Switched to using Module::Install in Makefile.PL.
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/converters/p5-Convert-PEM/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	10 Mar 2005 00:48:49 -0000	1.9
+++ Makefile	21 Nov 2005 01:04:10 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	Convert-PEM
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	converters perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Convert
@@ -20,11 +20,12 @@
 		${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
 		${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+		${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	YES
 
-MAN3=		Convert::PEM.3 Convert::PEM::CBC.3 Convert::PEM::ErrorHandler.3
+MAN3=		Convert::PEM.3 Convert::PEM::CBC.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/converters/p5-Convert-PEM/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	31 Mar 2004 03:06:34 -0000	1.3
+++ distinfo	21 Nov 2005 01:00:47 -0000
@@ -1,2 +1,3 @@
-MD5 (Convert-PEM-0.06.tar.gz) = 1f15fa7ee5026e722d1ac6855eff39e3
-SIZE (Convert-PEM-0.06.tar.gz) = 9332
+MD5 (Convert-PEM-0.07.tar.gz) = d2188dd87446004c8da882b5a1f20412
+SHA256 (Convert-PEM-0.07.tar.gz) = 0035bc5b9404d8d01db387beed4d491a7ebec3003eab2e547f28bb66ebbeac65
+SIZE (Convert-PEM-0.07.tar.gz) = 20836
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/converters/p5-Convert-PEM/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	17 Apr 2004 14:04:47 -0000	1.4
+++ pkg-plist	21 Nov 2005 01:05:14 -0000
@@ -1,6 +1,7 @@
 %%SITE_PERL%%/Convert/PEM.pm
 %%SITE_PERL%%/Convert/PEM/CBC.pm
-%%SITE_PERL%%/Convert/PEM/ErrorHandler.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/PEM/.packlist
 @dirrm %%SITE_PERL%%/Convert/PEM
+@unexec rmdir %D/%%SITE_PERL%%/Convert 2>/dev/null || true
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/PEM
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mharo 
Responsible-Changed-By: aaron 
Responsible-Changed-When: Mon Nov 21 01:10:19 GMT 2005 
Responsible-Changed-Why:  
Passed over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89335 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Thu Dec 1 10:14:34 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

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