Received: by mail.netbsd.org (Postfix, from userid 605) id 1C9DA84DA7; Wed, 21 Apr 2021 15:38:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 588B684D88 for ; Wed, 21 Apr 2021 15:38:18 +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 cGwlb0Xwrtq0 for ; Wed, 21 Apr 2021 15:38:17 +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 AF7D384CE7 for ; Wed, 21 Apr 2021 15:38:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD2D5FA95; Wed, 21 Apr 2021 15:38:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619019497196630" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 15:38:17 +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: <20210421153817.AD2D5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619019497196630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 21 15:38:17 UTC 2021 Modified Files: pkgsrc/mk/fetch: sites.mk Log Message: mk: remove dead download site To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 pkgsrc/mk/fetch/sites.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619019497196630 Content-Disposition: inline Content-Length: 811 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.171 pkgsrc/mk/fetch/sites.mk:1.172 --- pkgsrc/mk/fetch/sites.mk:1.171 Sun Feb 14 11:46:13 2021 +++ pkgsrc/mk/fetch/sites.mk Wed Apr 21 15:38:17 2021 @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.171 2021/02/14 11:46:13 wiz Exp $ +# $NetBSD: sites.mk,v 1.172 2021/04/21 15:38:17 wiz Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -221,8 +221,7 @@ MASTER_SITE_CYGWIN+= \ MASTER_SITE_IFARCHIVE+= \ http://ifarchive.flavorplex.com/if-archive/ \ - http://ifarchive.heanet.ie/if-archive/ \ - ftp://ftp.giga.or.at/pub/ifarchive/ + http://ifarchive.heanet.ie/if-archive/ MASTER_SITE_PGSQL+= \ http://ftp.postgresql.org/pub/ --_----------=_1619019497196630--