diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-04 05:21:36 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-04 05:21:36 +0000 |
commit | 03be952534daaebc3c54aec61545ba74565875b8 (patch) | |
tree | 13e8504c355a06eddc2a8779a9fca5536f7caf2f /databases/mysql50-client | |
parent | upgrate to scilab 2.7 (diff) |
o Move USE_PERL5_RUN into server part.
o Switch from p5-Mysql to p5-DBD-mysql.
o Add MySQL 4 support (and set it as default) to p5-DBD-mysql.
o Bump PORTREVISION accordingly.
PR: ports/50315
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer)
Approved by: skv (p5-DBD-myql maintainer)
Notes
Notes:
svn path=/head/; revision=78088
Diffstat (limited to 'databases/mysql50-client')
-rw-r--r-- | databases/mysql50-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile index 73538637c376..99cc26f7f145 100644 --- a/databases/mysql50-client/Makefile +++ b/databases/mysql50-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mysql -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -client MASTERDIR= ${.CURDIR}/../mysql40-server |