diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-06 11:56:24 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-06 11:56:24 +0000 |
commit | 74e3abdd2d2fbb959d9cb400014b6d9b2c573f28 (patch) | |
tree | e71e44c89be12c8b59f816d72c4aa79716305332 /mail/grepmail/files/patch-aa | |
parent | Update to 4.2.6 [1] (diff) |
Update to 5.23. Cf. http://grepmail.sourceforge.net/CHANGES for changes.
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/files/patch-aa')
-rw-r--r-- | mail/grepmail/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
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}) - { |