diff options
author | nork <nork@FreeBSD.org> | 2003-04-04 05:21:36 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-04 05:21:36 +0000 |
commit | c5524f28dda3bb870ac090988881908d743bb201 (patch) | |
tree | e6dedfea4a27bc32a70825315877d27ff6d6604d /databases/mysql54-client | |
parent | 74e9f49df325f63cb9ecacb48c18a0c6685f6ecb (diff) | |
download | FreeBSD-ports-c5524f28dda3bb870ac090988881908d743bb201.zip FreeBSD-ports-c5524f28dda3bb870ac090988881908d743bb201.tar.gz |
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)
Diffstat (limited to 'databases/mysql54-client')
-rw-r--r-- | databases/mysql54-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile index 7353863..99cc26f 100644 --- a/databases/mysql54-client/Makefile +++ b/databases/mysql54-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mysql -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -client MASTERDIR= ${.CURDIR}/../mysql40-server |