diff options
author | linimon <linimon@FreeBSD.org> | 2004-06-24 19:14:15 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-06-24 19:14:15 +0000 |
commit | 5e7822cfad09fc4afe8d5e1636a0b8f4f2829603 (patch) | |
tree | 7d554f6f6f23de894cc022c0f2aa5d254440d401 /databases/dbf2mysql/Makefile | |
parent | f6a1cec33491ca5ea4646ac644fda0abdcedc4bf (diff) | |
download | FreeBSD-ports-5e7822cfad09fc4afe8d5e1636a0b8f4f2829603.zip FreeBSD-ports-5e7822cfad09fc4afe8d5e1636a0b8f4f2829603.tar.gz |
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/dbf2mysql/Makefile')
-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 b158600..486257b 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 |