aboutsummaryrefslogtreecommitdiffstats
path: root/mail/grepmail/Makefile
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-03-26 01:38:29 +0800
committergarga <garga@FreeBSD.org>2006-03-26 01:38:29 +0800
commit47d459143cac1be6d60a0869bb8902a11c1aa6ed (patch)
treec241903dc39b183f2bd9c33119b1ca0d5b0e3914 /mail/grepmail/Makefile
parent879087840297b138f47246cd207b916511bd3957 (diff)
downloadfreebsd-ports-gnome-47d459143cac1be6d60a0869bb8902a11c1aa6ed.tar.gz
freebsd-ports-gnome-47d459143cac1be6d60a0869bb8902a11c1aa6ed.tar.zst
freebsd-ports-gnome-47d459143cac1be6d60a0869bb8902a11c1aa6ed.zip
- Update to 5.3032
- Add devel/p5-Date-Manip as a dependency - Pass maintainership to submitter PR: ports/94912 Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r--mail/grepmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index 30f3785fe2dd..7a7eda36e322 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= grepmail
-PORTVERSION= 5.30
+PORTVERSION= 5.3032
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= babak@farrokhi.net
COMMENT= Search mailboxes for a given regexp and display matching emails
BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
+ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS= ${BUILD_DEPENDS}