Wed May 4 09:46:37 2011 UTC ()
Changes 2.18.0:
* Fix memory leak when binding arrays
* Fix memory leak with ParamValues
* New cancel() method per DBI spec
* Fix memory leak in handle_old_async (missing PQclear)
* Fix memory leak in pg_db_cancel (missing PQclear)
* Mark pg_getcopydata strings as UTF8 as needed
* Function dequote_bytea returning void should not try to return something
* Fix the number of tests to skip in t/01connect.t when the $DBI_DSN
  environment variable lacks a database specification
* Fix algorithm for skipping tests in t/06bytea.t when running on a version
  of PostgreSQL lower than 9.0
* Small tweaks to get tests working when compiled against Postgres 7.4
* Fix failing test when run as non-superuser


(adam)
diff -r1.58 -r1.59 pkgsrc/databases/p5-DBD-postgresql/Makefile
diff -r1.28 -r1.29 pkgsrc/databases/p5-DBD-postgresql/distinfo

cvs diff -r1.58 -r1.59 pkgsrc/databases/p5-DBD-postgresql/Makefile (expand / switch to context diff)
--- pkgsrc/databases/p5-DBD-postgresql/Makefile 2010/08/21 16:32:57 1.58
+++ pkgsrc/databases/p5-DBD-postgresql/Makefile 2011/05/04 09:46:37 1.59
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.58 2010/08/21 16:32:57 seb Exp $
+# $NetBSD: Makefile,v 1.59 2011/05/04 09:46:37 adam Exp $
 
-VER=		2.17.1
+VER=		2.18.0
 DISTNAME=	DBD-Pg-${VER}
 PKGNAME=	p5-DBD-postgresql-${VER}
-PKGREVISION=	1
 SVR4_PKGNAME=	p5dpo
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -25,6 +24,7 @@
 POSTGRES_LIB=		${PGSQL_PREFIX}/lib
 MAKE_ENV+=		POSTGRES_INCLUDE=${POSTGRES_INCLUDE:Q}
 MAKE_ENV+=		POSTGRES_LIB=${POSTGRES_LIB:Q}
+REPLACE_PERL+=		testme.tmp.pl
 
 .include "../../databases/p5-DBI/buildlink3.mk"
 .include "../../lang/perl5/module.mk"

cvs diff -r1.28 -r1.29 pkgsrc/databases/p5-DBD-postgresql/distinfo (expand / switch to context diff)
--- pkgsrc/databases/p5-DBD-postgresql/distinfo 2010/05/20 13:30:49 1.28
+++ pkgsrc/databases/p5-DBD-postgresql/distinfo 2011/05/04 09:46:37 1.29
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2010/05/20 13:30:49 adam Exp $
+$NetBSD: distinfo,v 1.29 2011/05/04 09:46:37 adam Exp $
 
-SHA1 (DBD-Pg-2.17.1.tar.gz) = 9346e6937a1dcc27d7da6f8aeb3f897bd8b39332
+SHA1 (DBD-Pg-2.18.0.tar.gz) = af86fc2a8fac98cef69284688df5c9dd07cf9cb0
-RMD160 (DBD-Pg-2.17.1.tar.gz) = 33150577792c59e214971dbb7e751798de60498e
+RMD160 (DBD-Pg-2.18.0.tar.gz) = 620493a60949a291aafd41da20a8544af22c2133
-Size (DBD-Pg-2.17.1.tar.gz) = 231523 bytes
+Size (DBD-Pg-2.18.0.tar.gz) = 235017 bytes