diff options
author | abs <abs@pkgsrc.org> | 2003-05-22 11:41:02 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-05-22 11:41:02 +0000 |
commit | 9a5fcb0714a08145627b18ec3d3d4975add702ed (patch) | |
tree | bdf31a67a4791615a657487a27e61fb99a6bdad8 /mail/spamassassin/patches/patch-ag | |
parent | 0ea634792b3bd236860e1b486b84585591413f24 (diff) | |
download | pkgsrc-9a5fcb0714a08145627b18ec3d3d4975add702ed.tar.gz |
Update spamassassin to 2.55
Many small changes since 2.53, but difficult to pick out anything significant.
Diffstat (limited to 'mail/spamassassin/patches/patch-ag')
-rw-r--r-- | mail/spamassassin/patches/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/spamassassin/patches/patch-ag b/mail/spamassassin/patches/patch-ag new file mode 100644 index 00000000000..009b95e6a5d --- /dev/null +++ b/mail/spamassassin/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.5 2003/05/22 11:41:03 abs Exp $ + +--- tools/check_whitelist.orig 2002-12-19 19:05:01.000000000 +0000 ++++ tools/check_whitelist +@@ -5,7 +5,8 @@ use Fcntl; + + # must match line at top of lib/Mail/SpamAssassin/DBBasedAddrList.pm. + # now off until 3.0 +-# BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); } ++# Pkgsrc: enable following line because BayesStore.pm already broke the rule ++BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); } + + use AnyDBM_File ; + use vars qw( %h $k $v ) ; |