From owner-cvs-all Mon Mar 12 0:35:49 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 87C0937B726 for ; Mon, 12 Mar 2001 00:35:29 -0800 (PST) (envelope-from roam@orbitel.bg) Received: (qmail 10568 invoked by uid 1000); 12 Mar 2001 08:34:31 -0000 Date: Mon, 12 Mar 2001 10:34:31 +0200 From: Peter Pentchev To: Dirk Froemberg 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> Mail-Followup-To: Dirk Froemberg , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200103120706.f2C76qE54472@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103120706.f2C76qE54472@freefall.freebsd.org>; from dirk@FreeBSD.org on Sun, Mar 11, 2001 at 11:06:52PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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