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 | 4d892a5ecf5a5a9537666af0211221878867ac6e (patch) | |
tree | ec0fc336dfbdda51ff33489af10fe8afa8096a58 /databases/p5-DBD-postgresql | |
parent | 2c8dd0a297bf9198e36e44770888120c938eaf1e (diff) | |
download | pkgsrc-4d892a5ecf5a5a9537666af0211221878867ac6e.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]
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 6 insertions, 7 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 |