mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- 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]
This commit is contained in:
parent
01bd27fca3
commit
5201d878f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325799
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user