summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn>2015-03-06 20:15:19 +0000
committertnn <tnn>2015-03-06 20:15:19 +0000
commitf868fd9f4fdceba953d73989acf3a2ff37063276 (patch)
tree173bf66835b89b78052a6e69554d2a4883649788 /mk
parentfea94410153152297b74643ca8eb509d11008591 (diff)
downloadpkgsrc-f868fd9f4fdceba953d73989acf3a2ff37063276.tar.gz
Changes to MASTER_SITE_BACKUP:
1) Reduce preference of the primary master site: ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ It seems to have stopped mirroring distfiles back in 2012 and we have been falling back to ftp.n.o anyway for years. 2) Remove the the FreeBSD backup master site as per instructions in ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt Unfortunately the new distcache service is not usable as it relies heavily on subdirectories. We need to either contact Funet and ask them to start mirroring again or get a different fast backup site in Europe.
Diffstat (limited to 'mk')
-rw-r--r--mk/fetch/sites.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk
index 38354481af1..ef15f861cb4 100644
--- a/mk/fetch/sites.mk
+++ b/mk/fetch/sites.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.120 2015/03/06 18:01:28 tnn Exp $
+# $NetBSD: sites.mk,v 1.121 2015/03/06 20:15:19 tnn Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -327,7 +327,6 @@ MASTER_SITE_HASKELL_HACKAGE+= \
# The primary backup site.
MASTER_SITE_BACKUP?= \
- ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \
ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \
http://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \
- ftp://ftp.FreeBSD.org/pub/FreeBSD/distfiles/
+ ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/