diff options
author | jedgar <jedgar@FreeBSD.org> | 2003-02-08 01:18:17 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2003-02-08 01:18:17 +0000 |
commit | 16b241c82a72aad5c4bd4f5f1d35b5df2b49a83c (patch) | |
tree | bd0391bb5f5f70906a5e00003c8c0e56c0b9b81d /mail/grepmail/files | |
parent | e89ee1e041c0ed0dfbd71ba68479ddb863ecdd8b (diff) | |
download | FreeBSD-ports-16b241c82a72aad5c4bd4f5f1d35b5df2b49a83c.zip FreeBSD-ports-16b241c82a72aad5c4bd4f5f1d35b5df2b49a83c.tar.gz |
Update port to 4.80.
PR: 45728
Submitted by: Maxim Tulyuk <mt@primats.org.ua>
Diffstat (limited to 'mail/grepmail/files')
-rw-r--r-- | mail/grepmail/files/patch-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/grepmail/files/patch-aa b/mail/grepmail/files/patch-aa index 6203cbc..c428c22 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}) + { |