diff options
author | snj <snj@pkgsrc.org> | 2004-06-23 15:43:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-06-23 15:43:42 +0000 |
commit | 77757ff05dd886c61a155c12901284e7fffedb8f (patch) | |
tree | 3f2ca179e756d579e3a5691430d9d9b8eb43f6f9 /mail/grepmail/Makefile | |
parent | 408c558bebd1ce2512a462ffc2c48fe2b65d5e83 (diff) | |
download | pkgsrc-77757ff05dd886c61a155c12901284e7fffedb8f.tar.gz |
Update grepmail to 5.30. Now requires p5-Mail-Mbox-MessageParser>=1.20.
New in version 5.30:
- Updated t/recursive.t to work better when there are version control
directories in t/mailboxes/directory.
- Updated t/invalid_mailbox.t to be more robust.
- Fixed a bug in t/invalid_mailbox.t for Solaris.
- -F now works again
- Changed incorrect "-h" to "--help" in two error messages.
- Now correctly handles DOS-style line endings in mailboxes.
- Changed single dates so that they are treated as inferred spans, instead of
a single day. For example "2004" now means "between Jan 1 2004 and Jan 1
2005" instead of "between Jan 1 2004 and Jan 2 2004".
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r-- | mail/grepmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 2af8c09d8a3..02856181ca3 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2004/06/07 02:58:27 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/06/23 15:43:42 snj Exp $ -DISTNAME= grepmail-5.23 +DISTNAME= grepmail-5.30 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} @@ -13,7 +13,7 @@ DEPENDS+= p5-Inline-[0-9]*:../../devel/p5-Inline DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate -DEPENDS+= p5-Mail-Mbox-MessageParser-[0-9]*:../../mail/p5-Mail-Mbox-MessageParser +DEPENDS+= p5-Mail-Mbox-MessageParser>=1.20:../../mail/p5-Mail-Mbox-MessageParser USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/grepmail/.packlist |