diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-22 00:44:50 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-22 00:44:50 +0000 |
commit | 4afd3c6a2ff9c04c7fb5e4425d10cb291de10923 (patch) | |
tree | 1b910553ba14b28d95bd85872bbd1f27ccab3250 /databases/percona55-client | |
parent | 32118ccb94cefbf464b7d839ab2ba4125e0c172b (diff) | |
download | ports-4afd3c6a2ff9c04c7fb5e4425d10cb291de10923.tar.gz ports-4afd3c6a2ff9c04c7fb5e4425d10cb291de10923.zip |
Mark BROKEN awaiting the new maintainer's update to make this port
a reality.
This port was repo-copied by 'The Wraith'.
Notes
Notes:
svn path=/head/; revision=19613
Diffstat (limited to 'databases/percona55-client')
-rw-r--r-- | databases/percona55-client/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile index eb2df2ff3742..f3a5b65eff15 100644 --- a/databases/percona55-client/Makefile +++ b/databases/percona55-client/Makefile @@ -1,9 +1,9 @@ -# ports collection makefile for: MySQL +# ports collection makefile for: MySQL-client # Version required: v3.22.23b # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.53 1999/06/05 22:28:27 mharo Exp $ +# $Id: Makefile,v 1.54 1999/06/08 10:11:02 dirk Exp $ # DISTNAME= mysql-3.22.23b @@ -14,8 +14,9 @@ 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= dirk@FreeBSD.ORG +MAINTAINER= dan@trinsec.com +BROKEN= 'Awaiting update after a repository copy' Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance MAN1= mysql.1 |