Added databases/mysql5-{client,server}

This commit is contained in:
xtraeme 2005-10-31 09:24:34 +00:00
parent 32384a6653
commit b26ca0b30c
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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]