summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Box/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2009-01-04 20:11:45 +0000
committeradrianp <adrianp@pkgsrc.org>2009-01-04 20:11:45 +0000
commitf5496e85a21574ce59dfd882be37f4597e4b9bc5 (patch)
treed5cf7dd085add3ff15f22c8b567e0a0457660751 /mail/p5-Mail-Box/Makefile
parentefb3c73f6ad7f908a798e4815da79577375316a5 (diff)
downloadpkgsrc-f5496e85a21574ce59dfd882be37f4597e4b9bc5.tar.gz
Update to 2.086
version 2.086: Thu Dec 11 11:55:32 CET 2008 Changes: - require Encode 2.26 (there are so many distributions which older versions of Encode which contain serious flaws) Improvements: - sort optional module names in Makefile.PL version 2.085: Thu Dec 11 11:25:52 CET 2008 Fixes: - message disappeared when ::Manager::moveMessages() had to move messages to the folder it already was in. rt.cpan.org#40198 [Florian] - leave encodings in unknown charsets untouched, in stead of croacking in studied header fields (M::M::Field::Full). rt.cpan.org#40353 [Florian] - thread detection with missing messages croaks in multiple ways:. rt.cpan.org#40347 [Florian] - if character-set is unknown, then still returned un-decoded body for decoding(). [IIM1468] - encoding into binary transfer-encoding failed. [IIM1473] Improvements: - updated README, as suggested by [Anton Berezin] - understand unicode-1-1-utf-[78] charset - documention improvements on study() [Florian]
Diffstat (limited to 'mail/p5-Mail-Box/Makefile')
-rw-r--r--mail/p5-Mail-Box/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile
index 377a4b4166a..518fbb98292 100644
--- a/mail/p5-Mail-Box/Makefile
+++ b/mail/p5-Mail-Box/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2008/11/15 13:53:27 adrianp Exp $
+# $NetBSD: Makefile,v 1.11 2009/01/04 20:11:45 adrianp Exp $
-DISTNAME= Mail-Box-2.084
+DISTNAME= Mail-Box-2.086
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -9,6 +9,7 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://perl.overmeer.net/mailbox/
COMMENT= Set of packages which implement methods to handle e-mail
+DEPENDS+= p5-Encode>=2.26:../../textproc/p5-Encode
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-Scalar-List-Utils>=1.13:../../devel/p5-Scalar-List-Utils