diff options
author | he <he@pkgsrc.org> | 2009-01-06 00:40:24 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-06 00:40:24 +0000 |
commit | f71ea25bdd0f9de478d1652ef988545d52b8091e (patch) | |
tree | f498cc57dd60de5269b00ebd2fb9e47e4c4c1374 /mail/p5-MIME-Lite | |
parent | 27e8c2979b796ca2d6a78036b4ec7219fda7d70d (diff) | |
download | pkgsrc-f71ea25bdd0f9de478d1652ef988545d52b8091e.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/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/patches/patch-aa | 20 |
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( |