summaryrefslogtreecommitdiff
path: root/databases/libdbi-driver-sqlite3/Makefile_drivers
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-08-21 19:16:57 +0000
committerfhajny <fhajny>2016-08-21 19:16:57 +0000
commit5293e4b9372adb0cccdc5482a29f6b717b47ef39 (patch)
tree00d040fd44dcc504629edc7d6feb030232220fb7 /databases/libdbi-driver-sqlite3/Makefile_drivers
parent20956e1ede269630eead26d2cc4bce1062c29c22 (diff)
downloadpkgsrc-5293e4b9372adb0cccdc5482a29f6b717b47ef39.tar.gz
Update databases/libdbi-drivers-* to 0.9.0.
- some of the drivers now export client library functions to the programmer via the dbi_driver_specific_function() interface - if necessary, the drivers now support libdbi instances - a segfault in the oracle driver caused by INSERT statements was fixed - the pgsql driver now supports features specific to PostgreSQL 9 and later - drivers now support transactions and savepoints if the underlying database engines do - additional libdbi hint about position in a result set allows tremendous speedup of sequential reads from MySQL result sets - various memory leaks were plugged - database specific test scripts allow tests without affecting existing database clusters - completely rewritten test kit increases coverage and improves error reporting
Diffstat (limited to 'databases/libdbi-driver-sqlite3/Makefile_drivers')
-rw-r--r--databases/libdbi-driver-sqlite3/Makefile_drivers4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libdbi-driver-sqlite3/Makefile_drivers b/databases/libdbi-driver-sqlite3/Makefile_drivers
index 76948ad79e4..e6e83f0d919 100644
--- a/databases/libdbi-driver-sqlite3/Makefile_drivers
+++ b/databases/libdbi-driver-sqlite3/Makefile_drivers
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile_drivers,v 1.3 2012/10/02 21:25:20 asau Exp $
+# $NetBSD: Makefile_drivers,v 1.4 2016/08/21 19:16:58 fhajny Exp $
#
-DISTNAME= libdbi-drivers-0.8.3-1
+DISTNAME= libdbi-drivers-0.9.0
PKGNAME= ${DISTNAME:S/libdbi-drivers/libdbi-driver-${DRIVER}/:S/-1/.1/:S/-2/.2/}
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdbi-drivers/}