diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-04-07 00:10:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-04-07 00:10:11 +0000 |
commit | cbbb0854747ca9ea47538cd2674b14101fabaa21 (patch) | |
tree | 9a1fc6f20777f926632f54f6c697a44c2746a200 /mail | |
parent | 9249e74dd6eb7a669d1a31ba3fbd616d550b3801 (diff) | |
download | ports-cbbb0854747ca9ea47538cd2674b14101fabaa21.tar.gz ports-cbbb0854747ca9ea47538cd2674b14101fabaa21.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/files/patch-lib_Mail_SpamAssassin_CmdLearn.pm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/p5-Mail-SpamAssassin/files/patch-lib_Mail_SpamAssassin_CmdLearn.pm b/mail/p5-Mail-SpamAssassin/files/patch-lib_Mail_SpamAssassin_CmdLearn.pm deleted file mode 100644 index f783829b419a..000000000000 --- a/mail/p5-Mail-SpamAssassin/files/patch-lib_Mail_SpamAssassin_CmdLearn.pm +++ /dev/null @@ -1,27 +0,0 @@ ---- lib/Mail/SpamAssassin/CmdLearn.pm.orig Tue Feb 18 17:29:45 2003 -+++ lib/Mail/SpamAssassin/CmdLearn.pm Thu Feb 27 18:53:49 2003 -@@ -24,7 +24,7 @@ - %opt = (); - - Getopt::Long::Configure(qw(bundling no_getopt_compat -- no_auto_abbrev no_ignore_case)); -+ permute no_auto_abbrev no_ignore_case)); - - GetOptions( - 'spam' => sub { $isspam = 1; }, -@@ -56,12 +56,12 @@ - 'file' => sub { $opt{'format'} = 'file'; }, - 'mbox' => sub { $opt{'format'} = 'mbox'; }, - -- 'single' => sub { -- $opt{'format'} = 'file'; push (@ARGV, '-'); -- }, -+ 'single' => sub { $opt{'format'} = 'file'; }, - - '<>' => \&target, - ) or usage(0, "Unknown option!"); -+ -+ if ($opt{'format'} eq 'file') { push (@ARGV, '-'); } - - if (defined $opt{'help'}) { usage(0, "For more information read the manual page"); } - if (defined $opt{'version'}) { |