diff options
author | Lars Thegler <lth@FreeBSD.org> | 2013-08-31 11:50:49 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2013-08-31 11:50:49 +0000 |
commit | 5201d878f67025eaa21485eb30a95886eebaa8b6 (patch) | |
tree | 6286498972bca46b927a4146bf6fb06721352a63 /mail/p5-Email-MIME/Makefile | |
parent | 01bd27fca32deebe7d05bfa3747e9c0a187be80d (diff) | |
download | ports-5201d878f67025eaa21485eb30a95886eebaa8b6.tar.gz ports-5201d878f67025eaa21485eb30a95886eebaa8b6.zip |
- 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]
Notes
Notes:
svn path=/head/; revision=325799
Diffstat (limited to 'mail/p5-Email-MIME/Makefile')
-rw-r--r-- | mail/p5-Email-MIME/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile index 55640cf43147..36c9dc5cbf7a 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} |