diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-11 22:49:47 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-11 22:49:47 +0000 |
commit | bd8cc591502395d55fa8443be9513d5139ad10b8 (patch) | |
tree | a61e136198685d50490f4505caa9ef357d682c8f /textproc | |
parent | 7c036dc3c0aa2a3c9f3cf9f6b526c45d3e2265e7 (diff) | |
download | pkgsrc-bd8cc591502395d55fa8443be9513d5139ad10b8.tar.gz |
Update p5-Convert-PEM to 0.08.
Changes from previous:
0.08 2010.12.06
- Altered explode() to canonicalize line endings to \n, handling
DOS (\r\n) and older mac (\r) line breaks cleanly. Thanks to Matt
Gramlich for the patch.
- Removed sign() and auto_install() from Makefile.PL.
- Removed magic svn keywords.
- Converted test suite to Test::More.
- Added author tests (xt/) and modified SYNOPSIS for all modules to
make them pass the compilation test.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Convert-PEM/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Convert-PEM/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile index d804e40425f..d52f75788ff 100644 --- a/textproc/p5-Convert-PEM/Makefile +++ b/textproc/p5-Convert-PEM/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2011/08/14 15:14:03 obache Exp $ +# $NetBSD: Makefile,v 1.20 2011/11/11 22:49:47 hiramatsu Exp $ # -DISTNAME= Convert-PEM-0.07 +DISTNAME= Convert-PEM-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5pem CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} @@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Convert-PEM/ COMMENT= Perl5 module to read/write ASN.1-encoded PEM files +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-Convert-PEM/distinfo b/textproc/p5-Convert-PEM/distinfo index 4b7b7e33304..c5a1688934b 100644 --- a/textproc/p5-Convert-PEM/distinfo +++ b/textproc/p5-Convert-PEM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/02/15 00:50:33 heinz Exp $ +$NetBSD: distinfo,v 1.4 2011/11/11 22:49:47 hiramatsu Exp $ -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 +SHA1 (Convert-PEM-0.08.tar.gz) = eaee6c317cb8d4002604dacea45ea0d3349398f5 +RMD160 (Convert-PEM-0.08.tar.gz) = 9bb9713bc5dde93422ff05089d849dc51ad7191b +Size (Convert-PEM-0.08.tar.gz) = 54089 bytes |