svn commit: r338522 - head/Mk

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 3 04:58:35 UTC 2014


Author: rakuco
Date: Fri Jan  3 04:58:35 2014
New Revision: 338522
URL: http://svnweb.freebsd.org/changeset/ports/338522

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

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Jan  3 04:21:55 2014	(r338521)
+++ head/Mk/bsd.sites.mk	Fri Jan  3 04:58:35 2014	(r338522)
@@ -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)


More information about the svn-ports-all mailing list