summaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Lite
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2009-01-06 00:40:24 +0000
committerhe <he@pkgsrc.org>2009-01-06 00:40:24 +0000
commitc3ffc9ebb070607fe9fff85f4f59f8d9c7dc4658 (patch)
treef498cc57dd60de5269b00ebd2fb9e47e4c4c1374 /mail/p5-MIME-Lite
parentd2c24032d6ab5f1512fc2d01745417e4fb75d6ab (diff)
downloadpkgsrc-c3ffc9ebb070607fe9fff85f4f59f8d9c7dc4658.tar.gz
Upgrade from version 3.023 to 3.023nb1.
Pkgsrc changes: o Actually add the advertized patch to get rid of the interactivity
Diffstat (limited to 'mail/p5-MIME-Lite')
-rw-r--r--mail/p5-MIME-Lite/Makefile3
-rw-r--r--mail/p5-MIME-Lite/patches/patch-aa20
2 files changed, 22 insertions, 1 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile
index b27566289ef..1e5bb2a2a14 100644
--- a/mail/p5-MIME-Lite/Makefile
+++ b/mail/p5-MIME-Lite/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2008/11/17 23:26:14 he Exp $
+# $NetBSD: Makefile,v 1.15 2009/01/06 00:40:24 he Exp $
DISTNAME= MIME-Lite-3.023
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5mil
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
diff --git a/mail/p5-MIME-Lite/patches/patch-aa b/mail/p5-MIME-Lite/patches/patch-aa
new file mode 100644
index 00000000000..37d528c6a16
--- /dev/null
+++ b/mail/p5-MIME-Lite/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1 2009/01/06 00:40:24 he Exp $
+
+--- Makefile.PL.orig 2008-11-17 15:20:47.000000000 +0000
++++ Makefile.PL
+@@ -21,7 +21,6 @@ my %prereq = (
+ '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::Base64' => undef,
+ 'MIME::QuotedPrint' => undef,
+ );
+-}
+
+ # Write the Makefile:
+ WriteMakefile(