diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-23 17:57:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-23 17:57:47 +0000 |
commit | a83256b22cd23eb9f130540d9e4cc781dc24ff4e (patch) | |
tree | c9a093736dad0c45490f932e163b58635f682825 /databases | |
parent | 471a2bbcdc9e91bef36f967a6c2c5cf6c1acc158 (diff) | |
download | pkgsrc-a83256b22cd23eb9f130540d9e4cc781dc24ff4e.tar.gz |
Add MASTER_SITE_MYSQL with a bunch of mirrors from FreeBSD, and use
it in the mysql packages.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql4-client/Makefile.common | 6 | ||||
-rw-r--r-- | databases/mysql5-client/Makefile.common | 6 | ||||
-rw-r--r-- | databases/mysqlcc/Makefile | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index 73484319c9f..0ff36db5c95 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,10 +1,8 @@ -# $NetBSD: Makefile.common,v 1.48 2005/12/05 23:55:04 rillig Exp $ +# $NetBSD: Makefile.common,v 1.49 2006/01/23 17:57:47 xtraeme Exp $ DISTNAME= mysql-4.1.15 CATEGORIES= databases -MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQL-4.1/ \ - ftp://sunsite.dk/mirrors/mysql/Downloads/MySQL-4.1/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-4.1/ +MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-4.1/} MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.mysql.com/ diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common index 04704c7733c..bf4d301aa07 100644 --- a/databases/mysql5-client/Makefile.common +++ b/databases/mysql5-client/Makefile.common @@ -1,10 +1,8 @@ -# $NetBSD: Makefile.common,v 1.5 2006/01/09 16:25:01 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.6 2006/01/23 17:57:47 xtraeme Exp $ DISTNAME= mysql-5.0.18 CATEGORIES= databases -MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/ \ - ftp://sunsite.dk/mirrors/mysql/Downloads/MySQL-5.0/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-5.0/ +MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/} MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.mysql.com/ diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index 576b60c1510..5bf319427cd 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2006/01/08 22:13:18 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/23 17:57:47 xtraeme Exp $ # DISTNAME= mysqlcc-0.9.4-src PKGNAME= ${DISTNAME:S/-src//} PKGREVISION= 4 CATEGORIES= databases -MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQLCC/ \ - ftp://sunsite.dk/mirrors/mysql/Downloads/MySQLCC/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQLCC/ +MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQLCC/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.mysql.com/ |