diff options
author | snj <snj@pkgsrc.org> | 2004-06-07 02:58:27 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-06-07 02:58:27 +0000 |
commit | 806d7d18ad44b6f09a54d14ae1aee0f4da1d0c1a (patch) | |
tree | 4d2436113248a5ce48ff12f7cc9537ec0c744a28 /mail/grepmail/Makefile | |
parent | dc5f8fca04a4c878ea7ccaca3510d2a799afc1a9 (diff) | |
download | pkgsrc-806d7d18ad44b6f09a54d14ae1aee0f4da1d0c1a.tar.gz |
Update to 5.23. Changes:
* Fixed a bug in speed tests which would cause the grep implementation to
fail.
* Fixed incorrect output for emails without message bodies.
* Fixed filename output for -n, -m and other situations when input comes
from standard input.
* Added -w flag to match word boundaries.
* A warning is now issued and caching is disabled if -C is not specified
and $HOME is not set (as might be the case when running grepmail in a
cron job).
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r-- | mail/grepmail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 8d9d27c7c4e..2af8c09d8a3 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/05/07 14:03:31 wiz Exp $ -# +# $NetBSD: Makefile,v 1.13 2004/06/07 02:58:27 snj Exp $ -DISTNAME= grepmail-5.22 -PKGREVISION= 1 +DISTNAME= grepmail-5.23 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} |