pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch replace ftp at kernel.org with http. it will ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb34626c6743
branches:  trunk
changeset: 357759:bb34626c6743
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Jan 28 00:23:35 2017 +0000

description:
replace ftp at kernel.org with http. it will shut down soon.

diffstat:

 mk/fetch/sites.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a73928dd602e -r bb34626c6743 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Fri Jan 27 15:45:30 2017 +0000
+++ b/mk/fetch/sites.mk Sat Jan 28 00:23:35 2017 +0000
@@ -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 @@
        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/
 



Home | Main Index | Thread Index | Old Index