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 Update to 3.07:
details: https://anonhg.NetBSD.org/pkgsrc/rev/df8a8c63d509
branches: trunk
changeset: 505263:df8a8c63d509
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 01 22:11:09 2006 +0000
description:
Update to 3.07:
2005-11-30 Gisle Aas
Release 3.07
Use a Makefile.PL that is also suitable for core perl.
2005-11-26 Gisle Aas
Release 3.06
Documentation tweaks.
use XSLoader; perl-5.6 now required.
Some consting from bleadperl.
Unbundled the {en,de}code-{base64,qp} utility scripts.
These are now found in the MIME-Base64-Scripts package.
diffstat:
converters/p5-MIME-Base64/Makefile | 5 ++---
converters/p5-MIME-Base64/distinfo | 10 +++++-----
converters/p5-MIME-Base64/patches/patch-aa | 21 ++++++++++++---------
3 files changed, 19 insertions(+), 17 deletions(-)
diffs (59 lines):
diff -r f3bdc432b9b1 -r df8a8c63d509 converters/p5-MIME-Base64/Makefile
--- a/converters/p5-MIME-Base64/Makefile Sun Jan 01 22:08:22 2006 +0000
+++ b/converters/p5-MIME-Base64/Makefile Sun Jan 01 22:11:09 2006 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.34 2005/08/06 06:19:05 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/01/01 22:11:09 wiz Exp $
#
-VERS= 3.05
+VERS= 3.07
DISTNAME= MIME-Base64-${VERS}
PKGNAME= p5-MIME-Base64-${VERS}
SVR4_PKGNAME= p5mba
-PKGREVISION= 2
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
diff -r f3bdc432b9b1 -r df8a8c63d509 converters/p5-MIME-Base64/distinfo
--- a/converters/p5-MIME-Base64/distinfo Sun Jan 01 22:08:22 2006 +0000
+++ b/converters/p5-MIME-Base64/distinfo Sun Jan 01 22:11:09 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 16:12:34 agc Exp $
+$NetBSD: distinfo,v 1.12 2006/01/01 22:11:09 wiz Exp $
-SHA1 (MIME-Base64-3.05.tar.gz) = 018c775fca027ce88d695261b40c0428586595ed
-RMD160 (MIME-Base64-3.05.tar.gz) = 1e51e7943fef0401161d8c1d65b15dc2e46f9ed1
-Size (MIME-Base64-3.05.tar.gz) = 15643 bytes
-SHA1 (patch-aa) = 7cb2e7cf5a2b0d9e16729a9c975ac5e4adb22c95
+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
diff -r f3bdc432b9b1 -r df8a8c63d509 converters/p5-MIME-Base64/patches/patch-aa
--- a/converters/p5-MIME-Base64/patches/patch-aa Sun Jan 01 22:08:22 2006 +0000
+++ b/converters/p5-MIME-Base64/patches/patch-aa Sun Jan 01 22:11:09 2006 +0000
@@ -1,11 +1,14 @@
-$NetBSD: patch-aa,v 1.1 2003/04/15 03:25:44 taca Exp $
+$NetBSD: patch-aa,v 1.2 2006/01/01 22:11:09 wiz Exp $
---- Makefile.PL.orig 2003-03-10 00:07:50.000000000 +0900
+--- Makefile.PL.orig 2005-11-29 21:42:40.000000000 +0100
+++ Makefile.PL
-@@ -6,6 +6,4 @@ WriteMakefile(
- VERSION_FROM => 'Base64.pm',
- EXE_FILES => [qw(encode-base64 decode-base64 encode-qp decode-qp)],
- dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
-- ($] >= 5.008) ?
-- (INSTALLDIRS => 'perl') : (),
- );
+@@ -5,9 +5,6 @@ my @makefileopts;
+ if (grep { $_ eq 'PERL_CORE=1' } @ARGV) {
+ push @makefileopts, MAN3PODS => {};
+ }
+-if ($] >= 5.008) {
+- push @makefileopts, INSTALLDIRS => 'perl';
+-}
+
+ WriteMakefile(
+ NAME => 'MIME::Base64',
Home |
Main Index |
Thread Index |
Old Index