summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-04-11 21:37:46 +0000
committersno <sno>2009-04-11 21:37:46 +0000
commit2f145de22b7411df7b16a24868210140be7e29c8 (patch)
tree43dd1fd5bbd1bf0666f3a9e293d2feea7c5487ea /databases/p5-DBD-postgresql/Makefile
parenta95fac55d4d87b0045a7402581c58baa9b3e71fe (diff)
downloadpkgsrc-2f145de22b7411df7b16a24868210140be7e29c8.tar.gz
PkgSrc changes:
- updating module to 1.12.0 Upstream changes: 2.12.0 Released March 28, 2009 - Change large object interface from lo_* to pg_lo_* and make them accessible via direct $dbh calls (e.g. $dbh->pg_lo_import instead of $dbh->func(..,'pg_lo_import'). The use of $dbh->func(... 'lo_*') is deprecated. [GSM] (CPAN bug #44467) - Throw an exception for large_object functions called when AutoCommit is on, but allow pg_lo_import and pg_lo_export to work. Reported by Kynn Jones. [GSM] (CPAN bug #44461) - Fix a memory leak when parsing returned arrays. Reported by B~A!lint Szilakszi. [GSM] (CPAN bug #44225) - Do proper dequoting of boolean arrays [Armando Santos, GSM] (CPAN bug #43768) - Use pg_get_expr in column_info when available [Adam Sj~A,gren] - Fix minor bugs in POD docs. [Frank Wiegand] (CPAN bug #44242) - Fix minor bug in POD docs. [Tim Mattison]
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r--databases/p5-DBD-postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile
index 1e26074a787..57488273527 100644
--- a/databases/p5-DBD-postgresql/Makefile
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2009/01/18 23:09:00 he Exp $
+# $NetBSD: Makefile,v 1.50 2009/04/11 21:37:46 sno Exp $
#
-VER= 2.11.8
+VER= 2.12.0
DISTNAME= DBD-Pg-${VER}
PKGNAME= p5-DBD-postgresql-${VER}
SVR4_PKGNAME= p5dpo