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 unified 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,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.58 2010/08/21 16:32:57 seb Exp $ 1# $NetBSD: Makefile,v 1.59 2011/05/04 09:46:37 adam Exp $
2 2
3VER= 2.17.1 3VER= 2.18.0
4DISTNAME= DBD-Pg-${VER} 4DISTNAME= DBD-Pg-${VER}
5PKGNAME= p5-DBD-postgresql-${VER} 5PKGNAME= p5-DBD-postgresql-${VER}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5dpo 6SVR4_PKGNAME= p5dpo
8CATEGORIES= databases perl5 7CATEGORIES= databases perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/DBD-Pg/ 11HOMEPAGE= http://search.cpan.org/dist/DBD-Pg/
13COMMENT= Perl DBI/DBD driver for PostgreSQL databases 12COMMENT= Perl DBI/DBD driver for PostgreSQL databases
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version 17DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version
19 18
20PKG_INSTALLATION_TYPES= overwrite pkgviews 19PKG_INSTALLATION_TYPES= overwrite pkgviews
21 20
22PERL5_PACKLIST= auto/DBD/Pg/.packlist 21PERL5_PACKLIST= auto/DBD/Pg/.packlist
23 22
24POSTGRES_INCLUDE= ${PGSQL_PREFIX}/include/postgresql 23POSTGRES_INCLUDE= ${PGSQL_PREFIX}/include/postgresql
25POSTGRES_LIB= ${PGSQL_PREFIX}/lib 24POSTGRES_LIB= ${PGSQL_PREFIX}/lib
26MAKE_ENV+= POSTGRES_INCLUDE=${POSTGRES_INCLUDE:Q} 25MAKE_ENV+= POSTGRES_INCLUDE=${POSTGRES_INCLUDE:Q}
27MAKE_ENV+= POSTGRES_LIB=${POSTGRES_LIB:Q} 26MAKE_ENV+= POSTGRES_LIB=${POSTGRES_LIB:Q}
 27REPLACE_PERL+= testme.tmp.pl
28 28
29.include "../../databases/p5-DBI/buildlink3.mk" 29.include "../../databases/p5-DBI/buildlink3.mk"
30.include "../../lang/perl5/module.mk" 30.include "../../lang/perl5/module.mk"
31.include "../../mk/pgsql.buildlink3.mk" 31.include "../../mk/pgsql.buildlink3.mk"
32.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

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