aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/grepmail/Makefile2
-rw-r--r--mail/grepmail/distinfo2
-rw-r--r--mail/grepmail/files/patch-aa22
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index c5137450fad6..66a2f927ac7f 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= grepmail
-PORTVERSION= 4.72
+PORTVERSION= 4.80
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo
index bb9cbb4ea216..7e5810f9cb02 100644
--- a/mail/grepmail/distinfo
+++ b/mail/grepmail/distinfo
@@ -1 +1 @@
-MD5 (grepmail-4.72.tar.gz) = 6946f93d62d2e78c87dc81e45b25d57c
+MD5 (grepmail-4.80.tar.gz) = 846558ef1fcca841f0b4fd455cf3ac11
diff --git a/mail/grepmail/files/patch-aa b/mail/grepmail/files/patch-aa
index 6203cbc866dc..c428c2243056 100644
--- a/mail/grepmail/files/patch-aa
+++ b/mail/grepmail/files/patch-aa
@@ -1,11 +1,11 @@
---- grepmail.orig Mon Sep 2 15:41:00 2002
-+++ grepmail Tue Oct 8 16:28:44 2002
-@@ -1,6 +1,6 @@
--#!/usr/bin/perl -w
-+#!_PERL_ -w
-
--eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
-+eval 'exec _PERL -w -S $0 ${1+"$@"}'
- if 0; # not running under some shell
-
- # grepmail
+--- 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})
+ {