diff options
author | andreas <andreas@FreeBSD.org> | 1998-09-02 04:27:19 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-09-02 04:27:19 +0800 |
commit | 6eada67059ec1edd992d042c8f859e6d02aaf52d (patch) | |
tree | 25dd9772ec70e20bdf41fe24c79ef5a9e14483a3 /databases/mysql60-client | |
parent | dadb8b2ced2c46bc4fe3cb5b78f5fb7e3cd22ae5 (diff) | |
download | freebsd-ports-gnome-6eada67059ec1edd992d042c8f859e6d02aaf52d.tar.gz freebsd-ports-gnome-6eada67059ec1edd992d042c8f859e6d02aaf52d.tar.zst freebsd-ports-gnome-6eada67059ec1edd992d042c8f859e6d02aaf52d.zip |
Dirk Froemberg <ibex@physik.TU-Berlin.DE> is the new maintainer,
agreed by Josh Tiefenbach <josh@ican.net>, thanks Josh for your
previous work on this port.
Port is no more broken. Requested by new maintainer and tested by
me with a -current system.
Diffstat (limited to 'databases/mysql60-client')
-rw-r--r-- | databases/mysql60-client/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/mysql60-client/Makefile b/databases/mysql60-client/Makefile index 4c647fd02e8d..a144afd0ba9d 100644 --- a/databases/mysql60-client/Makefile +++ b/databases/mysql60-client/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Aug 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.23 1998/08/20 13:29:17 asami Exp $ +# $Id: Makefile,v 1.24 1998/09/01 15:27:36 thepish Exp $ # DISTNAME= mysql-3.21.33 @@ -15,9 +15,7 @@ MASTER_SITES= http://www.buoy.com/mysql/Downloads/ \ http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.21/ \ http://www.tcx.se/Downloads/MySQL-3.21/ -MAINTAINER= josh@ican.net - -BROKEN= build +MAINTAINER= ibex@physik.TU-Berlin.DE MAN1= mysql.1 |