diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-15 00:50:33 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-15 00:50:33 +0000 |
commit | 946fcde2c5fa5a725af77f5009156de3f23e06f0 (patch) | |
tree | d3cd7ad05a9121f1c08fa657da181870961dbc50 /textproc | |
parent | d555765e68142b3e4f6bc280d07dc6f407187acd (diff) | |
download | pkgsrc-946fcde2c5fa5a725af77f5009156de3f23e06f0.tar.gz |
Updated to version 0.07.
Pkgsrc changes:
- New prerequisite package p5-Class-ErrorHandler.
- Removed dependency on p5-Cryp-DES. Crypt::DES is not used anywhere in the
package.
Changes since version 0.06:
===========================
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Convert-PEM/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Convert-PEM/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile index 603e7c45dba..4320adde6d5 100644 --- a/textproc/p5-Convert-PEM/Makefile +++ b/textproc/p5-Convert-PEM/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:31 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/02/15 00:50:33 heinz Exp $ # -DISTNAME= Convert-PEM-0.06 +DISTNAME= Convert-PEM-0.07 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5pem -PKGREVISION= 2 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} @@ -15,8 +14,8 @@ COMMENT= Perl5 module to read/write ASN.1-encoded PEM files DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-Convert-ASN1>=0.10:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3 +DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-Convert-PEM/distinfo b/textproc/p5-Convert-PEM/distinfo index b29c31ff4ce..4b7b7e33304 100644 --- a/textproc/p5-Convert-PEM/distinfo +++ b/textproc/p5-Convert-PEM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:44 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/02/15 00:50:33 heinz Exp $ -SHA1 (Convert-PEM-0.06.tar.gz) = 0f23a6b7eb819cbe07031c89a86365531c2af633 -RMD160 (Convert-PEM-0.06.tar.gz) = d85ea0534d798b39f6eb0fa61edb0542f86bba5e -Size (Convert-PEM-0.06.tar.gz) = 9332 bytes +SHA1 (Convert-PEM-0.07.tar.gz) = 4b95c21a34b6e9c5545f93555582b11f183846e4 +RMD160 (Convert-PEM-0.07.tar.gz) = 569e28c9c037e55323edab28b3028d307291fa79 +Size (Convert-PEM-0.07.tar.gz) = 20836 bytes |