Date: Sun, 24 Mar 2024 08:39:45 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2423a87f094b - main - Mk/bsd.sites.mk: Remove dead mirrors Message-ID: <202403240839.42O8djvi097434@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2423a87f094b74704d05b2b3db005c13fe6b2ed0 commit 2423a87f094b74704d05b2b3db005c13fe6b2ed0 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-24 08:11:50 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-24 08:39:30 +0000 Mk/bsd.sites.mk: Remove dead mirrors Remove various dead mirrors that do not connect or no longer serve requested files --- Mk/bsd.sites.mk | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 1e7ef2622035..404ef549dc4f 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -104,7 +104,6 @@ MASTER_SITE_CRAN+= \ http://cran.utstat.utoronto.ca/%SUBDIR%/ \ https://cran.csiro.au/%SUBDIR%/ \ https://mirrors.tuna.tsinghua.edu.cn/CRAN/%SUBDIR%/ \ - http://camoruco.ing.uc.edu.ve/cran/%SUBDIR%/ \ https://mirror.las.iastate.edu/CRAN/%SUBDIR%/ \ https://cran.ma.imperial.ac.uk/%SUBDIR%/ \ https://cran.ism.ac.jp/%SUBDIR%/ @@ -134,8 +133,7 @@ MASTER_SITE_DEBIAN_POOL+= \ .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ https://ftp-stud.hs-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ - https://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ \ - http://eclipse.stu.edu.tw/%SUBDIR%/ + https://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ .endif # List: https://www.exim.org/mirmon/ftp_mirrors.html @@ -784,8 +782,7 @@ MASTER_SITE_OSSP+= \ .if !defined(IGNORE_MASTER_SITE_PACKETSTORM) MASTER_SITE_PACKETSTORM+= \ - https://dl.packetstormsecurity.net/%SUBDIR%/ \ - https://packetstorm.foofus.com/%SUBDIR%/ + https://dl.packetstormsecurity.net/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PERL_CPAN) @@ -853,8 +850,6 @@ MASTER_SITE_QMAIL+= \ http://qmail.glasswings.com.au/%SUBDIR%/ \ http://qmail.psshee.com/%SUBDIR%/ \ http://www.agria.hu/qmail/%SUBDIR%/ \ - http://qmail.netvisao.pt/%SUBDIR%/ \ - http://qmail.ipg.sk/%SUBDIR%/ \ http://qmail.omnis.ch/%SUBDIR%/ \ http://www.qmail.org/%SUBDIR%/ .endif @@ -865,7 +860,6 @@ MASTER_SITE_QT+= \ http://master.qt.io/%SUBDIR%/ \ https://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \ - http://qtmirror.ics.com/pub/qtproject/%SUBDIR%/ \ https://ftp.jaist.ac.jp/pub/qtproject/%SUBDIR%/ .endif @@ -908,9 +902,9 @@ MASTER_SITE_SAVANNAH+= \ . for p in https http MASTER_SITE_SOURCEFORGE+= ${p}://downloads.sourceforge.net/project/%SUBDIR%/ . for m in cfhcable cytranet deac-ams deac-fra deac-riga excellmedia \ - freefr gigenet ixpeering jaist jztkft kumisystems liquidtelecom \ + freefr gigenet ixpeering jaist kumisystems liquidtelecom \ nchc netactuate netcologne netix onboardcloud phoenixnap \ - razaoinfo sinalbr sitsa sonik tenet udomain ufpr versaweb + razaoinfo sinalbr sitsa tenet udomain ufpr versaweb MASTER_SITE_SOURCEFORGE+= ${p}://${m}.dl.sourceforge.net/project/%SUBDIR%/ . endfor . endfor @@ -1007,7 +1001,6 @@ MASTER_SITE_TOR+= \ http://tor.cyberarmy.at/dist/%SUBDIR%/ \ http://tor.dont-know-me.at/dist/%SUBDIR%/ \ http://tor.factor.cc/dist/%SUBDIR%/ \ - http://tor.homosu.net/dist/%SUBDIR%/ \ http://tor.idnr.ws/dist/%SUBDIR%/ \ http://tor.kamagurka.org/dist/%SUBDIR%/ \ http://tor.spline.de/dist/%SUBDIR%/ \ @@ -1039,8 +1032,7 @@ MASTER_SITE_XFCE+= \ https://mirror.netcologne.de/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \ https://ftp.cixug.es/xfce/src/%SUBDIR%/${_XFCE_PATH}/ \ https://archive.be.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ \ - https://archive.al-us.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ \ - http://mirror.perldude.de/archive.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ + https://archive.al-us.xfce.org/src/%SUBDIR%/${_XFCE_PATH}/ .endif .if !defined(IGNORE_MASTER_SITE_XORG) @@ -1053,7 +1045,6 @@ MASTER_SITE_XORG+= \ https://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/%SUBDIR%/ \ - http://xorg.mirrors.pair.com/%SUBDIR%/ \ http://ftp.kaist.ac.kr/x.org/%SUBDIR%/ .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403240839.42O8djvi097434>