diff options
author | sno <sno@pkgsrc.org> | 2009-09-19 17:03:46 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-19 17:03:46 +0000 |
commit | cdf0245ee51ba96533cd59f42eb1f28e7995d752 (patch) | |
tree | f962c4a827898176a20c5860d2c12b6bead33b8b /mail | |
parent | 832943399e9c15a139eb55b3c1cbea451db3ca1a (diff) | |
download | pkgsrc-cdf0245ee51ba96533cd59f42eb1f28e7995d752.tar.gz |
Updating mail/p5-MIME-Lite from 3.025 to 3.026
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
Version 3.026
Fix tests to pass with MIME::Types 1.28
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/distinfo | 10 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/patches/patch-aa | 12 |
3 files changed, 14 insertions, 14 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index 046d876d8a8..ba87ce1a347 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2009/09/12 22:08:14 sno Exp $ +# $NetBSD: Makefile,v 1.18 2009/09/19 17:03:46 sno Exp $ -DISTNAME= MIME-Lite-3.025 +DISTNAME= MIME-Lite-3.026 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mil CATEGORIES= www perl5 @@ -15,7 +15,7 @@ DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format DEPENDS+= p5-MailTools>=1.62:../../mail/p5-MailTools DEPENDS+= p5-MIME-Base64>0:../../converters/p5-MIME-Base64 # MIME::QuotedPrint is part of p5-MIME-Base64 package -DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types +DEPENDS+= p5-MIME-Types>=1.28:../../mail/p5-MIME-Types PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mail/p5-MIME-Lite/distinfo b/mail/p5-MIME-Lite/distinfo index 7cd0526ed54..f955dc3a2d2 100644 --- a/mail/p5-MIME-Lite/distinfo +++ b/mail/p5-MIME-Lite/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2009/09/12 22:08:14 sno Exp $ +$NetBSD: distinfo,v 1.7 2009/09/19 17:03:46 sno Exp $ -SHA1 (MIME-Lite-3.025.tar.gz) = e6de8637684e73d4774b16962559111a493826a9 -RMD160 (MIME-Lite-3.025.tar.gz) = 3e1ea680f6d1ae91a76667269ad3d4bff84fd4a5 -Size (MIME-Lite-3.025.tar.gz) = 63359 bytes -SHA1 (patch-aa) = c9f87c66a6456dd0b7f490d5d88bf6382f53d4ab +SHA1 (MIME-Lite-3.026.tar.gz) = 3819a609f01e1373ea02ca04fef0e7ce95ac6c15 +RMD160 (MIME-Lite-3.026.tar.gz) = 49023b35fd06c6a93234567a2bdbe99ecf555845 +Size (MIME-Lite-3.026.tar.gz) = 63349 bytes +SHA1 (patch-aa) = c733192a48943817e962d3d07f59c0ba6aa52006 diff --git a/mail/p5-MIME-Lite/patches/patch-aa b/mail/p5-MIME-Lite/patches/patch-aa index 37d528c6a16..3c23ab3e903 100644 --- a/mail/p5-MIME-Lite/patches/patch-aa +++ b/mail/p5-MIME-Lite/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.1 2009/01/06 00:40:24 he Exp $ +$NetBSD: patch-aa,v 1.2 2009/09/19 17:03:46 sno Exp $ ---- Makefile.PL.orig 2008-11-17 15:20:47.000000000 +0000 -+++ Makefile.PL -@@ -21,7 +21,6 @@ my %prereq = ( +--- Makefile.PL.orig 2009-09-17 14:13:24.000000000 +0000 ++++ Makefile.PL 2009-09-19 17:01:42.000000000 +0000 +@@ -21,7 +21,6 @@ 'File::Spec' => 0, 'Email::Date::Format' => '1.000', # first release ); -if (prompt("Add prereqs?",'Yes')=~/y/i) { %prereq=( %prereq, 'Mail::Address' => 1.62, - 'MIME::Types' => 1.13, -@@ -29,7 +28,6 @@ if (prompt("Add prereqs?",'Yes')=~/y/i) + 'MIME::Types' => 1.28, +@@ -29,7 +28,6 @@ 'MIME::Base64' => undef, 'MIME::QuotedPrint' => undef, ); |