diff -ruN /usr/ports/mail/grepmail/Makefile ./grepmail/Makefile --- /usr/ports/mail/grepmail/Makefile Fri Oct 24 23:14:35 2003 +++ ./grepmail/Makefile Wed Oct 29 15:16:06 2003 @@ -6,7 +6,7 @@ # PORTNAME= grepmail -PORTVERSION= 4.80 +PORTVERSION= 5.22 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,16 +14,12 @@ MAINTAINER= jedgar@FreeBSD.org COMMENT= Search mailboxes for a given regexp and display matching emails -BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate -RUN_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -USE_REINPLACE= yes MAN1= grepmail.1 - -post-patch: - @${REINPLACE_CMD} -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL - @${REINPLACE_CMD} -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail .include <bsd.port.mk> diff -ruN /usr/ports/mail/grepmail/distinfo ./grepmail/distinfo --- /usr/ports/mail/grepmail/distinfo Sat Feb 8 09:18:17 2003 +++ ./grepmail/distinfo Wed Oct 29 14:06:40 2003 @@ -1 +1 @@ -MD5 (grepmail-4.80.tar.gz) = 846558ef1fcca841f0b4fd455cf3ac11 +MD5 (grepmail-5.22.tar.gz) = f274c30e21091c6589146ad4a825614e diff -ruN /usr/ports/mail/grepmail/files/patch-aa ./grepmail/files/patch-aa --- /usr/ports/mail/grepmail/files/patch-aa Sat Feb 8 09:18:17 2003 +++ ./grepmail/files/patch-aa Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- grepmail.orig Thu Oct 10 12:11:23 2002 -+++ grepmail Fri Feb 7 20:16:41 2003 -@@ -366,7 +366,7 @@ - if ($opts{'E'}) - { - # Have to do -Y before -h because the former implies the latter -- for my $option qw(e M S Y) -+ for my $option (qw(e M S Y)) - { - if ($opts{$option}) - {