diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-29 16:55:41 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-29 16:55:41 +0000 |
commit | 7cc70d6ae6cb9b5a5e7c219bc0898db296ea50f2 (patch) | |
tree | 267607290e981b3a7459377b5474ffe7aebea0e8 /databases | |
parent | 31eaadb9a047d1bd4c7906063e3ab7d1fecb5b01 (diff) | |
download | ports-7cc70d6ae6cb9b5a5e7c219bc0898db296ea50f2.tar.gz ports-7cc70d6ae6cb9b5a5e7c219bc0898db296ea50f2.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
Notes
Notes:
svn path=/head/; revision=43277
Diffstat (limited to 'databases')
-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 |