diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-19 18:04:41 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-19 18:08:33 +0000 |
commit | 0882d238e9b48a0cccf8517711fef1dd3fc9e064 (patch) | |
tree | a290bedfaafe2704946675638d4f47eafe9bd950 /Mk/bsd.sites.mk | |
parent | 3359d7dd4f39a92f0d9af7ee6221fa9561ea97b3 (diff) |
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index a98eee27a8ea..e5a0093ec255 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -224,26 +224,14 @@ MASTER_SITE_GCC+= \ .if !defined(IGNORE_MASTER_SITE_GENTOO) MASTER_SITE_GENTOO+= \ - http://gentoo.mirrors.pair.com/%SUBDIR%/ \ - http://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%SUBDIR%/ \ - http://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ - http://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ - https://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ - http://gentoo.inode.at/%SUBDIR%/ \ - http://gentoo.gg3.net/%SUBDIR%/ \ - http://mirrors.163.com/gentoo/%SUBDIR%/ \ - ftp://ftp.gtlib.gatech.edu/pub/gentoo/%SUBDIR%/ \ - ftp://ftp.ussg.iu.edu/pub/linux/gentoo/%SUBDIR%/ \ - ftp://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ - ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ - ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ - ftp://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ - ftp://ftp.tu-clausthal.de/pub/linux/gentoo/%SUBDIR%/ \ - ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/%SUBDIR%/ \ - ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \ - ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ - ftp://gentoo.inode.at/source/%SUBDIR%/ + https://mirror.leaseweb.com/gentoo/%SUBDIR%/ \ + https://mirror.rackspace.com/gentoo/%SUBDIR%/ \ + https://mirror.init7.net/gentoo/%SUBDIR%/ \ + https://mirrors.rit.edu/gentoo/%SUBDIR%/ \ + http://ftp.iij.ad.jp/pub/linux/gentoo/%SUBDIR%/ \ + http://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/%SUBDIR%/ \ + http://ftp.uni-hannover.de/gentoo/%SUBDIR%/ \ + http://gentoo-mirror.flux.utah.edu/%SUBDIR%/ .endif # Keep this before USE_GITHUB |