diff --git a/databases/hs-postgresql-libpq/Makefile b/databases/hs-postgresql-libpq/Makefile
index fbeaf7e9a42..d3a848f63ac 100644
--- a/databases/hs-postgresql-libpq/Makefile
+++ b/databases/hs-postgresql-libpq/Makefile
@@ -1,13 +1,14 @@
-# $OpenBSD: Makefile,v 1.2 2013/01/20 17:58:07 kili Exp $
+# $OpenBSD: Makefile,v 1.3 2013/02/03 16:16:24 dcoppa Exp $
 
 COMMENT =		low-level binding to libpq
 
-DISTNAME =		postgresql-libpq-0.8.2.1
-REVISION =		0
+DISTNAME =		postgresql-libpq-0.8.2.2
 CATEGORIES =		databases
 
 HOMEPAGE =		https://github.com/lpsmith/postgresql-libpq
 
+MAINTAINER =		David Schaefer <dawedawe@gmx.de>
+
 # BSD3
 PERMIT_PACKAGE_CDROM =	Yes
 PERMIT_PACKAGE_FTP =	Yes
diff --git a/databases/hs-postgresql-libpq/distinfo b/databases/hs-postgresql-libpq/distinfo
index 5dde3b38cdc..296b854b751 100644
--- a/databases/hs-postgresql-libpq/distinfo
+++ b/databases/hs-postgresql-libpq/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ghc/postgresql-libpq-0.8.2.1.tar.gz) = jez3OPTbuxlA61US2NSIFikJhy6aYPrYHI8m9kIhXjo=
-SIZE (ghc/postgresql-libpq-0.8.2.1.tar.gz) = 27341
+SHA256 (ghc/postgresql-libpq-0.8.2.2.tar.gz) = 6KByzQZFs6kCOblA8S4XXQMTFowQdYkoGReFoeJzutY=
+SIZE (ghc/postgresql-libpq-0.8.2.2.tar.gz) = 27563
diff --git a/databases/hs-postgresql-simple/Makefile b/databases/hs-postgresql-simple/Makefile
index 055659167f1..54a0f9f3e68 100644
--- a/databases/hs-postgresql-simple/Makefile
+++ b/databases/hs-postgresql-simple/Makefile
@@ -1,13 +1,15 @@
-# $OpenBSD: Makefile,v 1.2 2013/01/20 17:58:07 kili Exp $
+# $OpenBSD: Makefile,v 1.3 2013/02/03 16:16:24 dcoppa Exp $
 
 COMMENT =		mid-level PostgreSQL client library
 
 DISTNAME =		postgresql-simple-0.2.4.1
-REVISION =		0
+REVISION =		1
 CATEGORIES =		databases
 
 HOMEPAGE =		https://github.com/lpsmith/postgresql-simple
 
+MAINTAINER =		David Schaefer <dawedawe@gmx.de>
+
 # BSD3
 PERMIT_PACKAGE_CDROM =	Yes
 PERMIT_PACKAGE_FTP =	Yes