summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-01-03 21:23:04 +0000
committeradam <adam@pkgsrc.org>2013-01-03 21:23:04 +0000
commita171c83c766d2b8485da1c1c596d30a1b603a019 (patch)
tree31c1ffdf9726e75e3e18ba3fae2cd5c075d5c8d6 /databases/mysql55-client/Makefile.common
parent9d124edac2f8286a66e6a1e25f29ceda4856f35b (diff)
downloadpkgsrc-a171c83c766d2b8485da1c1c596d30a1b603a019.tar.gz
Changes 5.5.29:
* The SHOW AUTHORS and SHOW CONTRIBUTORS statements are now deprecated in MySQL 5.5 and have been removed in MySQL 5.6. * Bugs Fixed
Diffstat (limited to 'databases/mysql55-client/Makefile.common')
-rw-r--r--databases/mysql55-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common
index d991460f062..3e046b58196 100644
--- a/databases/mysql55-client/Makefile.common
+++ b/databases/mysql55-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.23 2012/10/02 21:25:22 asau Exp $
+# $NetBSD: Makefile.common,v 1.24 2013/01/03 21:23:04 adam Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
-DISTNAME= mysql-5.5.28
+DISTNAME= mysql-5.5.29
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/}