diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-07-14 21:23:33 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-07-14 21:23:33 +0800 |
commit | b93e8073217e7373a0a91de75f10547abeab9184 (patch) | |
tree | 3a03c8d5ecf9b4694a9fb21a7c8ecf4477e791ed /databases/Makefile | |
parent | 591b4e27f0641fb331f74925aadc31eeb0869449 (diff) | |
download | freebsd-ports-gnome-b93e8073217e7373a0a91de75f10547abeab9184.tar.gz freebsd-ports-gnome-b93e8073217e7373a0a91de75f10547abeab9184.tar.zst freebsd-ports-gnome-b93e8073217e7373a0a91de75f10547abeab9184.zip |
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)
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 |