Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9E8484EF5 for ; Wed, 6 Dec 2023 10:56:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GxrQkWDBWj6T for ; Wed, 6 Dec 2023 10:56:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 18CBD84D45 for ; Wed, 6 Dec 2023 10:56:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11E21FA42; Wed, 6 Dec 2023 10:56:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701860216110150" MIME-Version: 1.0 Date: Wed, 6 Dec 2023 10:56:56 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/mk/fetch To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231206105656.11E21FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701860216110150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Wed Dec 6 10:56:56 UTC 2023 Modified Files: pkgsrc/mk/fetch: sites.mk Log Message: apache moved to a cdn and stopped using its download mirrors. see https://www.apache.org/mirrors. clean-up. To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 pkgsrc/mk/fetch/sites.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701860216110150 Content-Disposition: inline Content-Length: 1365 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/fetch/sites.mk diff -u pkgsrc/mk/fetch/sites.mk:1.186 pkgsrc/mk/fetch/sites.mk:1.187 --- pkgsrc/mk/fetch/sites.mk:1.186 Wed Dec 6 10:34:20 2023 +++ pkgsrc/mk/fetch/sites.mk Wed Dec 6 10:56:55 2023 @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.186 2023/12/06 10:34:20 zafer Exp $ +# $NetBSD: sites.mk,v 1.187 2023/12/06 10:56:55 zafer Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -102,19 +102,9 @@ MASTER_SITE_XEMACS+= \ http://ftp.uk.xemacs.org/sites/ftp.xemacs.org/pub/xemacs/ \ ftp://ftp.dnsbalance.ring.gr.jp/pub/text/xemacs/ -# http://www.ibiblio.org/pub/mirrors/apache/ returns 200 for missing -# files, which is incompatible with resuming transfers. MASTER_SITE_APACHE+= \ https://downloads.apache.org/ \ - https://archive.apache.org/dist/ \ - http://apache.oregonstate.edu/ \ - http://ftp.unicamp.br/pub/apache/ \ - http://www.mirrorservice.org/sites/ftp.apache.org/ \ - http://ftp.twaren.net/Unix/Web/apache/ \ - ftp://ftp.oregonstate.edu/pub/apache/ \ - ftp://apache.mirrors.tds.net/pub/apache.org/ \ - ftp://ftp.mirrorservice.org/sites/ftp.apache.org/ \ - ftp://ftp.meisei-u.ac.jp/pub/www/apache/dist/ \ + https://archive.apache.org/dist/ MASTER_SITE_MYSQL+= \ http://mysql.linux.cz/Downloads/ \ --_----------=_1701860216110150--