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: Sun Feb 18 19:31:56 UTC 2018
Modified Files:
pkgsrc/mk/fetch: sites.mk
Log Message:
Reorder MASTER_SITES_GNU:
- Put the main mirror at the lowest priority. it seems to be struggling.
- Add two mirrors that seem decent at the highest priority.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 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.156 pkgsrc/mk/fetch/sites.mk:1.157
--- pkgsrc/mk/fetch/sites.mk:1.156 Sun Dec 3 11:01:19 2017
+++ pkgsrc/mk/fetch/sites.mk Sun Feb 18 19:31:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.156 2017/12/03 11:01:19 wiz Exp $
+# $NetBSD: sites.mk,v 1.157 2018/02/18 19:31:56 maya Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -13,12 +13,14 @@ MASTER_SITE_XCONTRIB+= \
ftp://ftp.x.org/contrib/
MASTER_SITE_GNU+= \
- http://ftp.gnu.org/pub/gnu/ \
- ftp://ftp.gnu.org/pub/gnu/ \
- ftp://ftp.funet.fi/pub/gnu/prep/ \
- http://mirrors.kernel.org/gnu/ \
+ https://mirrors.dotsrc.org/gnu/ \
+ https://ftp.nluug.nl/pub/gnu/ \
ftp://ftp.lip6.fr/pub/gnu/ \
- http://gd.tuwien.ac.at/gnu/gnusrc/
+ http://mirrors.kernel.org/gnu/ \
+ ftp://ftp.funet.fi/pub/gnu/prep/ \
+ http://gd.tuwien.ac.at/gnu/gnusrc/ \
+ http://ftp.gnu.org/pub/gnu/ \
+ ftp://ftp.gnu.org/pub/gnu/
MASTER_SITE_GITHUB+= \
https://github.com/
Home |
Main Index |
Thread Index |
Old Index