diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-27 02:30:17 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-27 02:30:17 +0000 |
commit | 4f057f3d2214ab0d641141ca25b4c24ab510803c (patch) | |
tree | 82313151baea3f46fa8401a19fe330b81e5ab6b9 /databases/mysql40-client | |
parent | e38110a2e92e395124509d237cb90493066ca69b (diff) | |
download | ports-4f057f3d2214ab0d641141ca25b4c24ab510803c.tar.gz ports-4f057f3d2214ab0d641141ca25b4c24ab510803c.zip |
Notes
Diffstat (limited to 'databases/mysql40-client')
-rw-r--r-- | databases/mysql40-client/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql40-client/Makefile b/databases/mysql40-client/Makefile index 4f7ce72fd442..458c74098c90 100644 --- a/databases/mysql40-client/Makefile +++ b/databases/mysql40-client/Makefile @@ -1,12 +1,12 @@ # ports collection makefile for: mySQL -# Version required: v3.20.29 -# Date created: 15 Sep 1997 +# Version required: v3.20.30b +# Date created: 26 Sep 1997 # Whom: Josh Tiefenbach <josh@ican.net> # # $Id: Makefile,v 1.3 1997/09/05 20:23:04 jfitz Exp $ # -DISTNAME= mysql-3.20.29 +DISTNAME= mysql-3.20.30b CATEGORIES= databases MASTER_SITES= http://www.tcx.se/ \ http://www.buoy.com/mysql/ \ |