Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2001 10:34:31 +0200
From:      Peter Pentchev <roam@orbitel.bg>
To:        Dirk Froemberg <dirk@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-af
Message-ID:  <20010312103431.C7885@ringworld.oblivion.bg>
In-Reply-To: <200103120706.f2C76qE54472@freefall.freebsd.org>; from dirk@FreeBSD.org on Sun, Mar 11, 2001 at 11:06:52PM -0800
References:  <200103120706.f2C76qE54472@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 11, 2001 at 11:06:52PM -0800, Dirk Froemberg wrote:
> dirk        2001/03/11 23:06:52 PST
> 
>   Modified files:
>     databases/mysql323-server Makefile distinfo 
>     databases/mysql323-server/files patch-af 
>   Log:
>   Upgrade to 3.23.34a.

Hi,

It seems that 3.23.34a has not propagated to all the master-sites yet;
attached is a suggested patch that removes www.mysql.net (it seems something
wrong has happened to it, at least from here), adds www.mysql.com (which is
a more-or-less official, though maybe somewhat overloaded site), and adds
a SourceForge mirror.

G'luck,
Peter

-- 
This sentence contradicts itself - or rather - well, no, actually it doesn't!

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysql323-server/Makefile,v
retrieving revision 1.108
diff -u -r1.108 Makefile
--- Makefile	2001/03/12 07:06:50	1.108
+++ Makefile	2001/03/12 08:31:28
@@ -9,10 +9,11 @@
 PORTVERSION=	3.23.34a
 CATEGORIES=	databases
 MASTER_SITES=	http://www.kernelnotes.de/MySQL/Downloads/%SUBDIR%/ \
-		http://www.mysql.net/Downloads/%SUBDIR%/ \
+		http://www.mysql.com/Downloads/%SUBDIR%/ \
 		http://mysql.he.net/Downloads/%SUBDIR%/ \
-		ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/%SUBDIR%/
-MASTER_SITE_SUBDIR=	MySQL-3.23
+		ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/%SUBDIR%/ \
+		${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	MySQL-3.23	pub/mirrors/mysql/Downloads/MySQL-3.23
 DISTFILES=	mysql-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	dirk@FreeBSD.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010312103431.C7885>