pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/fetch



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Sep 29 06:17:12 UTC 2017

Modified Files:
        pkgsrc/mk/fetch: sites.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/mk/fetch/sites.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.153 pkgsrc/mk/fetch/sites.mk:1.154
--- pkgsrc/mk/fetch/sites.mk:1.153      Sun Sep 17 10:55:17 2017
+++ pkgsrc/mk/fetch/sites.mk    Fri Sep 29 06:17:12 2017
@@ -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_HASKELL_HACKAGE+=       \
 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