Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 403847A27F for ; Sat, 28 Jan 2017 00:23:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E6EC785597; Sat, 28 Jan 2017 00:23:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7760685573 for ; Sat, 28 Jan 2017 00:23:36 +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 gTgQqTSfDklp for ; Sat, 28 Jan 2017 00:23:36 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D9D548556C for ; Sat, 28 Jan 2017 00:23:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4A21FBA6; Sat, 28 Jan 2017 00:23:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485563015101920" MIME-Version: 1.0 Date: Sat, 28 Jan 2017 00:23:35 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/mk/fetch To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170128002335.D4A21FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1485563015101920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Jan 28 00:23:35 UTC 2017 Modified Files: pkgsrc/mk/fetch: sites.mk Log Message: replace ftp at kernel.org with http. it will shut down soon. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 pkgsrc/mk/fetch/sites.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485563015101920 Content-Disposition: inline Content-Length: 806 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.149 pkgsrc/mk/fetch/sites.mk:1.150 --- pkgsrc/mk/fetch/sites.mk:1.149 Sun Dec 11 19:19:36 2016 +++ pkgsrc/mk/fetch/sites.mk Sat Jan 28 00:23:35 2017 @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.149 2016/12/11 19:19:36 hauke Exp $ +# $NetBSD: sites.mk,v 1.150 2017/01/28 00:23:35 maya Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -17,7 +17,7 @@ MASTER_SITE_GNU+= \ ftp://ftp.gnu.org/pub/gnu/ \ ftp://ftp.funet.fi/pub/gnu/prep/ \ ftp://ftp.kddlabs.co.jp/pub/gnu/gnu/ \ - ftp://mirrors.kernel.org/gnu/ \ + http://mirrors.kernel.org/gnu/ \ ftp://ftp.lip6.fr/pub/gnu/ \ http://gd.tuwien.ac.at/gnu/gnusrc/ --_----------=_1485563015101920--