pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/grepmail Update grepmail to 5.30. Now requires p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87bdc1e8b96b
branches:  trunk
changeset: 476943:87bdc1e8b96b
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Jun 23 15:43:42 2004 +0000

description:
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:

 mail/grepmail/Makefile |  6 +++---
 mail/grepmail/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r cfebe3a5fd62 -r 87bdc1e8b96b mail/grepmail/Makefile
--- a/mail/grepmail/Makefile    Wed Jun 23 15:34:46 2004 +0000
+++ b/mail/grepmail/Makefile    Wed Jun 23 15:43:42 2004 +0000
@@ -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-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
diff -r cfebe3a5fd62 -r 87bdc1e8b96b mail/grepmail/distinfo
--- a/mail/grepmail/distinfo    Wed Jun 23 15:34:46 2004 +0000
+++ b/mail/grepmail/distinfo    Wed Jun 23 15:43:42 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/06/07 02:58:27 snj Exp $
+$NetBSD: distinfo,v 1.8 2004/06/23 15:43:42 snj Exp $
 
-SHA1 (grepmail-5.23.tar.gz) = fada5ed07aed9c8e8e1f44c7097d65985a0504dd
-Size (grepmail-5.23.tar.gz) = 443806 bytes
+SHA1 (grepmail-5.30.tar.gz) = e06f9ca52d15dbb7cbb162ccc3a7c54764db0769
+Size (grepmail-5.30.tar.gz) = 496037 bytes



Home | Main Index | Thread Index | Old Index