Thu Dec 2 12:11:04 2010 UTC ()
Update to 3.13:

2010-10-26   Gisle Aas <gisle@ActiveState.com>

   Release 3.13

   The fix in v3.12 to try to preserve the SvUTF8 flag was buggy
   and actually managed to set the flag on strings that did not
   have it originally.

2010-10-25   Gisle Aas <gisle@ActiveState.com>

   Release 3.12

   Don't change SvUTF8 flag on the strings encoded [RT#60105]

   Documentation tweaks

2010-10-24   Gisle Aas <gisle@ActiveState.com>

   Release 3.11

   Provide encode_base64url and decode_base64url functions to process
   the base64 scheme for "URL applications".

   The decode_base64() does not issue warnings on suspect input data
   any more.

2010-10-11   Gisle Aas <gisle@ActiveState.com>

   Release 3.10

   Provide functions to calculate the length of encoded and decoded
   base64 strings [RT#62404]


(wiz)
diff -r1.42 -r1.43 pkgsrc/converters/p5-MIME-Base64/Makefile
diff -r1.14 -r1.15 pkgsrc/converters/p5-MIME-Base64/distinfo
diff -r1.3 -r1.4 pkgsrc/converters/p5-MIME-Base64/patches/patch-aa

cvs diff -r1.42 -r1.43 pkgsrc/converters/p5-MIME-Base64/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/p5-MIME-Base64/Attic/Makefile 2010/08/21 16:32:50 1.42
+++ pkgsrc/converters/p5-MIME-Base64/Attic/Makefile 2010/12/02 12:11:04 1.43
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.42 2010/08/21 16:32:50 seb Exp $ 1# $NetBSD: Makefile,v 1.43 2010/12/02 12:11:04 wiz Exp $
2# 2#
3 3
4DISTNAME= MIME-Base64-3.09 4DISTNAME= MIME-Base64-3.13
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5mba 6SVR4_PKGNAME= p5mba
8CATEGORIES= converters perl5 7CATEGORIES= converters perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
10 9
11MAINTAINER= heinz@NetBSD.org 10MAINTAINER= heinz@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/MIME-Base64/ 11HOMEPAGE= http://search.cpan.org/dist/MIME-Base64/
13COMMENT= Perl5 module for Base64 and Quoted-Printable encodings 12COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
18 17
19PERL5_PACKLIST= auto/MIME/Base64/.packlist 18PERL5_PACKLIST= auto/MIME/Base64/.packlist

cvs diff -r1.14 -r1.15 pkgsrc/converters/p5-MIME-Base64/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/p5-MIME-Base64/Attic/distinfo 2010/01/29 15:16:47 1.14
+++ pkgsrc/converters/p5-MIME-Base64/Attic/distinfo 2010/12/02 12:11:04 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2010/01/29 15:16:47 sno Exp $ 1$NetBSD: distinfo,v 1.15 2010/12/02 12:11:04 wiz Exp $
2 2
3SHA1 (MIME-Base64-3.09.tar.gz) = 698d3d83d4536ba18f5d26d5e64339c229c83290 3SHA1 (MIME-Base64-3.13.tar.gz) = 1cd5700041ed2980229f6537454d69172de4bec3
4RMD160 (MIME-Base64-3.09.tar.gz) = 17bbcc57d0d3da041f188fe3de44967de643f511 4RMD160 (MIME-Base64-3.13.tar.gz) = e25f0be89264c803471e66c5c56077d3bc054dd4
5Size (MIME-Base64-3.09.tar.gz) = 16513 bytes 5Size (MIME-Base64-3.13.tar.gz) = 17735 bytes
6SHA1 (patch-aa) = ea5076e69c7519a659d69f631d7519843d746c91 6SHA1 (patch-aa) = 9ccdc23779d93f0fa419e51104e69fd24672fa13

cvs diff -r1.3 -r1.4 pkgsrc/converters/p5-MIME-Base64/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/converters/p5-MIME-Base64/patches/Attic/patch-aa 2009/06/14 20:40:57 1.3
+++ pkgsrc/converters/p5-MIME-Base64/patches/Attic/patch-aa 2010/12/02 12:11:04 1.4
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1$NetBSD: patch-aa,v 1.3 2009/06/14 20:40:57 sno Exp $ 1$NetBSD: patch-aa,v 1.4 2010/12/02 12:11:04 wiz Exp $
2 2
3--- Makefile.PL.orig 2009-06-09 20:34:33.000000000 +0000 3--- Makefile.PL.orig 2010-11-11 19:24:44.000000000 +0000
4+++ Makefile.PL 2009-06-14 20:28:34.000000000 +0000 4+++ Makefile.PL
5@@ -1,13 +1,7 @@ 5@@ -1,15 +1,9 @@
6 require 5.006; 6 require 5.006;
7 use ExtUtils::MakeMaker; 7 use ExtUtils::MakeMaker;
8  8
9-my @makefileopts; 9-my @makefileopts;
10-if ($] >= 5.008) { 10-if ($] >= 5.008) {
11- push @makefileopts, INSTALLDIRS => 'perl'; 11- push @makefileopts, INSTALLDIRS => 'perl';
12-} 12-}
13- 13-
14 WriteMakefile( 14 WriteMakefile(
15 NAME => 'MIME::Base64', 15 NAME => 'MIME::Base64',
16 VERSION_FROM => 'Base64.pm', 16 VERSION_FROM => 'Base64.pm',
17- @makefileopts, 17- @makefileopts,
18 ); 18
 19 ABSTRACT => 'The RFC 2045 encodings; base64 and quoted-printable',
 20 AUTHOR => 'Gisle Aas <gisle@activestate.com>',