ports/89519: [PATCH] converters/p5-Convert-PEM: update to 0.07
Cheng-Lung Sung
clsung at tw.freebsd.org
Fri Nov 25 06:10:06 UTC 2005
>Number: 89519
>Category: ports
>Synopsis: [PATCH] converters/p5-Convert-PEM: update to 0.07
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Nov 25 06:10:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Cheng-Lung Sung
>Release: FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #3: Fri Nov 25 11:26:33 CST 2005
>Description:
- Update to 0.07
- required by p5-Crypt-DSA-0.13
- from Changes:
- 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.
- add SHA256 checksum
Port maintainer (mharo at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
security/p5-Crypt-DSA] > make
===> Configuring for p5-Crypt-DSA-0.13_1
*** ExtUtils::AutoInstall version 0.56
*** Checking for dependencies...
[Core Features]
- Math::BigInt ...loaded. (1.77 >= 1.60)
- Digest::SHA1 ...loaded. (2.10)
[Read/write PEM-encoded files]
- Convert::PEM ...missing. (would need 0.07)
==> Auto-install the 1 optional module(s) from CPAN? [n]
>Fix:
--- p5-Convert-PEM-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/converters/p5-Convert-PEM/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile 10 Mar 2005 00:48:49 -0000 1.9
+++ Makefile 25 Nov 2005 06:05:34 -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
@@ -25,6 +25,6 @@
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/pcvs/ports/converters/p5-Convert-PEM/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo 31 Mar 2004 03:06:34 -0000 1.3
+++ distinfo 25 Nov 2005 06:05:34 -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/pcvs/ports/converters/p5-Convert-PEM/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist 17 Apr 2004 14:04:47 -0000 1.4
+++ pkg-plist 25 Nov 2005 06:05:34 -0000
@@ -1,6 +1,5 @@
%%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
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/PEM
--- p5-Convert-PEM-0.07.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list