diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-08 18:59:38 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-08 18:59:38 +0000 |
commit | 22d1212ca9957d90fd2b9599558a78c212d2b76a (patch) | |
tree | 5c105002c9c2ce0331c728f3f96855a8e841cdaa | |
parent | Update to 1.0.5, the latest Unix release. (diff) |
Fix MASTER_SITE. It now tries to redirect to the new one, but the
redirection is broken... Woof...
Submitted by: fenner's script (thanks!)
Notes
Notes:
svn path=/head/; revision=52770
-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 3ada18b336e7..b778ef995054 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -8,7 +8,7 @@ PORTNAME= mysqltcl PORTVERSION= 1.53 CATEGORIES= databases tcl83 -MASTER_SITES= http://download.sourceforge.net/pub/mirrors/mysql/Downloads/Contrib/ +MASTER_SITES= http://telia.dl.sourceforge.net/mirrors/mysql/Downloads/Contrib/ MAINTAINER= mi@aldan.algebra.com |