pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-MIME-Base64 pkgsrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/12406756facd
branches: trunk
changeset: 394704:12406756facd
user: sno <sno%pkgsrc.org@localhost>
date: Sun Jun 14 20:40:57 2009 +0000
description:
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@localhost>
Jarkko Hietaniemi (1):
EBCDIC changes from core
Nicholas Clark (1):
Get rid of the PERL_CORE hacks
diffstat:
converters/p5-MIME-Base64/Makefile | 10 ++++------
converters/p5-MIME-Base64/distinfo | 10 +++++-----
converters/p5-MIME-Base64/patches/patch-aa | 20 ++++++++++++--------
3 files changed, 21 insertions(+), 19 deletions(-)
diffs (71 lines):
diff -r 97c18882b2bd -r 12406756facd converters/p5-MIME-Base64/Makefile
--- a/converters/p5-MIME-Base64/Makefile Sun Jun 14 20:34:12 2009 +0000
+++ b/converters/p5-MIME-Base64/Makefile Sun Jun 14 20:40:57 2009 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2009/05/19 08:59:06 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2009/06/14 20:40:57 sno Exp $
#
-VERS= 3.07
-DISTNAME= MIME-Base64-${VERS}
-PKGNAME= p5-MIME-Base64-${VERS}
-PKGREVISION= 1
+DISTNAME= MIME-Base64-3.08
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mba
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
@@ -12,7 +10,7 @@
MAINTAINER= heinz%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/MIME-Base64/
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
-LICENSE= gnu-gpl-v2
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 97c18882b2bd -r 12406756facd converters/p5-MIME-Base64/distinfo
--- a/converters/p5-MIME-Base64/distinfo Sun Jun 14 20:34:12 2009 +0000
+++ b/converters/p5-MIME-Base64/distinfo Sun Jun 14 20:40:57 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2006/01/01 22:11:09 wiz Exp $
+$NetBSD: distinfo,v 1.13 2009/06/14 20:40:57 sno Exp $
-SHA1 (MIME-Base64-3.07.tar.gz) = e79af66afe029c89ea366425d4e0067b018c84a2
-RMD160 (MIME-Base64-3.07.tar.gz) = ce55c0451dda754aab364cd04e34d7bef0c4442f
-Size (MIME-Base64-3.07.tar.gz) = 15548 bytes
-SHA1 (patch-aa) = 97b091be689d6277bbb7652a35c0d235f25f502c
+SHA1 (MIME-Base64-3.08.tar.gz) = 5e292446b11ae68eb9809609abde67e53fb5fa15
+RMD160 (MIME-Base64-3.08.tar.gz) = 714f635ce3164eaf12e76ab1fe3abf99b7510dcb
+Size (MIME-Base64-3.08.tar.gz) = 16429 bytes
+SHA1 (patch-aa) = ea5076e69c7519a659d69f631d7519843d746c91
diff -r 97c18882b2bd -r 12406756facd converters/p5-MIME-Base64/patches/patch-aa
--- a/converters/p5-MIME-Base64/patches/patch-aa Sun Jun 14 20:34:12 2009 +0000
+++ b/converters/p5-MIME-Base64/patches/patch-aa Sun Jun 14 20:40:57 2009 +0000
@@ -1,14 +1,18 @@
-$NetBSD: patch-aa,v 1.2 2006/01/01 22:11:09 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2009/06/14 20:40:57 sno Exp $
---- Makefile.PL.orig 2005-11-29 21:42:40.000000000 +0100
-+++ Makefile.PL
-@@ -5,9 +5,6 @@ my @makefileopts;
- if (grep { $_ eq 'PERL_CORE=1' } @ARGV) {
- push @makefileopts, MAN3PODS => {};
- }
+--- Makefile.PL.orig 2009-06-09 20:34:33.000000000 +0000
++++ Makefile.PL 2009-06-14 20:28:34.000000000 +0000
+@@ -1,13 +1,7 @@
+ require 5.006;
+ use ExtUtils::MakeMaker;
+
+-my @makefileopts;
-if ($] >= 5.008) {
- push @makefileopts, INSTALLDIRS => 'perl';
-}
-
+-
WriteMakefile(
NAME => 'MIME::Base64',
+ VERSION_FROM => 'Base64.pm',
+- @makefileopts,
+ );
Home |
Main Index |
Thread Index |
Old Index