diff options
author | adrianp <adrianp> | 2008-10-19 18:36:19 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-10-19 18:36:19 +0000 |
commit | 43892a78fbdcde3426675966d31a05722b54f0e5 (patch) | |
tree | 4f93bd9e7f67bcb486c4889507bd55b34cb48acf | |
parent | 6ea1f9da7eccf8756a5f47ffa22e20445114763a (diff) | |
download | pkgsrc-43892a78fbdcde3426675966d31a05722b54f0e5.tar.gz |
Fix an error that could occurr on some installs.
Previously fixed in mysql and pgsql packages - spotted by wiz@
-rw-r--r-- | databases/pear-MDB2_Driver_pgsql/distinfo | 4 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_pgsql/patches/patch-ab | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/databases/pear-MDB2_Driver_pgsql/distinfo b/databases/pear-MDB2_Driver_pgsql/distinfo index d7ced35bcf1..6dc1d80b134 100644 --- a/databases/pear-MDB2_Driver_pgsql/distinfo +++ b/databases/pear-MDB2_Driver_pgsql/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2008/07/13 17:55:38 tonnerre Exp $ +$NetBSD: distinfo,v 1.3 2008/10/19 18:36:19 adrianp Exp $ SHA1 (pear/MDB2_Driver_pgsql-1.4.1.tgz) = 07a69e5ebd8a0d920ac372f3666b39f2601c2a82 RMD160 (pear/MDB2_Driver_pgsql-1.4.1.tgz) = 0a102683779d3b8ee38ce7716221fec14ab7c25c Size (pear/MDB2_Driver_pgsql-1.4.1.tgz) = 33839 bytes SHA1 (patch-aa) = 6099865afba02de82ad9d00508d67d6800684316 -SHA1 (patch-ab) = a9507bf0adc0d7ab50d0e825e0018d27fbf6ecc4 +SHA1 (patch-ab) = 38331e9b8a6615d765712d45e0ac67e641f19519 diff --git a/databases/pear-MDB2_Driver_pgsql/patches/patch-ab b/databases/pear-MDB2_Driver_pgsql/patches/patch-ab index 9c155b94221..f5417f1af88 100644 --- a/databases/pear-MDB2_Driver_pgsql/patches/patch-ab +++ b/databases/pear-MDB2_Driver_pgsql/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2008/07/13 17:55:38 tonnerre Exp $ +$NetBSD: patch-ab,v 1.2 2008/10/19 18:36:19 adrianp Exp $ ---- MDB2/Driver/pgsql.php.orig 2007-05-03 21:07:38.000000000 +0200 +--- MDB2/Driver/pgsql.php.orig 2007-05-03 19:07:38.000000000 +0000 +++ MDB2/Driver/pgsql.php @@ -1351,7 +1351,7 @@ class MDB2_Statement_pgsql extends MDB2_ } @@ -11,3 +11,10 @@ $NetBSD: patch-ab,v 1.1 2008/07/13 17:55:38 tonnerre Exp $ if (!is_resource($value) && preg_match('/^(\w+:\/\/)(.*)$/', $value, $match)) { if ($match[1] == 'file://') { $value = $match[2]; +@@ -1432,4 +1432,4 @@ class MDB2_Statement_pgsql extends MDB2_ + return $result; + } + } +-?> +\ No newline at end of file ++?> |