Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE39F84E9C for ; Wed, 6 Dec 2023 10:34:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id un9F60CeV1Xl for ; Wed, 6 Dec 2023 10:34:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C19384D82 for ; Wed, 6 Dec 2023 10:34:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FA2AFA42; Wed, 6 Dec 2023 10:34:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701858860126200" MIME-Version: 1.0 Date: Wed, 6 Dec 2023 10:34:20 +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: <20231206103420.3FA2AFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701858860126200 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:34:20 UTC 2023 Modified Files: pkgsrc/mk/fetch: sites.mk Log Message: remove defunct mirror To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 pkgsrc/mk/fetch/sites.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701858860126200 Content-Disposition: inline Content-Length: 894 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.185 pkgsrc/mk/fetch/sites.mk:1.186 --- pkgsrc/mk/fetch/sites.mk:1.185 Mon Dec 4 13:45:43 2023 +++ pkgsrc/mk/fetch/sites.mk Wed Dec 6 10:34:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.185 2023/12/04 13:45:43 zafer Exp $ +# $NetBSD: sites.mk,v 1.186 2023/12/06 10:34:20 zafer Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -111,7 +111,6 @@ MASTER_SITE_APACHE+= \ http://ftp.unicamp.br/pub/apache/ \ http://www.mirrorservice.org/sites/ftp.apache.org/ \ http://ftp.twaren.net/Unix/Web/apache/ \ - http://ftp.cuhk.edu.hk/pub/packages/apache.org/ \ ftp://ftp.oregonstate.edu/pub/apache/ \ ftp://apache.mirrors.tds.net/pub/apache.org/ \ ftp://ftp.mirrorservice.org/sites/ftp.apache.org/ \ --_----------=_1701858860126200--