pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-MIME-Lite Updating mail/p5-MIME-Lite from 3.02...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d333386933cc
branches: trunk
changeset: 399409:d333386933cc
user: sno <sno%pkgsrc.org@localhost>
date: Sat Sep 19 17:03:46 2009 +0000
description:
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:
mail/p5-MIME-Lite/Makefile | 6 +++---
mail/p5-MIME-Lite/distinfo | 10 +++++-----
mail/p5-MIME-Lite/patches/patch-aa | 12 ++++++------
3 files changed, 14 insertions(+), 14 deletions(-)
diffs (62 lines):
diff -r 7abb8bdcd859 -r d333386933cc mail/p5-MIME-Lite/Makefile
--- a/mail/p5-MIME-Lite/Makefile Sat Sep 19 17:00:39 2009 +0000
+++ b/mail/p5-MIME-Lite/Makefile Sat Sep 19 17:03:46 2009 +0000
@@ -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-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 -r 7abb8bdcd859 -r d333386933cc mail/p5-MIME-Lite/distinfo
--- a/mail/p5-MIME-Lite/distinfo Sat Sep 19 17:00:39 2009 +0000
+++ b/mail/p5-MIME-Lite/distinfo Sat Sep 19 17:03:46 2009 +0000
@@ -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 -r 7abb8bdcd859 -r d333386933cc mail/p5-MIME-Lite/patches/patch-aa
--- a/mail/p5-MIME-Lite/patches/patch-aa Sat Sep 19 17:00:39 2009 +0000
+++ b/mail/p5-MIME-Lite/patches/patch-aa Sat Sep 19 17:03:46 2009 +0000
@@ -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,
);
Home |
Main Index |
Thread Index |
Old Index