Subject: CVS commit: pkgsrc/mail/p5-Email-Simple
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 04/21/2007 14:30:23
Module Name: pkgsrc
Committed By: heinz
Date: Sat Apr 21 14:30:23 UTC 2007
Modified Files:
pkgsrc/mail/p5-Email-Simple: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/p5-Email-Simple/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/p5-Email-Simple/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.