From 5c5dc27ac7bb5c5e106502705a998674b9627e11 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Thu, 19 Oct 2000 09:17:57 +0000 Subject: Upgrade to MySQL-3.23.24 after repository copy from mysql322-client and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course. --- databases/mysql41-client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/mysql41-client') diff --git a/databases/mysql41-client/Makefile b/databases/mysql41-client/Makefile index 9c027b1a8869..5d9cff333a25 100644 --- a/databases/mysql41-client/Makefile +++ b/databases/mysql41-client/Makefile @@ -1,5 +1,5 @@ # ports collection makefile for: MySQL-client -# Date created: Thu Jun 24 00:12:22 CEST 1999 +# Date created: Sun Sep 24 21:21:20 CEST 2000 # Whom: Dirk Froemberg # # $FreeBSD$ @@ -7,7 +7,7 @@ PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -MASTERDIR= ${.CURDIR}/../mysql322-server +MASTERDIR= ${.CURDIR}/../mysql323-server COMMENT= ${PKGDIR}/pkg-comment.client PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client -- cgit v1.2.3