pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-Mail-Mbox-MessageParser
Module Name: pkgsrc
Committed By: sno
Date: Sun Sep 13 11:51:57 UTC 2009
Modified Files:
pkgsrc/mail/p5-Mail-Mbox-MessageParser: Makefile distinfo
Removed Files:
pkgsrc/mail/p5-Mail-Mbox-MessageParser/patches: patch-aa patch-ab
patch-ac
Log Message:
Updating mail/p5-Mail-Mbox-MessageParser from 1.5000nb2 to 1.5002
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
- prevent bundled Module::Install from automatic installing extra deps
- removed upstream applied patches
Upstream changes:
Version 1.5002: Sun Aug 9 2009
- Disabled the grep interface, which has had some tricky bugs that I don't
have time to figure out.
- Fixed infinite loop that occurred for emails of less than 200 characters.
(Thanks to Julian Ladisch <bitcard.org-prt%ladisch.de@localhost> for
the bug report.)
- Updated Makefile.PL to be compatible with versions of Module::Install >
0.88.
- Instead of returning an error for an empty mailbox, a valid mailbox is
returned that will immediately fail the end_of_mailbox check. This
should
simplify people's code. (Thanks to Daniel Maher
<dma%witbe.net@localhost> for a bug
report that suggested this change in semantics.)
- More updates for the missing "m" modifier issue exposed by Perl 5.10.
(Thanks to Tom Callawa <tcallawa%redhat.com@localhost> for the bug
report, and Andreas
K"onig <andreas.koenig%anima.de@localhost> for the patch.)
- Added some debugging information for the "cache data not validated" error.
Hopefully this will help catch the bug in the act.
Version 1.5001: Sun Jul 20 2008
- Added the missing "m" modifier to a number of regular expressions. A change
in Perl 5.10 exposed this issue. (Thanks to Anicka Bernathova
<anicka%suse.cz@localhost> for the patch.)
- Fixed an off-by-one error that would sometimes cause warnings about
undefined values.
- Added a hack to Makefile.PL to force Module::AutoInstall to be included for
Module::Install::CheckOptional.
- Fixed a problem in the PREOP rewriting that would cause it to fail on
Windows.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/p5-Mail-Mbox-MessageParser/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/p5-Mail-Mbox-MessageParser/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/mail/p5-Mail-Mbox-MessageParser/patches/patch-aa \
pkgsrc/mail/p5-Mail-Mbox-MessageParser/patches/patch-ab \
pkgsrc/mail/p5-Mail-Mbox-MessageParser/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index