aboutsummaryrefslogtreecommitdiff
path: root/mail/grepmail
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-06 11:56:24 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-06 11:56:24 +0000
commit74e3abdd2d2fbb959d9cb400014b6d9b2c573f28 (patch)
treee71e44c89be12c8b59f816d72c4aa79716305332 /mail/grepmail
parentb3f3791092a5d16c4308c0a2d17ac54e7b788b97 (diff)
downloadports-74e3abdd2d2fbb959d9cb400014b6d9b2c573f28.tar.gz
ports-74e3abdd2d2fbb959d9cb400014b6d9b2c573f28.zip
Based on PR: ports/58675 Submitted by: Cheng-Lung Sung Approved by: maintainer-timeout (> 6 month)
Notes
Notes: svn path=/head/; revision=108543
Diffstat (limited to 'mail/grepmail')
-rw-r--r--mail/grepmail/Makefile12
-rw-r--r--mail/grepmail/distinfo4
-rw-r--r--mail/grepmail/files/patch-aa11
3 files changed, 6 insertions, 21 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index d41f496e8cbf..db94e7548267 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 9c331cd2b1b9..5cb6cd55d55c 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 c428c2243056..000000000000
--- 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})
- {