diff options
author | dirk <dirk@FreeBSD.org> | 2002-11-22 04:57:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-11-22 04:57:49 +0800 |
commit | 3507b2fa88d8c9b76b0549ef4ceded2af184de3a (patch) | |
tree | 5748219247dbe457598da0692467f28d5b788f21 /databases | |
parent | c70fcbde295ae603ecfb0ea81c72c228a6799f58 (diff) | |
download | freebsd-ports-graphics-3507b2fa88d8c9b76b0549ef4ceded2af184de3a.tar.gz freebsd-ports-graphics-3507b2fa88d8c9b76b0549ef4ceded2af184de3a.tar.zst freebsd-ports-graphics-3507b2fa88d8c9b76b0549ef4ceded2af184de3a.zip |
Fix MASTER_SITES.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xmysql/Makefile | 4 | ||||
-rw-r--r-- | databases/xmysqladmin/Makefile | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 3d9e860052f..6e2ae81e3cc 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -9,7 +9,9 @@ PORTNAME= xmysql PORTVERSION= 1.10 CATEGORIES= databases MASTER_SITES= http://web.wt.net/~dblhack/ \ - http://linux.tucows.com/files/x11/office/ + http://thenewsmonsters.tucows.com/files/x11/office/ \ + http://tucows.nyi.net/files/x11/office/ \ + http://bonn.linux.tucows.com/files/x11/office/ MAINTAINER= dirk@FreeBSD.org diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index 003186391f8..520025e8f28 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -8,8 +8,9 @@ PORTNAME= xmysqladmin PORTVERSION= 1.0 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mirrors/mysql/Downloads/Contrib +MASTER_SITES= http://ftp.gwdg.de/pub/misc/mysql/Downloads/Contrib/ \ + http://ftp.rtfm.no/pub/mysql/Downloads/Contrib/ \ + ftp://mysql.secsup.org/pub/software/mysql/Downloads/Contrib/ MAINTAINER= dirk@FreeBSD.org |