diff options
author | vs <vs@FreeBSD.org> | 2004-05-06 11:56:24 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-06 11:56:24 +0000 |
commit | 5686c5ffab1776d859017e580ce125f02756bd0b (patch) | |
tree | 0fe8332ef175a8cdceb4c0a3c7d34be0f3b0f6f5 /mail/grepmail | |
parent | 2ec9e9f39f37f437d007d9203f3baaa5759c3f2a (diff) | |
download | FreeBSD-ports-5686c5ffab1776d859017e580ce125f02756bd0b.zip FreeBSD-ports-5686c5ffab1776d859017e580ce125f02756bd0b.tar.gz |
Update to 5.23. Cf. http://grepmail.sourceforge.net/CHANGES for changes.
Based on PR: ports/58675
Submitted by: Cheng-Lung Sung
Approved by: maintainer-timeout (> 6 month)
Diffstat (limited to 'mail/grepmail')
-rw-r--r-- | mail/grepmail/Makefile | 12 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 4 | ||||
-rw-r--r-- | mail/grepmail/files/patch-aa | 11 |
3 files changed, 6 insertions, 21 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index d41f496..db94e75 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grepmail -PORTVERSION= 4.80 +PORTVERSION= 5.23 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,16 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} 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 --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 9c331cd..5cb6cd5 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1,2 +1,2 @@ -MD5 (grepmail-4.80.tar.gz) = 846558ef1fcca841f0b4fd455cf3ac11 -SIZE (grepmail-4.80.tar.gz) = 714739 +MD5 (grepmail-5.23.tar.gz) = fd6f2970e0ec0c349c163313bcf10797 +SIZE (grepmail-5.23.tar.gz) = 443806 diff --git a/mail/grepmail/files/patch-aa b/mail/grepmail/files/patch-aa deleted file mode 100644 index c428c22..0000000 --- a/mail/grepmail/files/patch-aa +++ /dev/null @@ -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}) - { |