diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-09-27 14:23:28 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-09-27 14:23:28 +0000 |
commit | 41867f003c8a09cc1e1cf5712577f388485b2666 (patch) | |
tree | 6e5745abe52f40c0f8ce057c72956a9123a61f7d /databases/mysql50-client | |
parent | fca73c51b9e5d9ada66ad1661039c572d6b18d97 (diff) |
- Apply fix to ulong problem. http://bugs.mysql.com/bug.php?id=22227
- Bump -client PORTREVISION
- portlint
Approved by: maintainer (ale)
Notes
Notes:
svn path=/head/; revision=173978
Diffstat (limited to 'databases/mysql50-client')
-rw-r--r-- | databases/mysql50-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile index 302a1133672f..5d093767548b 100644 --- a/databases/mysql50-client/Makefile +++ b/databases/mysql50-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= mysql +PORTREVISION= 1 PKGNAMESUFFIX= -client COMMENT= Multithreaded SQL database (client) |