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 353695631a0..0ec14eaa765 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.184 2005/10/13 21:20:33 rillig Exp $
+# $NetBSD: Makefile,v 1.185 2005/10/23 19:04:29 minskim Exp $
#
COMMENT= Databases
@@ -146,6 +146,7 @@ SUBDIR+= py-psycopg
SUBDIR+= py-sqlite
SUBDIR+= py-sybase
SUBDIR+= py-table
+SUBDIR+= qdbm
SUBDIR+= quicklist
SUBDIR+= rdb
SUBDIR+= rrdtool
diff --git a/doc/CHANGES b/doc/CHANGES
index 63116730875..81d9ca40bc9 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11622 2005/10/23 18:48:07 minskim Exp $
+$NetBSD: CHANGES,v 1.11623 2005/10/23 19:04:28 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -4786,3 +4786,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated x11/gnome-panel to 2.12.1nb1 [minskim 2005-10-23]
Updated security/pks to 0.9.4nb3 [adrianp 2005-10-23]
Updated devel/cpuflags to 0.95 [minskim 2005-10-23]
+ Added databases/qdbm version 1.8.33 [minskim 2005-10-23]