summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/Makefile.common
diff options
context:
space:
mode:
authortaca <taca>2011-02-13 16:19:45 +0000
committertaca <taca>2011-02-13 16:19:45 +0000
commit81008b901abe9f953c2ad4638e08bb4e6b6df945 (patch)
tree26241c1a412f4387fa01df498cbaf66c00bef75f /databases/mysql51-client/Makefile.common
parent4639c0b9258851b0c76787a373f9090013dc2313 (diff)
downloadpkgsrc-81008b901abe9f953c2ad4638e08bb4e6b6df945.tar.gz
Update mysql51-{client,server} package to 5.1.55.
Full changes: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-55.html MySQL 5.1.55 Functionality added or changed: The time zone tables available at http://dev.mysql.com/downloads/timezones.html have been updated. These tables can be used on systems such as Windows or HP-UX that do not include zoneinfo files. (Bug#40230)
Diffstat (limited to 'databases/mysql51-client/Makefile.common')
-rw-r--r--databases/mysql51-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index 8ae54c790b5..343e8f23c9c 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.16 2010/12/16 03:42:49 taca Exp $
+# $NetBSD: Makefile.common,v 1.17 2011/02/13 16:19:45 taca Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
#
-DISTNAME= mysql-5.1.54
+DISTNAME= mysql-5.1.55
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/}