summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 73aabc1142e..2bc8d68b164 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2005/11/23 06:38:38 minskim Exp $
+# $NetBSD: Makefile,v 1.192 2005/11/23 06:44:39 minskim Exp $
#
COMMENT= Databases
@@ -163,6 +163,7 @@ SUBDIR+= ruby-activerecord
SUBDIR+= ruby-gdbm
SUBDIR+= ruby-mysql
SUBDIR+= ruby-postgresql
+SUBDIR+= ruby-qdbm
SUBDIR+= ruby-vapor
SUBDIR+= sdbm
SUBDIR+= shared-mime-info
diff --git a/doc/CHANGES b/doc/CHANGES
index 95058988491..9e6e014a4b3 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12017 2005/11/23 06:38:38 minskim Exp $
+$NetBSD: CHANGES,v 1.12018 2005/11/23 06:44:38 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -5337,3 +5337,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated fonts/alee-ttf to 6.0 [minskim 2005-11-23]
Updated databases/qdbm to 1.8.34 [minskim 2005-11-23]
Added databases/p5-qdbm version 1.0.0.1.8.34 [minskim 2005-11-23]
+ Added databases/ruby-qdbm version 1.0.0.1.8.34 [minskim 2005-11-23]