diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-26 13:48:03 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-26 13:48:29 +0000 |
commit | 71d80d6495cc95688a2b6588b45196259b139c24 (patch) | |
tree | 8eebae344382893fa1e7935c3b8c7178dcd6d3a9 | |
parent | 58df67cee573cda430507ec9a02b46793bf4e4bb (diff) | |
download | ports-71d80d6495cc95688a2b6588b45196259b139c24.tar.gz ports-71d80d6495cc95688a2b6588b45196259b139c24.zip |
bsd.sites.mk: remove non-default KDE mirrors
-rw-r--r-- | Mk/bsd.sites.mk | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 90beb9d1e9e9..0652cdb16a30 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -716,42 +716,7 @@ MASTER_SITE_ISC+= \ # Updated: 2012-10-26 .if !defined(IGNORE_MASTER_SITE_KDE) MASTER_SITE_KDE+= \ - https://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%/ \ - http://kde.mirrors.tds.net/pub/kde/%SUBDIR%/ \ - ftp://ftp.rz.uni-wuerzburg.de/pub/unix/kde/%SUBDIR%/ \ - https://mirrors.dotsrc.org/kde/%SUBDIR%/ \ - ftp://mirrors.dotsrc.org/kde/%SUBDIR%/ \ - ftp://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ - http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ - ftp://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ - https://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ - ftp://ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ - http://www-ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ - https://ftp-stud.hs-esslingen.de/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ - ftp://ftp.cronyx.ru/pub/mirror/kde/%SUBDIR%/ \ - ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/%SUBDIR%/ \ - ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/kde/%SUBDIR%/ \ - ftp://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ - http://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ - ftp://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ - https://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ - ftp://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ - http://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ - ftp://ftp.ussg.iu.edu/pub/kde/%SUBDIR%/ \ - http://ftp.ussg.iu.edu/kde/%SUBDIR%/ \ - ftp://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ - http://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ - http://mirror.cc.columbia.edu/pub/software/kde/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ - https://www.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ - https://ftp.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ - http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ - http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ - https://kde.cs.nctu.edu.tw/ftp/%SUBDIR%/ + https://download.kde.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_LIBREOFFICE_DEV) |