diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-21 14:30:23 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-21 14:30:23 +0000 |
commit | a686bda5ead4606836082e6f985bbd9098a2cda1 (patch) | |
tree | f576d3dc8841c26bc9fd1012af54463192060e5d /mail/p5-Email-Simple/distinfo | |
parent | b2d49fdea7b46a8c82a3d9875cd06f48b2dc5372 (diff) | |
download | pkgsrc-a686bda5ead4606836082e6f985bbd9098a2cda1.tar.gz |
Updated to version 1.999.
Pkgsrc changes:
- DESTDIR support
- Added CONFLICTS line to follow the comments in Makefile.PL (see 1.998 below)
Changes since version 1.995:
============================
1.999 2007-03-20
fix bug 25496: deletion of headers affected the wrong range,
sometimes deleting too many headers -- thanks, Nicholas Oxhoej!
fix bug 24922: errant space in last header of CRLF-delim email
thanks, Barry Downes and Alex Vandiver
1.998 2007-02-07
MAJOR REFACTORING OF GUTS
If you run Email::MIME, you MUST be running Email::MIME 1.857 or
better.
require Email::MIME 1.857 in Makefile.PL only if an older
version is already installed
boldly moving forward with refactored headers and
Email::Simple:::Header
greatly reduce memory footprint
add crlf method to allow other modules to avoid ->{mycrlf}
fix broken header-junk test
1.996 2006-11-27
- do not wrap Content-Type field; it can cause Outlook to go nuts
while this is a special case, it does not make E::S incorrect, as folding
long headers is allowed (for aesthetics) and not mandated
Diffstat (limited to 'mail/p5-Email-Simple/distinfo')
-rw-r--r-- | mail/p5-Email-Simple/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Email-Simple/distinfo b/mail/p5-Email-Simple/distinfo index 909f201a5ac..899500b3635 100644 --- a/mail/p5-Email-Simple/distinfo +++ b/mail/p5-Email-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/10/26 14:31:48 obache Exp $ +$NetBSD: distinfo,v 1.3 2007/04/21 14:30:23 heinz Exp $ -SHA1 (Email-Simple-1.995.tar.gz) = f3019c408e6db3c92bc4fdb18b79f8ff28be7f5c -RMD160 (Email-Simple-1.995.tar.gz) = 090de3c7d206b6149047c9fbff178b520e8d6bc3 -Size (Email-Simple-1.995.tar.gz) = 17684 bytes +SHA1 (Email-Simple-1.999.tar.gz) = 3c1294c69bd3918d9f6f7c589c8f96f56b108521 +RMD160 (Email-Simple-1.999.tar.gz) = 1fb55454f39bb4ff0716797aa03fdf316bedf190 +Size (Email-Simple-1.999.tar.gz) = 27466 bytes |