diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-07-14 13:23:33 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-07-14 13:23:33 +0000 |
commit | 2b7b1ae6f86c7ed68b98de75651084bd58df47fc (patch) | |
tree | 9b443b4363088272bdb7eb873f21c2d8269a1c35 /databases/Makefile | |
parent | After referring to some other ports, be more canonical in placement (diff) |
Massive changes to mSQL and related ports:
- msql-beta is now dead. Now that v2.0 release is out, it has been folded into ports/databases/msql.
- p5-DBD-mSQL is dead. It has been rolled into p5-Msql
- The version number of p5-Msql has moved from 1.1702 to 0.91. This new version numbering scheme is related to the "Msql-modules" distfile on CPAN, whereas the old version numbering scheme was based on the "MsqlPerl" distfile (which is no longer available)
Notes
Notes:
svn path=/head/; revision=7319
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/Makefile b/databases/Makefile index 94d6bb7a7370..4c9acdf47468 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,13 +1,11 @@ -# $Id: Makefile,v 1.16 1997/06/13 17:54:40 jfitz Exp $ +# $Id: Makefile,v 1.17 1997/06/18 19:41:11 jfitz Exp $ # SUBDIR += db SUBDIR += exodus SUBDIR += gdbm SUBDIR += gnats SUBDIR += msql - SUBDIR += msql-beta SUBDIR += mysql - SUBDIR += p5-DBD-mSQL SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-Pg SUBDIR += p5-DBI |