diff options
author | wen <wen@pkgsrc.org> | 2012-08-18 01:21:25 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-08-18 01:21:25 +0000 |
commit | 6420a38130c22309f679872c4031d1e4d6d76a51 (patch) | |
tree | 98741adbe1a0349d9300cef3d8e2568578adeb9a /mail/p5-MIME-Lite | |
parent | 49b58597fb890baa887a366215f797521c0c8d73 (diff) | |
download | pkgsrc-6420a38130c22309f679872c4031d1e4d6d76a51.tar.gz |
Update to 3.029
Remove the unneeded patch
Upstream changes:
Version 3.029
Allow the MIME-Version header to be replaced (thanks, Florian!)
Version 3.028
Various documentation fixes
Diffstat (limited to 'mail/p5-MIME-Lite')
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/distinfo | 9 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/patches/patch-aa | 20 |
3 files changed, 7 insertions, 32 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index 37997c782b6..b29a43bbab1 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2011/08/14 13:25:25 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/08/18 01:21:25 wen Exp $ -DISTNAME= MIME-Lite-3.027 +DISTNAME= MIME-Lite-3.029 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5mil CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} @@ -14,15 +13,12 @@ LICENSE= ${PERL5_LICENSE} 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 +DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 # MIME::QuotedPrint is part of p5-MIME-Base64 package DEPENDS+= p5-MIME-Types>=1.28:../../mail/p5-MIME-Types PKG_DESTDIR_SUPPORT= user-destdir -# Get rid of nasty interactive bits -MAKE_PARAMS+= </dev/null - PERL5_PACKLIST= auto/MIME/Lite/.packlist .include "../../lang/perl5/module.mk" diff --git a/mail/p5-MIME-Lite/distinfo b/mail/p5-MIME-Lite/distinfo index fc868a00be2..5f741809c26 100644 --- a/mail/p5-MIME-Lite/distinfo +++ b/mail/p5-MIME-Lite/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/10/24 17:05:00 sno Exp $ +$NetBSD: distinfo,v 1.9 2012/08/18 01:21:25 wen Exp $ -SHA1 (MIME-Lite-3.027.tar.gz) = 61ec42f1f8e7d66cd8ed26c234745d621b056a63 -RMD160 (MIME-Lite-3.027.tar.gz) = b16f4df71ee2eb766df77b9cbe4fe58c3e9e98e5 -Size (MIME-Lite-3.027.tar.gz) = 63549 bytes -SHA1 (patch-aa) = c733192a48943817e962d3d07f59c0ba6aa52006 +SHA1 (MIME-Lite-3.029.tar.gz) = f5133a04dcb4c32f39860d32ccbca3fe38e8e092 +RMD160 (MIME-Lite-3.029.tar.gz) = dcd1df78097e3d2812ce08643871c6ece45361e0 +Size (MIME-Lite-3.029.tar.gz) = 64651 bytes diff --git a/mail/p5-MIME-Lite/patches/patch-aa b/mail/p5-MIME-Lite/patches/patch-aa deleted file mode 100644 index 3c23ab3e903..00000000000 --- a/mail/p5-MIME-Lite/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$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( |