diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-19 13:19:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-19 13:19:16 +0000 |
commit | 39defa836a9964644da71d682d1f0bcd16baadc5 (patch) | |
tree | 322e8939c58db0f14c1a490a55c97df1a25af320 /databases/p5-DBD-postgresql/Makefile | |
parent | ca155cc9ee3f87cd17b1f95bdf6685aaa716187b (diff) | |
download | pkgsrc-39defa836a9964644da71d682d1f0bcd16baadc5.tar.gz |
Update to 3.5.1:
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]
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/} |