diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-01 10:42:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-01 10:42:02 +0000 |
commit | e962c3a494c5bcdd3d2288647cf49ada2d190f33 (patch) | |
tree | 53a174b81bda590f26eafb76319c331a11c9b2bd /databases | |
parent | 306b7a4b9f856bff120bb2d17c83da0ea4504d3f (diff) | |
download | pkgsrc-e962c3a494c5bcdd3d2288647cf49ada2d190f33.tar.gz |
Update to 3.4.2:
Version 3.4.2 Released September 25, 2015 (git commit 61440e1f4ccb6c293c5838676da1942e0df67271)
- Fix bug where single-quoted type arguments to the table_info()
method were causing a SQL error.
[Greg Sabino Mullane] (CPAN bug #99144)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 802fbee4c8f..99ca7de752a 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2014/09/06 13:35:43 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2014/10/01 10:42:02 wiz Exp $ -DISTNAME= DBD-Pg-3.4.1 +DISTNAME= DBD-Pg-3.4.2 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index 57e359309d1..26b66c0d62c 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2014/09/06 13:35:43 wiz Exp $ +$NetBSD: distinfo,v 1.36 2014/10/01 10:42:02 wiz Exp $ -SHA1 (DBD-Pg-3.4.1.tar.gz) = 1b52e6a74e0c8ee51a1fb0fed6a5f79b54df372f -RMD160 (DBD-Pg-3.4.1.tar.gz) = 3e1f8de5a189e5c75e945db6c7cfe0303c2e84ca -Size (DBD-Pg-3.4.1.tar.gz) = 253147 bytes +SHA1 (DBD-Pg-3.4.2.tar.gz) = aa8b141ec0318153d65689f9072dfd2a3f76f57b +RMD160 (DBD-Pg-3.4.2.tar.gz) = d8aeb20a5f2d30789c882240389432f38ad39109 +Size (DBD-Pg-3.4.2.tar.gz) = 253346 bytes |