diff options
author | obache <obache@pkgsrc.org> | 2006-10-15 10:43:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-15 10:43:36 +0000 |
commit | 256eb9e4f0943f84b7db188e22b7d39283114bd9 (patch) | |
tree | 8157d281ecb77c02525abecc71d8b7d8196107ad /mail | |
parent | 76fee6646dcb0b0d540c10e75e91f9839db6334e (diff) | |
download | pkgsrc-256eb9e4f0943f84b7db188e22b7d39283114bd9.tar.gz |
Update grepmail to 5.3032.
Based on patch provided by Martin Wilke via PR 34438.
- Changelog
- Fixed backwards diff in test cases
- Updated Mail::Mbox::MessageParser dependency to latest version, and updated
test cases as well. (Thanks to Christoph Thiel <ct@kki.org> for the heads
up.)
Version 5.3031: Mon Jun 6 2005
- Fixed a bug that would cause the date_manip test to fail in some time zones.
(Thanks to Kurt Roeckx <kurt@roeckx.be> for the Debian bug report, and Joey
Hess <joeyh@debian.org> for notifying me.)
- Added a missing "use" statement in Test::Utils.
- Improved date matching for mailboxes containing invalid dates. (Thanks to
Steve Revilak <srevilak@users.sourceforge.net> for the patch.)
Version 5.3030: Tue Dec 21 2004
- Improved test failure reporting
- Fixed version numbers, which were incompatible with some modules. (Thanks to
Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> for the bug
report)
- Cleaned up code a bit
Version 5.30.2:
- Switched to Test::More for better test reporting
Version 5.30.1: Thu Sep 16 2004
- Fixed Date::Manip parsing of single-point times such as "today". (Bug found
by Marten van Wezel <puntloos@users.sourceforge.net>)
- Changed Makefile.PL to use Module::Install
- Changed version numbering
- Dropped Benchmark::Timer from the distribution, since the updated version
has been released
Diffstat (limited to 'mail')
-rw-r--r-- | mail/grepmail/Makefile | 10 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index aac973a8fcd..8bbab7f0503 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:21 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/10/15 10:43:36 obache Exp $ -DISTNAME= grepmail-5.30 -PKGREVISION= 1 +DISTNAME= grepmail-5.3032 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} @@ -10,13 +9,12 @@ HOMEPAGE= http://grepmail.sourceforge.net/ COMMENT= mbox formatted file search utility DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip -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>=1.20:../../mail/p5-Mail-Mbox-MessageParser +DEPENDS+= p5-Mail-Mbox-MessageParser>=1.4001:../../mail/p5-Mail-Mbox-MessageParser PERL5_PACKLIST= auto/grepmail/.packlist +MAKE_PARAMS+= < /dev/null .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 4553362c1d0..4f4c5fd0a15 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/02/24 09:59:22 agc Exp $ +$NetBSD: distinfo,v 1.10 2006/10/15 10:43:36 obache Exp $ -SHA1 (grepmail-5.30.tar.gz) = e06f9ca52d15dbb7cbb162ccc3a7c54764db0769 -RMD160 (grepmail-5.30.tar.gz) = 3d92b4a98324de819be555bea4c42e11585ace71 -Size (grepmail-5.30.tar.gz) = 496037 bytes +SHA1 (grepmail-5.3032.tar.gz) = 94b98bce7f361e03d640d5c5ae550a32c3572a2f +RMD160 (grepmail-5.3032.tar.gz) = a6e17930b7e37e25f1f0ed052b389cb261b45178 +Size (grepmail-5.3032.tar.gz) = 527481 bytes |