summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authoradam <adam>2011-05-04 09:46:37 +0000
committeradam <adam>2011-05-04 09:46:37 +0000
commit56b4cdb204e52a3e22cbaf6a767cd571196d5a86 (patch)
treec335503b6befb755c352e9f4bc4b80b9eb79b305 /databases/p5-DBD-postgresql
parentc8e35e4ef0033afb603c68bc7660ede7846846a2 (diff)
downloadpkgsrc-56b4cdb204e52a3e22cbaf6a767cd571196d5a86.tar.gz
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
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r--databases/p5-DBD-postgresql/Makefile6
-rw-r--r--databases/p5-DBD-postgresql/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile
index d9ca10e3521..a05d52c25c4 100644
--- a/databases/p5-DBD-postgresql/Makefile
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -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_INCLUDE= ${PGSQL_PREFIX}/include/postgresql
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"
diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo
index 5f4a6431b8e..6c460da1215 100644
--- a/databases/p5-DBD-postgresql/distinfo
+++ b/databases/p5-DBD-postgresql/distinfo
@@ -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
-RMD160 (DBD-Pg-2.17.1.tar.gz) = 33150577792c59e214971dbb7e751798de60498e
-Size (DBD-Pg-2.17.1.tar.gz) = 231523 bytes
+SHA1 (DBD-Pg-2.18.0.tar.gz) = af86fc2a8fac98cef69284688df5c9dd07cf9cb0
+RMD160 (DBD-Pg-2.18.0.tar.gz) = 620493a60949a291aafd41da20a8544af22c2133
+Size (DBD-Pg-2.18.0.tar.gz) = 235017 bytes