diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 13:09:21 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 13:09:21 +0000 |
commit | a549a93494199f4eb58e073c1f2f0fc77a71957c (patch) | |
tree | 7fb0adb4726d16713ad7643ce53f432f55475980 /databases/dbf2mysql | |
parent | aef4c9e7c1cb324c4fe7bdc3da70e578e3c78990 (diff) | |
download | ports-a549a93494199f4eb58e073c1f2f0fc77a71957c.tar.gz ports-a549a93494199f4eb58e073c1f2f0fc77a71957c.zip |
- Fix MASTER_SITES.
PR: ports/88093
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (1 month)
Notes
Notes:
svn path=/head/; revision=150038
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r-- | databases/dbf2mysql/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index 157e3dd34fb2..7a40026c0c93 100644 --- a/databases/dbf2mysql/Makefile +++ b/databases/dbf2mysql/Makefile @@ -9,10 +9,8 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 PORTREVISION= 2 CATEGORIES= databases -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/ +MASTER_SITES= http://mirror.etf.bg.ac.yu/mysql/Downloads/Contrib/ \ + ftp://ftp.ciril.fr/pub/sgbd/mysql/Downloads/Contrib MAINTAINER= jedgar@FreeBSD.org COMMENT= Programs to convert .dbf files to MySQL tables and vice versa |