diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-22 18:01:44 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-22 18:01:44 +0000 |
commit | 11a329e5b3853ba9ba03a4f8d8cfc0a5e87f616b (patch) | |
tree | c154dc93a4e3013f07d656eb207d30f59514a876 /databases/percona55-client | |
parent | 486dde31876957188c4f7772a21b3b7540726fe9 (diff) | |
download | ports-11a329e5b3853ba9ba03a4f8d8cfc0a5e87f616b.tar.gz ports-11a329e5b3853ba9ba03a4f8d8cfc0a5e87f616b.zip |
Notes
Diffstat (limited to 'databases/percona55-client')
-rw-r--r-- | databases/percona55-client/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile index 08e67c4712df..adea1fdd4ee9 100644 --- a/databases/percona55-client/Makefile +++ b/databases/percona55-client/Makefile @@ -1,13 +1,13 @@ # ports collection makefile for: MySQL -# Version required: v3.22.6-alpha +# Version required: v3.22.11-beta # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.34 1998/12/11 23:33:47 billf Exp $ +# $Id: Makefile,v 1.33 1998/12/01 02:56:08 asami Exp $ # -DISTNAME= mysql-3.22.10-beta -PKGNAME= mysql-3.22.10b +DISTNAME= mysql-3.22.11-beta +PKGNAME= mysql-3.22.11b CATEGORIES= databases MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ ftp://ftp.digex.net/pub/database/mysql/Downloads/MySQL-3.22/ \ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/My ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ -MAINTAINER= ibex@physik.TU-Berlin.DE +MAINTAINER= dirk@FreeBSD.ORG MANUAL_PACKAGE_BUILD= incompatible with mysql321 NO_LATEST_LINK= yes |