pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch remove ftp variant when http server already e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2e81d2eaa6b
branches:  trunk
changeset: 369357:b2e81d2eaa6b
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Sep 29 06:17:12 2017 +0000

description:
remove ftp variant when http server already exists

pretty sure these are the same server but ftp is considerably slower on
a high latency connection

diffstat:

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

diffs (17 lines):

diff -r 3f7db833d7cb -r b2e81d2eaa6b mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Fri Sep 29 06:17:06 2017 +0000
+++ b/mk/fetch/sites.mk Fri Sep 29 06:17:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.153 2017/09/17 10:55:17 wiz Exp $
+# $NetBSD: sites.mk,v 1.154 2017/09/29 06:17:12 maya Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -294,7 +294,5 @@
 MASTER_SITE_BACKUP?=   \
        http://cdn.NetBSD.org/pub/pkgsrc/distfiles/ \
        http://ftp6.NetBSD.org/pub/pkgsrc/distfiles/ \
-       ftp://ftp.fr.NetBSD.org/pub/pkgsrc/distfiles/ \
        http://ftp.fr.NetBSD.org/pub/pkgsrc/distfiles/ \
-       ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \
        http://ftp.NetBSD.org/pub/pkgsrc/distfiles/



Home | Main Index | Thread Index | Old Index