diff options
author | mi <mi@FreeBSD.org> | 2001-05-30 00:55:41 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-05-30 00:55:41 +0800 |
commit | 7fd56ec25cb90832bd6a44fc808c0ed1820eecee (patch) | |
tree | 457420db23a111b48b10b47cee556abc6d8420af | |
parent | 0386714eb9e6e4a787e4e0801a04252b829c6968 (diff) | |
download | freebsd-ports-gnome-7fd56ec25cb90832bd6a44fc808c0ed1820eecee.tar.gz freebsd-ports-gnome-7fd56ec25cb90832bd6a44fc808c0ed1820eecee.tar.zst freebsd-ports-gnome-7fd56ec25cb90832bd6a44fc808c0ed1820eecee.zip |
Update MASTER_SITES to reflect the new home.
distfiles could not be fetched from mysql.com any longer.
PR: 27744
Submitted by: scorpio@drkshdw.org
-rw-r--r-- | databases/mysqltcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index 16c7127b50d4..3ada18b336e7 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -8,7 +8,7 @@ PORTNAME= mysqltcl PORTVERSION= 1.53 CATEGORIES= databases tcl83 -MASTER_SITES= http://www.mysql.com/Downloads/Contrib/ +MASTER_SITES= http://download.sourceforge.net/pub/mirrors/mysql/Downloads/Contrib/ MAINTAINER= mi@aldan.algebra.com |