aboutsummaryrefslogtreecommitdiff
path: root/mail/py-spambayes/files
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-23 07:03:15 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-23 07:03:15 +0000
commit789806859ca85e870eccce49be090443640c99ff (patch)
tree8bde528761ddfb8ce2e4afdf92866a203a6e4d1c /mail/py-spambayes/files
parent3b4eeab90756fb2472197cea7b568c6644628f95 (diff)
downloadports-789806859ca85e870eccce49be090443640c99ff.tar.gz
ports-789806859ca85e870eccce49be090443640c99ff.zip
Notes
Diffstat (limited to 'mail/py-spambayes/files')
-rw-r--r--mail/py-spambayes/files/extra-patch-python2611
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/py-spambayes/files/extra-patch-python26 b/mail/py-spambayes/files/extra-patch-python26
new file mode 100644
index 000000000000..a2ab6a17175d
--- /dev/null
+++ b/mail/py-spambayes/files/extra-patch-python26
@@ -0,0 +1,11 @@
+--- spambayes/Dibbler.py~ 2009-07-10 21:43:59.000000000 +0200
++++ spambayes/Dibbler.py 2009-07-10 21:44:37.655326444 +0200
+@@ -218,7 +218,7 @@
+ # self.initiate_send() raises an exception, causing self.close()
+ # to be called. If we didn't check, we could end up in an infinite
+ # loop.
+- while (self.producer_fifo or self.ac_out_buffer) and not self._closed:
++ while (self.producer_fifo) and not self._closed:
+ self.initiate_send()
+
+ def close(self):