pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Updated databases/p5-DBD-postgresql 0.48 -> 0.49



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ecca7715875
branches:  trunk
changeset: 529738:2ecca7715875
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Jun 09 23:45:18 2007 +0000

description:
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:

 databases/p5-DBD-postgresql/Makefile |  5 ++---
 databases/p5-DBD-postgresql/distinfo |  8 ++++----
 doc/CHANGES-2007                     |  3 ++-
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 7c93401add4b -r 2ecca7715875 databases/p5-DBD-postgresql/Makefile
--- a/databases/p5-DBD-postgresql/Makefile      Sat Jun 09 23:43:15 2007 +0000
+++ b/databases/p5-DBD-postgresql/Makefile      Sat Jun 09 23:45:18 2007 +0000
@@ -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 -r 7c93401add4b -r 2ecca7715875 databases/p5-DBD-postgresql/distinfo
--- a/databases/p5-DBD-postgresql/distinfo      Sat Jun 09 23:43:15 2007 +0000
+++ b/databases/p5-DBD-postgresql/distinfo      Sat Jun 09 23:45:18 2007 +0000
@@ -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 -r 7c93401add4b -r 2ecca7715875 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sat Jun 09 23:43:15 2007 +0000
+++ b/doc/CHANGES-2007  Sat Jun 09 23:45:18 2007 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index