diff options
author | linimon <linimon@FreeBSD.org> | 2004-06-25 03:14:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-06-25 03:14:15 +0800 |
commit | 5e7822cfad09fc4afe8d5e1636a0b8f4f2829603 (patch) | |
tree | 7d554f6f6f23de894cc022c0f2aa5d254440d401 /databases | |
parent | f6a1cec33491ca5ea4646ac644fda0abdcedc4bf (diff) | |
download | freebsd-ports-gnome-5e7822cfad09fc4afe8d5e1636a0b8f4f2829603.tar.gz freebsd-ports-gnome-5e7822cfad09fc4afe8d5e1636a0b8f4f2829603.tar.zst freebsd-ports-gnome-5e7822cfad09fc4afe8d5e1636a0b8f4f2829603.zip |
Per distfile survey, chase mastersites.
PR: ports/67221
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Approved by: maintainer timeout (4 weeks)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbf2mysql/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index b158600a0f9d..486257b2b615 100644 --- a/databases/dbf2mysql/Makefile +++ b/databases/dbf2mysql/Makefile @@ -9,8 +9,10 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= ftp://mysql.nixc.net/pub/mysql/Downloads/Contrib/ \ - ftp://ftp.plig.org/pub/mysql/Downloads/Contrib/ +MASTER_SITES= http://mysql.tsuren.net/Downloads/Contrib/ \ + ftp://ftp.us.es/Mirror/www.mysql.org/Downloads/Contrib/ \ + ftp://mysql.nixc.net/pub/mysql/Downloads/Contrib/ \ + http://www.binarycode.org/mysql/Downloads/Contrib/ MAINTAINER= jedgar@FreeBSD.org COMMENT= Programs to convert .dbf files to MySQL tables and vice versa |