diff options
author | abs <abs@pkgsrc.org> | 2007-06-09 23:45:18 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-09 23:45:18 +0000 |
commit | 1355906b874f1e75337022020571449a3d0991c0 (patch) | |
tree | ec0fc336dfbdda51ff33489af10fe8afa8096a58 | |
parent | 77750b7ff7f265645ee19b905ed5d5aa600f3c77 (diff) | |
download | pkgsrc-1355906b874f1e75337022020571449a3d0991c0.tar.gz |
Updated databases/p5-DBD-postgresql 0.48 -> 0.49
1.49
- Thanks to Backcountry.com for sponsoring work on this release. [GSM]
- Add the statement handle attribute ParamTypes, and fix an error
in ParamValues. ParamTypes requires DBI 1.49 or better. [GSM]
- Strip the final newline from error messages, so that die can add
in the line number. (CPAN bug #18900) [GSM]
- Make workaround for PQresultErrorField not returning proper
result when an error is set and we are connecting via TCP/IP.
This allows correct $dbh->state() values. [GSM]
- Fix incorrect quoting preventing compiling. (CPAN bug #18640)
- Add support for quoting and binding of geometric types: POINT,
LINE, LSEG, BOX, PATH, POLYGON, and CIRCLE. Also added the
TID type. [GSM]
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 | ||||
-rw-r--r-- | doc/CHANGES-2007 | 3 |
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index a115ebe0995..dc7e82ee34a 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.40 2007/03/21 19:44:10 jwise Exp $ +# $NetBSD: Makefile,v 1.41 2007/06/09 23:45:18 abs Exp $ # -VER= 1.48 +VER= 1.49 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} SVR4_PKGNAME= p5dpo -PKGREVISION= 3 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index a3efb1423cb..c6d7b250201 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2006/04/23 14:22:19 hiramatsu Exp $ +$NetBSD: distinfo,v 1.18 2007/06/09 23:45:18 abs Exp $ -SHA1 (DBD-Pg-1.48.tar.gz) = 8fc1633dd20c04bf5040a0ce768b3ffe1b00d484 -RMD160 (DBD-Pg-1.48.tar.gz) = 972420e0d8f744f5c72522ce6ea6521c81d41b21 -Size (DBD-Pg-1.48.tar.gz) = 144737 bytes +SHA1 (DBD-Pg-1.49.tar.gz) = 37c1c37a02afa00d48f8dd739d5d8502a7c40045 +RMD160 (DBD-Pg-1.49.tar.gz) = 171c1df5f56a11cb9aa3d3eab85e220671f73010 +Size (DBD-Pg-1.49.tar.gz) = 147310 bytes diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 591f913bc43..f353af6e2ff 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1302 2007/06/09 23:43:59 abs Exp $ +$NetBSD: CHANGES-2007,v 1.1303 2007/06/09 23:45:55 abs Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2501,6 +2501,7 @@ Changes to the packages collection and infrastructure in 2007: Updated devel/p5-AppConfig to 1.65 [abs 2007-06-10] Updated devel/p5-File-HomeDir to 0.65 [abs 2007-06-10] Updated archivers/p5-Archive-Tar to 1.32 [abs 2007-06-10] + Updated databases/p5-DBD-postgresql to 0.49 [abs 2007-06-10] Updated databases/p5-DBI to 1.56 [abs 2007-06-10] Updated devel/p5-Algorithm-Diff to 1.1902 [abs 2007-06-10] Updated devel/p5-Carp-Clan to 5.9 [abs 2007-06-10] |