pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/grepmail Add dependency on p5-Mail-Mbox-MessagePa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ad979b5ecdb
branches:  trunk
changeset: 474926:1ad979b5ecdb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 07 14:03:31 2004 +0000

description:
Add dependency on p5-Mail-Mbox-MessageParser to make this work
again. Closes PR 25121 by Douglas Brebner.

diffstat:

 mail/grepmail/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 4baacc1b2764 -r 1ad979b5ecdb mail/grepmail/Makefile
--- a/mail/grepmail/Makefile    Fri May 07 13:54:32 2004 +0000
+++ b/mail/grepmail/Makefile    Fri May 07 14:03:31 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/05/02 04:19:41 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/07 14:03:31 wiz Exp $
 #
 
 DISTNAME=      grepmail-5.22
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=grepmail/}
 
@@ -14,6 +15,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
 
 USE_BUILDLINK3=        YES
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/grepmail/.packlist



Home | Main Index | Thread Index | Old Index