summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile4
-rw-r--r--doc/CHANGES4
2 files changed, 6 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 0ec14eaa765..12ef10b4d66 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.185 2005/10/23 19:04:29 minskim Exp $
+# $NetBSD: Makefile,v 1.186 2005/10/31 09:24:35 xtraeme Exp $
#
COMMENT= Databases
@@ -48,6 +48,8 @@ SUBDIR+= mysql-client
SUBDIR+= mysql-server
SUBDIR+= mysql4-client
SUBDIR+= mysql4-server
+SUBDIR+= mysql5-client
+SUBDIR+= mysql5-server
SUBDIR+= mysqlcc
SUBDIR+= mytop
SUBDIR+= nss_ldap
diff --git a/doc/CHANGES b/doc/CHANGES
index dc08c6047fc..4ceeb746c9b 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11721 2005/10/31 09:19:40 rillig Exp $
+$NetBSD: CHANGES,v 1.11722 2005/10/31 09:24:34 xtraeme Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -4913,3 +4913,5 @@ Changes to the packages collection and infrastructure in 2005:
Updated pkgtools/pkg_install to 20051030 [joerg 2005-10-30]
Updated games/scummvm to 0.8.0 [adam 2005-10-31]
Updated chat/irssi to 0.8.9nb7 [rillig 2005-10-31]
+ Added databases/mysql5-client version 5.0.15 [xtraeme 2005-10-31]
+ Added databases/mysql5-server version 5.0.15 [xtraeme 2005-10-31]