summaryrefslogtreecommitdiff
path: root/www/py-curl/patches
diff options
context:
space:
mode:
authoradam <adam>2005-05-17 13:30:09 +0000
committeradam <adam>2005-05-17 13:30:09 +0000
commitc45878a85341ed1b719190ce80c49cb5cdc72d78 (patch)
tree91cfac0acb83ec6f10418c356d578be09f82ebf8 /www/py-curl/patches
parentc297d6907ec5f4432bd71cff6a832e59b6eb88c9 (diff)
downloadpkgsrc-c45878a85341ed1b719190ce80c49cb5cdc72d78.tar.gz
Changes 7.13.2:
* Unbreak tests/test_gtk.py and require pygtk >= 2.0. * Cleaned up several of the examples. * WARNING: multi.select() now requires the previously optional timeout parameter. Updated the tests and examples to reflect this change. If the timeout is not set, select could block infinitely and cause problems for the internal timeout handling in the multi stack.
Diffstat (limited to 'www/py-curl/patches')
-rw-r--r--www/py-curl/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-curl/patches/patch-aa b/www/py-curl/patches/patch-aa
index 70937c4ac94..b53731e06bf 100644
--- a/www/py-curl/patches/patch-aa
+++ b/www/py-curl/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2004/02/15 18:44:01 recht Exp $
+$NetBSD: patch-aa,v 1.5 2005/05/17 13:30:09 adam Exp $
---- setup.py.orig 2004-02-14 14:05:45.000000000 +0100
-+++ setup.py 2004-02-15 19:36:23.000000000 +0100
-@@ -140,9 +140,9 @@
+--- setup.py.orig 2005-04-06 12:48:22.000000000 +0000
++++ setup.py
+@@ -136,9 +136,9 @@ def get_data_files():
# a list of tuples with (path to install to, a list of local files)
data_files = []
if sys.platform == "win32":