summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-03 04:58:35 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-03 04:58:35 +0000
commit64e0e4b9f21db6673140b571b97d5fe9586c1cf9 (patch)
tree546d5a645d06c003d7fda88fa6888ed2ebe47365 /Mk
parentInstall 7z.so, needed for manipulating all archive formats but RAR. (diff)
Use download.kde.org as the first option for MASTER_SITE_KDE.
After r338507 we can safely use download.kde.org (a CDN) by default for KDE ports. It's most likely to be the fastest option.
Notes
Notes: svn path=/head/; revision=338522
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 147a548ff657..0a91e7121b43 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -672,6 +672,7 @@ MASTER_SITE_KENAI+= \
# Updated: 2012-10-26
.if !defined(IGNORE_MASTER_SITE_KDE)
MASTER_SITE_KDE+= \
+ http://download.kde.org/%SUBDIR%/ \
ftp://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \
ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.kde.org/%SUBDIR%/ \
http://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \
@@ -724,8 +725,7 @@ MASTER_SITE_KDE+= \
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/kde/&,} \
ftp://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
- http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \
- http://download.kde.org/%SUBDIR%/
+ http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_LOGILAB)