aboutsummaryrefslogtreecommitdiff
path: root/mail/grepmail
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-01-03 19:50:43 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-01-03 19:50:43 +0000
commit8d8281f8f0bfed58fa0f0475c3ed781a62420c7c (patch)
treefd0d3b0c0ed2e0dd1a582711320a0e895b5bda25 /mail/grepmail
parent094cdd9f6c7821284d3160e6cc04d9d971ce3126 (diff)
downloadports-8d8281f8f0bfed58fa0f0475c3ed781a62420c7c.tar.gz
ports-8d8281f8f0bfed58fa0f0475c3ed781a62420c7c.zip
Notes
Diffstat (limited to 'mail/grepmail')
-rw-r--r--mail/grepmail/Makefile6
-rw-r--r--mail/grepmail/distinfo2
-rw-r--r--mail/grepmail/files/patch-ab11
3 files changed, 2 insertions, 17 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index 7a3153469730..dfcb69f24812 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= grepmail
-PORTVERSION= 4.60
+PORTVERSION= 4.70
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,10 +20,6 @@ PERL_CONFIGURE= yes
MAN1= grepmail.1
-post-extract:
- # we don't want to build the FastReader module
- @${RM} -f ${WRKSRC}/FastReader/Makefile.PL
-
post-patch:
@${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL
@${PERL} -pi -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail
diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo
index b2cd83b6b68b..a56479a0cf44 100644
--- a/mail/grepmail/distinfo
+++ b/mail/grepmail/distinfo
@@ -1 +1 @@
-MD5 (grepmail-4.60.tar.gz) = 5f420466dd392d9e28e6d93903c54064
+MD5 (grepmail-4.70.tar.gz) = 5ebb0809df1bf4eb8f6251d23e286965
diff --git a/mail/grepmail/files/patch-ab b/mail/grepmail/files/patch-ab
deleted file mode 100644
index 38c15ea6b6af..000000000000
--- a/mail/grepmail/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig Mon Sep 10 10:10:40 2001
-+++ Makefile.PL Fri Dec 7 10:12:22 2001
-@@ -54,7 +54,7 @@
- can speed things up by 10-20%
- EOF
- print "=> [y] ";
-- my $response = <STDIN>;
-+ my $response = "n";
-
- if ($response =~ /^n/i)
- {