diff options
author | naddy <naddy@FreeBSD.org> | 2017-02-02 00:16:11 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2017-02-02 00:16:11 +0800 |
commit | da818c685aa759b09e25e31410c408356f7e5359 (patch) | |
tree | 74380f1e075f1872717dcf69d265956c08d8b22c /Mk/bsd.sites.mk | |
parent | 5f9100f2cb2e391050c4a6b6ff34c93b39efabe0 (diff) | |
download | freebsd-ports-gnome-da818c685aa759b09e25e31410c408356f7e5359.tar.gz freebsd-ports-gnome-da818c685aa759b09e25e31410c408356f7e5359.tar.zst freebsd-ports-gnome-da818c685aa759b09e25e31410c408356f7e5359.zip |
Update MASTER_SITE_OPENBSD: OpenBSD mirrors prefer HTTP now and
HTTPS is strongly encouraged. Replace a woefully outdated list of
all OpenBSD mirrors (there are 60+ now) with a reasonable selection.
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 43 |
1 files changed, 6 insertions, 37 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 5f86931b0c34..4fa5a622eaac 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -870,43 +870,12 @@ MASTER_SITE_NVIDIA+= \ .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ - http://anga.funkfeuer.at/ftp/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ - ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp5.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ - ftp://rt.fm/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.heanet.ie/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.belnet.be/packages/openbsd/%SUBDIR%/ \ - http://mirror.pacific.net.au/OpenBSD/%SUBDIR%/ \ - http://ftp.openbsd.dk/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.estpak.ee/pub/OpenBSD/%SUBDIR%/ \ - http://mirror.internode.on.net/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.chg.ru/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.arcane-networks.fr/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.netbsd.se/OpenBSD/%SUBDIR%/ \ - http://www.mirrorservice.org/pub/OpenBSD/%SUBDIR%/ \ - http://mirror.switch.ch/ftp/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.jaist.ac.jp/pub/OpenBSD/%SUBDIR%/ \ - http://ftp.cc.uoc.gr/mirrors/OpenBSD/%SUBDIR%/ \ - http://mirror.hostfuss.com/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.stacken.kth.se/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.ca.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.freebsdchina.org/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.dkuug.dk/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.jyu.fi/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.irisa.fr/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.nara.wide.ad.jp/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.inet.no/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.nluug.nl/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.gamma.ru/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.rediris.es/pub/OpenBSD/%SUBDIR%/ \ - ftp://ftp.su.se/pub/OpenBSD/%SUBDIR%/ \ - ftp://osmirrors.cerias.purdue.edu/pub/OpenBSD/%SUBDIR%/ \ - ftp://carroll.cac.psu.edu/pub/OpenBSD/%SUBDIR%/ \ - ftp://openbsd.mirrors.tds.net/pub/OpenBSD/%SUBDIR%/ \ - http://mirrors.nic.funet.fi/pub/OpenBSD/%SUBDIR%/ + https://ftp.OpenBSD.org/pub/OpenBSD/%SUBDIR%/ \ + https://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ + https://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ + https://openbsd.hk/pub/OpenBSD/%SUBDIR%/ \ + https://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/ \ + https://mirrors.evowise.com/pub/OpenBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OSSP) |