diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-03 12:58:35 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-03 12:58:35 +0800 |
commit | 893fb37910a96d7c1ad68a35ad5e880dd2a65423 (patch) | |
tree | 546d5a645d06c003d7fda88fa6888ed2ebe47365 /Mk | |
parent | 72a66b2bec38a62c91bcadc8fd118ad4dd5c2864 (diff) | |
download | freebsd-ports-gnome-893fb37910a96d7c1ad68a35ad5e880dd2a65423.tar.gz freebsd-ports-gnome-893fb37910a96d7c1ad68a35ad5e880dd2a65423.tar.zst freebsd-ports-gnome-893fb37910a96d7c1ad68a35ad5e880dd2a65423.zip |
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.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
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) |