diff options
author | snj <snj@pkgsrc.org> | 2004-06-23 15:34:07 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-06-23 15:34:07 +0000 |
commit | 9c920b0e2b34c264d45b447d1bbb7c9cbb62c51b (patch) | |
tree | fe3dc98063015b8e35e83d809aefc3a911c3b93c /mail/p5-Mail-Mbox-MessageParser | |
parent | a145b1bef6ed441ea78913595cae38726bdd4604 (diff) | |
download | pkgsrc-9c920b0e2b34c264d45b447d1bbb7c9cbb62c51b.tar.gz |
Update to p5-Mail-Mbox-MessageParser-1.20.
Changes since 1.14:
- More robust use of GNU grep to find emails on DOS systems
- Fixed an uninitialized value warning in Cache.pm
- Made everything work with DOS-style line endings. Added endline() function
to return the detected line ending
- Now keeps reading the first paragraph until a maximum number of bytes have
been read.
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 7b5c349c124..8f85eaaea5c 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 13:53:09 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/23 15:34:07 snj Exp $ -DISTNAME= Mail-Mbox-MessageParser-1.14 +DISTNAME= Mail-Mbox-MessageParser-1.20 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Mbox-MessageParser/distinfo b/mail/p5-Mail-Mbox-MessageParser/distinfo index 59787083d32..fb337a7005d 100644 --- a/mail/p5-Mail-Mbox-MessageParser/distinfo +++ b/mail/p5-Mail-Mbox-MessageParser/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/05/07 13:53:09 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/06/23 15:34:07 snj Exp $ -SHA1 (Mail-Mbox-MessageParser-1.14.tar.gz) = 28fcb823530408f277c8a3484a71602606392ad4 -Size (Mail-Mbox-MessageParser-1.14.tar.gz) = 178962 bytes +SHA1 (Mail-Mbox-MessageParser-1.20.tar.gz) = 0126c9c2f6297c7a636fb713d555bc7cc7c10992 +Size (Mail-Mbox-MessageParser-1.20.tar.gz) = 220737 bytes |