pkgsrc/mail/p5-MIME-Lite/patches/patch-aa
sno cdf0245ee5 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
2009-09-19 17:03:46 +00:00

20 lines
593 B
Text

$NetBSD: patch-aa,v 1.2 2009/09/19 17:03:46 sno Exp $
--- 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.28,
@@ -29,7 +28,6 @@
'MIME::Base64' => undef,
'MIME::QuotedPrint' => undef,
);
-}
# Write the Makefile:
WriteMakefile(