diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-11 18:22:12 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-11 18:22:12 +0000 |
commit | 5ce37ef35124efa386f979a7b5f0cc261b8cec38 (patch) | |
tree | 9b3d1b25fee991e48fd452fa1877204f437c38b3 /databases/dbf2mysql/Makefile | |
parent | 884360947b54f06021264d2a3e8314fcfa93ede3 (diff) |
Fix MASTER_SITES, make the port fetchable.
Notes
Notes:
svn path=/head/; revision=179508
Diffstat (limited to 'databases/dbf2mysql/Makefile')
-rw-r--r-- | databases/dbf2mysql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index fe4b06a20479..2654e52d5d4b 100644 --- a/databases/dbf2mysql/Makefile +++ b/databases/dbf2mysql/Makefile @@ -9,11 +9,11 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 PORTREVISION= 2 CATEGORIES= databases -MASTER_SITES= ftp://ftp.ntu.edu.tw/pub/MySQL/Downloads/Contrib/ \ - ftp://ftp.ip.pt/.disk2/mysql/Downloads/Contrib/ \ +MASTER_SITES= ftp://ftp.ntu.edu.tw/pub/MySQL/Downloads/Contrib/Old-Versions/ \ + ftp://ftp.ip.pt/pub/mysql/Downloads/Contrib/Old-Versions/ \ ftp://ftp.chu.edu.tw/Mirrors/www.mysql.com/Downloads/Contrib/ \ - ftp://ftp.ps.pl/dsk0/ftp.mysql.com/Downloads/Contrib/ \ - ftp://mir1.ovh.net/ftp.mysql.com/Downloads/Contrib/ + ftp://ftp.ps.pl/dsk0/ftp.mysql.com/Downloads/Contrib/Old-Versions/ \ + ftp://mir1.ovh.net/ftp.mysql.com/Downloads/Contrib/Old-Versions/ MAINTAINER= ports@FreeBSD.org COMMENT= Programs to convert .dbf files to MySQL tables and vice versa |