Sun Jun 14 20:40:58 2009 UTC ()
pkgsrc changes:
  - updating package of p5 module MIME::Base64 from 3.07nb1 to 3.08
  - adjusting LICENSE according to module documentation

Upstream changes:
2009-06-09 - Release 3.08: Gisle Aas <gisle@ActiveState.com>
   Jarkko Hietaniemi (1):
      EBCDIC changes from core
   Nicholas Clark (1):
      Get rid of the PERL_CORE hacks


(sno)
diff -r1.39 -r1.40 pkgsrc/converters/p5-MIME-Base64/Makefile
diff -r1.12 -r1.13 pkgsrc/converters/p5-MIME-Base64/distinfo
diff -r1.2 -r1.3 pkgsrc/converters/p5-MIME-Base64/patches/patch-aa

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

--- pkgsrc/converters/p5-MIME-Base64/Attic/Makefile 2009/05/19 08:59:06 1.39
+++ pkgsrc/converters/p5-MIME-Base64/Attic/Makefile 2009/06/14 20:40:57 1.40
@@ -1,23 +1,21 @@ @@ -1,23 +1,21 @@
1# $NetBSD: Makefile,v 1.39 2009/05/19 08:59:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.40 2009/06/14 20:40:57 sno Exp $
2# 2#
3 3
4VERS= 3.07 4DISTNAME= MIME-Base64-3.08
5DISTNAME= MIME-Base64-${VERS} 5PKGNAME= p5-${DISTNAME}
6PKGNAME= p5-MIME-Base64-${VERS} 
7PKGREVISION= 1 
8SVR4_PKGNAME= p5mba 6SVR4_PKGNAME= p5mba
9CATEGORIES= converters perl5 7CATEGORIES= converters perl5
10MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
11 9
12MAINTAINER= heinz@NetBSD.org 10MAINTAINER= heinz@NetBSD.org
13HOMEPAGE= http://search.cpan.org/dist/MIME-Base64/ 11HOMEPAGE= http://search.cpan.org/dist/MIME-Base64/
14COMMENT= Perl5 module for Base64 and Quoted-Printable encodings 12COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
15LICENSE= gnu-gpl-v2 13LICENSE= ${PERL5_LICENSE}
16 14
17PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
18PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
19 17
20PERL5_PACKLIST= auto/MIME/Base64/.packlist 18PERL5_PACKLIST= auto/MIME/Base64/.packlist
21 19
22.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/converters/p5-MIME-Base64/Attic/distinfo 2006/01/01 22:11:09 1.12
+++ pkgsrc/converters/p5-MIME-Base64/Attic/distinfo 2009/06/14 20:40:57 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2006/01/01 22:11:09 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2009/06/14 20:40:57 sno Exp $
2 2
3SHA1 (MIME-Base64-3.07.tar.gz) = e79af66afe029c89ea366425d4e0067b018c84a2 3SHA1 (MIME-Base64-3.08.tar.gz) = 5e292446b11ae68eb9809609abde67e53fb5fa15
4RMD160 (MIME-Base64-3.07.tar.gz) = ce55c0451dda754aab364cd04e34d7bef0c4442f 4RMD160 (MIME-Base64-3.08.tar.gz) = 714f635ce3164eaf12e76ab1fe3abf99b7510dcb
5Size (MIME-Base64-3.07.tar.gz) = 15548 bytes 5Size (MIME-Base64-3.08.tar.gz) = 16429 bytes
6SHA1 (patch-aa) = 97b091be689d6277bbb7652a35c0d235f25f502c 6SHA1 (patch-aa) = ea5076e69c7519a659d69f631d7519843d746c91

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

--- pkgsrc/converters/p5-MIME-Base64/patches/Attic/patch-aa 2006/01/01 22:11:09 1.2
+++ pkgsrc/converters/p5-MIME-Base64/patches/Attic/patch-aa 2009/06/14 20:40:57 1.3
@@ -1,14 +1,18 @@ @@ -1,14 +1,18 @@
1$NetBSD: patch-aa,v 1.2 2006/01/01 22:11:09 wiz Exp $ 1$NetBSD: patch-aa,v 1.3 2009/06/14 20:40:57 sno Exp $
2 2
3--- Makefile.PL.orig 2005-11-29 21:42:40.000000000 +0100 3--- Makefile.PL.orig 2009-06-09 20:34:33.000000000 +0000
4+++ Makefile.PL 4+++ Makefile.PL 2009-06-14 20:28:34.000000000 +0000
5@@ -5,9 +5,6 @@ my @makefileopts; 5@@ -1,13 +1,7 @@
6 if (grep { $_ eq 'PERL_CORE=1' } @ARGV) { 6 require 5.006;
7 push @makefileopts, MAN3PODS => {}; 7 use ExtUtils::MakeMaker;
8 } 8
 9-my @makefileopts;
9-if ($] >= 5.008) { 10-if ($] >= 5.008) {
10- push @makefileopts, INSTALLDIRS => 'perl'; 11- push @makefileopts, INSTALLDIRS => 'perl';
11-} 12-}
12  13-
13 WriteMakefile( 14 WriteMakefile(
14 NAME => 'MIME::Base64', 15 NAME => 'MIME::Base64',
 16 VERSION_FROM => 'Base64.pm',
 17- @makefileopts,
 18 );