Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01A8084D67 for ; Sat, 16 Dec 2023 19:13:01 +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 nr5_NImjQnJT for ; Sat, 16 Dec 2023 19:13:00 +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 479AE84D09 for ; Sat, 16 Dec 2023 19:13:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36CAAFA42; Sat, 16 Dec 2023 19:13:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170275398076170" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 19:13:00 +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: <20231216191300.36CAAFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170275398076170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 16 19:13:00 UTC 2023 Modified Files: pkgsrc/mk/fetch: sites.mk Log Message: gtlib does not host kde anymore. removed. To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 pkgsrc/mk/fetch/sites.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170275398076170 Content-Disposition: inline Content-Length: 907 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.189 pkgsrc/mk/fetch/sites.mk:1.190 --- pkgsrc/mk/fetch/sites.mk:1.189 Fri Dec 15 17:25:14 2023 +++ pkgsrc/mk/fetch/sites.mk Sat Dec 16 19:13:00 2023 @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.189 2023/12/15 17:25:14 zafer Exp $ +# $NetBSD: sites.mk,v 1.190 2023/12/16 19:13:00 zafer Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -67,7 +67,6 @@ MASTER_SITE_KDE+= \ https://download.kde.org/stable/ \ 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://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/ --_----------=_170275398076170--