diff options
author | dougb <dougb@FreeBSD.org> | 2003-04-07 08:10:11 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-04-07 08:10:11 +0800 |
commit | 25693f97d99b59768b68749d282466c7331a49c9 (patch) | |
tree | 9d65985ee6443e068c6f68f192c959a4b25b2502 /mail | |
parent | 1244fd9356d801d019d78922d38ac97680d15935 (diff) | |
download | freebsd-ports-gnome-25693f97d99b59768b68749d282466c7331a49c9.tar.gz freebsd-ports-gnome-25693f97d99b59768b68749d282466c7331a49c9.tar.zst freebsd-ports-gnome-25693f97d99b59768b68749d282466c7331a49c9.zip |
The SA developers incorporated something very similar to this patch, so
it's no longer necessary.
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'}) { |