ports/89335: Update Port: converters/p5-Convert-PEM 0.06->0.07

Aaron Dalton aaron at FreeBSD.org
Mon Nov 21 01:10:08 UTC 2005


>Number:         89335
>Category:       ports
>Synopsis:       Update Port: converters/p5-Convert-PEM 0.06->0.07
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 01:10:07 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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
+ at unexec rmdir %D/%%SITE_PERL%%/Convert 2>/dev/null || true
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/PEM
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list