summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/zope-mysql/files/patch-sum4
-rw-r--r--databases/zope-mysql/patches/patch-aa6
2 files changed, 4 insertions, 6 deletions
diff --git a/databases/zope-mysql/files/patch-sum b/databases/zope-mysql/files/patch-sum
index 4e83f876862..fbaf9fdba0f 100644
--- a/databases/zope-mysql/files/patch-sum
+++ b/databases/zope-mysql/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.2 2000/03/11 20:00:15 tsarna Exp $
+$NetBSD: patch-sum,v 1.3 2000/03/16 12:14:06 wiz Exp $
-MD5 (patch-aa) = 1c808318295371a8203fa0e2c9c06005
+MD5 (patch-aa) = 06140d7cf190c4f4fab0a51a5c8a25ca
diff --git a/databases/zope-mysql/patches/patch-aa b/databases/zope-mysql/patches/patch-aa
index 731aa3ca532..a568ffa4dee 100644
--- a/databases/zope-mysql/patches/patch-aa
+++ b/databases/zope-mysql/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2000/03/11 19:59:57 tsarna Exp $
+$NetBSD: patch-aa,v 1.5 2000/03/16 12:14:07 wiz Exp $
Patch from MySQLdb distribution to let the ZMySQL DA work with it
instead of with MySQLmodule, with patch paths modified for pkg use.
@@ -59,9 +59,7 @@ diff -ur python/Products/ZMySQLDA/DA.py python/Products/ZMySQLDA/DA.py
diff -ur python/Products/ZMySQLDA/db.py python/Products/ZMySQLDA/db.py
--- python/Products/ZMySQLDA/db.py Mon Jan 25 10:42:45 1999
+++ python/Products/ZMySQLDA/db.py Mon Oct 11 21:29:07 1999
-@@ -103,7 +103,8 @@
- """Db connection implementation"""
- __version__='$Revision: 1.4 $'[11:-2]
+@@ -105,5 +105,6 @@
-import MySQL, regex, sys
+import _mysql, regex, sys