diff options
author | wen <wen@pkgsrc.org> | 2013-09-08 10:52:29 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-09-08 10:52:29 +0000 |
commit | 8a8b52755ef08f98701d2d7ce7eba5554091b4a1 (patch) | |
tree | 8a9a9fe925eaaac1e1c117fb4ce04587c9b632e1 /mail | |
parent | 5ac99affdc917e6606897b86159788671e78c11c (diff) | |
download | pkgsrc-8a8b52755ef08f98701d2d7ce7eba5554091b4a1.tar.gz |
Update to 1.924
Update DEPENDS
Upstream changes:
1.924 2013-08-10 23:23:55 America/New_York
update use of Email::MIME::ContentType to match new, fixed hash keys:
type/subtype
1.923 2013-08-08 21:59:02 America/New_York
do not consider the part-ending CRLF part of the body
avoid undefined warnings in debug_structure [rt.cpan.org #82388]
(Thanks, Kurt Anderson)
better error message when the given body is a ref but not a scalar
ref [rt.cpan.org #59205]
1.922 2013-07-10 08:45:02 America/New_York
repackage, fixing version number
1.921 2013-07-01 22:51:01 America/New_York
repackage, remove PEP links, update bugtracker
1.920 2013-06-17
do not call parts_set during walk_parts unless the parts have
actually changed
When trying to decode a body, fall back to 7bit if the encoding is
unknown. Trying to create a new body in an unknown encoding is still
forbidden. This should make it easier to handle broken messages
from "the internet." ("Content-Transfer-Encoding: n"!?)
1.912_01 2013-04-08
try to encode headers based on the header structure, if it has one,
rather than treating the header as a big string in all cases; thanks
for this work go to Jesse Luehrs
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-MIME/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Email-MIME/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index 001f3511381..b4599f55727 100644 --- a/mail/p5-Email-MIME/Makefile +++ b/mail/p5-Email-MIME/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2013/05/31 12:41:16 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2013/09/08 10:52:29 wen Exp $ -DISTNAME= Email-MIME-1.911 +DISTNAME= Email-MIME-1.924 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5emm CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} @@ -12,8 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/Email-MIME/ COMMENT= Perl module for easy MIME message parsing LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Email-MIME-ContentType>=1.011:../../mail/p5-Email-MIME-ContentType -DEPENDS+= p5-Email-MIME-Encodings>=1.313:../../mail/p5-Email-MIME-Encodings +DEPENDS+= p5-Email-MIME-ContentType>=1.016:../../mail/p5-Email-MIME-ContentType +DEPENDS+= p5-Email-MIME-Encodings>=1.314:../../mail/p5-Email-MIME-Encodings DEPENDS+= p5-Email-MessageID-[0-9]*:../../mail/p5-Email-MessageID # Email::Simple-2.100 contains both: Email::Simple and Email::Simple::Creator DEPENDS+= p5-Email-Simple>=2.102:../../mail/p5-Email-Simple diff --git a/mail/p5-Email-MIME/distinfo b/mail/p5-Email-MIME/distinfo index e6f8b856e42..52a6a217fcb 100644 --- a/mail/p5-Email-MIME/distinfo +++ b/mail/p5-Email-MIME/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/01/23 10:20:33 rhaen Exp $ +$NetBSD: distinfo,v 1.10 2013/09/08 10:52:29 wen Exp $ -SHA1 (Email-MIME-1.911.tar.gz) = 4dbb08bbf88bdbc86a52fa81aca2e159ca01f0e4 -RMD160 (Email-MIME-1.911.tar.gz) = ebe53fb4174e5c73002879eab73becb868372fdc -Size (Email-MIME-1.911.tar.gz) = 106142 bytes +SHA1 (Email-MIME-1.924.tar.gz) = b809a3755d9b75836c14206165671ab2d56a0ee0 +RMD160 (Email-MIME-1.924.tar.gz) = dc47ddde9822836214203b8962343b63e15793ec +Size (Email-MIME-1.924.tar.gz) = 111251 bytes |