summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-SearchBuilder/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2003-06-06 12:00:06 +0000
committermjl <mjl>2003-06-06 12:00:06 +0000
commit092d4fa04cf4b82a929cee46773d3f84be6c81eb (patch)
tree2a7192fcc490bbc1fa85d84c4889734308518630 /databases/p5-DBIx-SearchBuilder/Makefile
parentc8c9073cba8f12d40a9ffb9cbaf3efbfa9fdc3df (diff)
downloadpkgsrc-092d4fa04cf4b82a929cee46773d3f84be6c81eb.tar.gz
Update p5-DBIx-SearchBuilder to 0.84
- Provide support for blowing away nested transactions that aren't yet committed - Fixed how values of returned hashes are downcased. - Should be a minor perf improvement - Moved Stan's destryo fix to the right file - Better oracle support for unique ids on indexes - DESTROY fix - make function naming for autoloaded functions a bit more flexible - Query builder changes to improve some join performance - Fixes to a tight loop for cache expiry - Patches for Oracle BLOB support from Brook Schofield - Rebuilt Postgres query generator - Select Distinct altered to support oracle
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder/Makefile')
-rw-r--r--databases/p5-DBIx-SearchBuilder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile
index 46741d6ea29..ac526f00853 100644
--- a/databases/p5-DBIx-SearchBuilder/Makefile
+++ b/databases/p5-DBIx-SearchBuilder/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/06/02 01:21:04 jschauma Exp $
+# $NetBSD: Makefile,v 1.13 2003/06/06 12:00:06 mjl Exp $
#
-DISTNAME= DBIx-SearchBuilder-0.80
+DISTNAME= DBIx-SearchBuilder-0.84
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dxs
CATEGORIES= databases perl5