diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-11 01:02:45 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-11 01:02:45 +0000 |
commit | 41198c27766cb160c178f43bc928782e05df7309 (patch) | |
tree | 612679ba964ed0394eac9a45af10972df0b0ede4 /mail/grepmail/Makefile | |
parent | cef5db9233792f210c6560c00d5f5cda822702f2 (diff) | |
download | pkgsrc-41198c27766cb160c178f43bc928782e05df7309.tar.gz |
Version 5.3033: Thu Mar 1 2007
- Improved the documentation for -Y. (Thanks to Justin Gombos
for the suggestion.)
- Dropped tzip support in Mail::Mbox::MessageParser
- Added -L flag to follow symbolic links. (Thanks to Peter Teuben
for prompting the idea.)
- Fixed grepmail so that it works with Mail::Mbox::MessageParser 1.5000
(Thanks to Paul for the bug report, and Alexey Tourbin for the fix.)
- Fixed testspeed.pl to properly call report() instead of get_report() on new
versions of Benchmark::Timer
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r-- | mail/grepmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 8bbab7f0503..e5531e86ed7 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2006/10/15 10:43:36 obache Exp $ +# $NetBSD: Makefile,v 1.19 2007/11/11 01:02:45 adrianp Exp $ -DISTNAME= grepmail-5.3032 +DISTNAME= grepmail-5.3033 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} |