From 5b3f73a0cdc2aca6c93c4447b524f39e98689120 Mon Sep 17 00:00:00 2001 From: lth Date: Sat, 31 Aug 2013 11:50:49 +0000 Subject: - Update to 1.924 Changelog: 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] --- mail/p5-Email-MIME/Makefile | 4 ++-- mail/p5-Email-MIME/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index 55640cf4314..36c9dc5cbf7 100644 --- a/mail/p5-Email-MIME/Makefile +++ b/mail/p5-Email-MIME/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Email-MIME -PORTVERSION= 1.922 +PORTVERSION= 1.924 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ COMMENT= Easy MIME message parsing BUILD_DEPENDS= p5-Email-Simple>=2.102:${PORTSDIR}/mail/p5-Email-Simple \ p5-Email-MessageID>=0:${PORTSDIR}/mail/p5-Email-MessageID \ p5-Email-MIME-Encodings>=1.313:${PORTSDIR}/mail/p5-Email-MIME-Encodings \ - p5-Email-MIME-ContentType>=1.01.1:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ + p5-Email-MIME-ContentType>=1.01.6:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/mail/p5-Email-MIME/distinfo b/mail/p5-Email-MIME/distinfo index 4f30c2cdc07..d4753b700a7 100644 --- a/mail/p5-Email-MIME/distinfo +++ b/mail/p5-Email-MIME/distinfo @@ -1,2 +1,2 @@ -SHA256 (Email-MIME-1.922.tar.gz) = 9198f9f40314d82d940a65654fe649f71f0ed88d2ca838e100fe1d8d3f7a6d51 -SIZE (Email-MIME-1.922.tar.gz) = 109512 +SHA256 (Email-MIME-1.924.tar.gz) = 89886efc47b0159476cc403a8ee9e30f634a90a3508e54aaa98738cfe7afaa63 +SIZE (Email-MIME-1.924.tar.gz) = 111251 -- cgit