diff options
author | obache <obache@pkgsrc.org> | 2006-11-03 11:21:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-03 11:21:48 +0000 |
commit | 68bd8d71762d015cbe9993d695d03e6ecdc1429e (patch) | |
tree | 6bc615ac81a01f461524188d100ecc6417d2eb73 /mail/p5-Mail-ListDetector/Makefile | |
parent | 12af8be2fdf75cef76166c82aa50f55ae15e8089 (diff) | |
download | pkgsrc-68bd8d71762d015cbe9993d695d03e6ecdc1429e.tar.gz |
Update p5-Mail-ListDetector to 0.34.
Patch provided by Martin Wilke via PR 34365.
NOTE: p5-Test-Simple-[0-9]* already in perl base package, so delete dependency.
Changes:
0.32 30 Oct 2005
- Add patch from Peter Oliver for some mailman lists
0.34 08 Apr 2006
- Add patch for bare debug issue reported by Chip Salzenberg <chip@synthian.ath.cx>
Diffstat (limited to 'mail/p5-Mail-ListDetector/Makefile')
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 9fe34aba845..3ba7cfa14ba 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:01 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/11/03 11:21:48 obache Exp $ -DISTNAME= Mail-ListDetector-0.31 +DISTNAME= Mail-ListDetector-0.34 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mli -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -15,7 +14,6 @@ DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools DEPENDS+= p5-Email-Abstract-[0-9]*:../../mail/p5-Email-Abstract DEPENDS+= p5-Email-Valid>=0.12:../../mail/p5-Email-Valid DEPENDS+= p5-URI>=1.10:../../www/p5-URI -DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Mail/ListDetector/.packlist |