summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-10-01 10:42:02 +0000
committerwiz <wiz>2014-10-01 10:42:02 +0000
commit98209ad25f3d5091647f14fec82a4d494ce8e996 (patch)
tree53a174b81bda590f26eafb76319c331a11c9b2bd /databases/p5-DBD-postgresql/Makefile
parentca92fd4166b4e4613a2f3ae90380451ba940287f (diff)
downloadpkgsrc-98209ad25f3d5091647f14fec82a4d494ce8e996.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/p5-DBD-postgresql/Makefile')
-rw-r--r--databases/p5-DBD-postgresql/Makefile4
1 files changed, 2 insertions, 2 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