From 39defa836a9964644da71d682d1f0bcd16baadc5 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 19 Feb 2015 13:19:16 +0000 Subject: Update to 3.5.1: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 3.5.1 Released February 17, 2015 (git commit 6c3457ee20c19ae492d29c490af6800e7e6a0774) - Prevent core dump if the second argument to the quote() method is anything but a hashref [Greg Sabino Mullane] (CPAN bug #101980) - Better "support" for SQL_ASCII servers in the tests. Allow env var DBDPG_TEST_ALWAYS_ENV to force use of DBI_DSN and DBI_USER in tests. [Greg Sabino Mullane] - Fix client_encoding detection on pre-9.1 servers [Dagfinn Ilmari Mannsåker] - Fix operator existence check in tests on pre-8.3 servers [Dagfinn Ilmari Mannsåker] - Documentation fix [Stuart A Johnston] - Fix pg_switch_prepared database handle documentation [Dagfinn Ilmari Mannsåker] --- databases/p5-DBD-postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/p5-DBD-postgresql/Makefile') diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index b5b9f83a531..55b072e9714 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2015/01/07 23:21:16 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2015/02/19 13:19:16 wiz Exp $ -DISTNAME= DBD-Pg-3.5.0 +DISTNAME= DBD-Pg-3.5.1 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} -- cgit v1.2.3