Maintainer says he doesn't have time at the moment, but this version
specifically fixes segfaults under OpenBSD.
https://rt.cpan.org/Public/Bug/Display.html?id=79035
l8rZ,
--
andrew - http://afresh1.com
Hey, I think I see a barn up ahead.
-- The American Astronaut
--- Begin Message ---
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-DBD-Pg/Makefile,v
retrieving revision 1.66
diff -N -u -p Makefile
--- Makefile 23 Aug 2012 14:54:31 -0000 1.66
+++ Makefile 5 Sep 2012 05:53:58 -0000
@@ -5,8 +5,7 @@ SHARED_ONLY= Yes
COMMENT= access to PostgreSQL databases through the DBI
MODULES= cpan
-DISTNAME= DBD-Pg-2.19.2
-REVISION= 0
+DISTNAME= DBD-Pg-2.19.3
CATEGORIES= databases
LIB_DEPENDS= databases/postgresql
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-DBD-Pg/distinfo,v
retrieving revision 1.22
diff -N -u -p distinfo
--- distinfo 4 Aug 2012 19:10:15 -0000 1.22
+++ distinfo 5 Sep 2012 05:53:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (DBD-Pg-2.19.2.tar.gz) = SaYQQqSTzDdwemtTxdKCEn0xuGf1O73uXZQ5Cu6Clmk=
-SIZE (DBD-Pg-2.19.2.tar.gz) = 235868
+SHA256 (DBD-Pg-2.19.3.tar.gz) = NzUNE0t/qI+zuUMtkpkeCnP0Bb9bOk7lNDBDkoC4Jio=
+SIZE (DBD-Pg-2.19.3.tar.gz) = 237399
--- End Message ---