Received: by mail.netbsd.org (Postfix, from userid 605) id 16E6884E98; Sun, 2 Oct 2022 14:55:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45FBB84E57 for ; Sun, 2 Oct 2022 14:55:31 +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 yWY5GUT7AChQ for ; Sun, 2 Oct 2022 14:55:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3748884D25 for ; Sun, 2 Oct 2022 14:55:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29D79FA90; Sun, 2 Oct 2022 14:55:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664722530260100" MIME-Version: 1.0 Date: Sun, 2 Oct 2022 14:55:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mk/fetch To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221002145530.29D79FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664722530260100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 2 14:55:30 UTC 2022 Modified Files: pkgsrc/mk/fetch: sites.mk Log Message: mk: remove obsolete KDE mirror To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 pkgsrc/mk/fetch/sites.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664722530260100 Content-Disposition: inline Content-Length: 915 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.179 pkgsrc/mk/fetch/sites.mk:1.180 --- pkgsrc/mk/fetch/sites.mk:1.179 Mon May 23 21:45:45 2022 +++ pkgsrc/mk/fetch/sites.mk Sun Oct 2 14:55:29 2022 @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.179 2022/05/23 21:45:45 nikita Exp $ +# $NetBSD: sites.mk,v 1.180 2022/10/02 14:55:29 wiz Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -85,7 +85,6 @@ MASTER_SITE_KDE+= \ ftp://www.dnsbalance.ring.gr.jp/pub/X/kde/stable/ \ http://www.dnsbalance.ring.gr.jp/archives/X/kde/stable/ \ ftp://ftp.gtlib.gatech.edu/pub/kde/stable/ \ - ftp://kde.mirrors.tds.net/pub/kde/stable/ \ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable/ \ ftp://mirrors.dotsrc.org/kde/stable/ \ ftp://ftp.fi.muni.cz/pub/kde/stable/ --_----------=_1664722530260100--