diff options
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES-2009 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6728ebdadee..5ce22759e00 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.294 2009/03/14 19:42:28 manu Exp $ +# $NetBSD: Makefile,v 1.295 2009/03/23 00:52:33 joerg Exp $ # COMMENT= Databases @@ -157,6 +157,7 @@ SUBDIR+= pear-MDB2 SUBDIR+= pear-MDB2_Driver_mysql SUBDIR+= pear-MDB2_Driver_pgsql SUBDIR+= pear-MDB2_Driver_sqlite +SUBDIR+= pgadmin3 SUBDIR+= pgpool SUBDIR+= pgtcl SUBDIR+= pgtclng diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 1f9fb7e13e6..5cd3c535eb9 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1187 2009/03/23 00:41:07 joerg Exp $ +$NetBSD: CHANGES-2009,v 1.1188 2009/03/23 00:52:33 joerg Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1586,3 +1586,4 @@ Changes to the packages collection and infrastructure in 2009: Updated textproc/mdocml to 1.6.9 [joerg 2009-03-22] Updated x11/wxGTK28 to 2.8.10 [joerg 2009-03-23] Updated x11/wxGTK28-contrib to 2.8.10 [joerg 2009-03-23] + Added databases/pgadmin3 version 1.8.4 [joerg 2009-03-23] |