summaryrefslogtreecommitdiff
path: root/databases/adodb/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-06-11 14:21:31 +0000
committeradrianp <adrianp>2006-06-11 14:21:31 +0000
commitd17165abbb4620d06efb74260063e54e76c78100 (patch)
tree37072deb68a9559d58b86f7ae9c861b3066e5721 /databases/adodb/Makefile
parentfca2b385a00156534a4eb77907a39017162548a2 (diff)
downloadpkgsrc-d17165abbb4620d06efb74260063e54e76c78100.tar.gz
Update to 4.81
Fixed variable ref errors in adodb-ado5.inc.php in _query(). Mysqli setcharset fix using method_exists(). The adodb-perf.inc.php CreateLogTable() code now works for user-defined table names. Error in ibase_blob_open() fixed. See http://phplens.com/lens/lensforum/msgs.php?id=14997 Active Record ============ Now we only update fields that have changed, using $this->_original. We do not include auto_increment fields in replace(). Thx Travis Cline Added ADODB_ACTIVE_CACHESECS.
Diffstat (limited to 'databases/adodb/Makefile')
-rw-r--r--databases/adodb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index ba5aecef88d..74fb09530dc 100644
--- a/databases/adodb/Makefile
+++ b/databases/adodb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/03/13 12:18:23 adrianp Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/11 14:21:31 adrianp Exp $
#
-DISTNAME= adodb480
-PKGNAME= adodb-4.80
+DISTNAME= adodb481
+PKGNAME= adodb-4.81
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=adodb/}
EXTRACT_SUFX= .tgz