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 2262dee562a..ba14291d47b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.188 2005/11/07 11:35:32 martti Exp $
+# $NetBSD: Makefile,v 1.189 2005/11/14 03:12:42 minskim Exp $
#
COMMENT= Databases
@@ -142,6 +142,7 @@ SUBDIR+= py-bsddb3
SUBDIR+= py-gdbm
SUBDIR+= py-ldap
SUBDIR+= py-metakit
+SUBDIR+= py-mssql
SUBDIR+= py-mysqldb
SUBDIR+= py-pgnotify
SUBDIR+= py-postgresql
diff --git a/doc/CHANGES b/doc/CHANGES
index d38deea46eb..d8ad3bc4f51 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11926 2005/11/14 02:42:44 minskim Exp $
+$NetBSD: CHANGES,v 1.11927 2005/11/14 03:12:42 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -5213,3 +5213,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated chat/ircd-hybrid to 7.1.3 [adrianp 2005-11-13]
Updated comms/hylafax to 4.2.2 [wiz 2005-11-13]
Updated print/tex-IEEEtran to 1.6cnb2 [minskim 2005-11-14]
+ Added databases/py-mssql version 0.7.3 [minskim 2005-11-14]