aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-06-18 00:26:04 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-06-18 00:45:11 +0000
commit85b7bdca92038ebc6827448adcd6cfb50bf7fcfa (patch)
tree54b3398ec5b7842ad86747ae0178b8933e705260 /Mk
parentf0071a988b860c8245e1d94900234dfa201f0ac8 (diff)
downloadports-85b7bdca92038ebc6827448adcd6cfb50bf7fcfa.tar.gz
ports-85b7bdca92038ebc6827448adcd6cfb50bf7fcfa.zip
bsd.sites.mk: Update OPENBSD entries
- openbsd.hk is not responding - ftp3.usa is an alias to ftp.usa https://www.openbsd.org/ftp.html Reported by: portscout logs
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index e5a0093ec255..00c6d5216b12 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -742,11 +742,11 @@ MASTER_SITE_NVIDIA+= \
.if !defined(IGNORE_MASTER_SITE_OPENBSD)
MASTER_SITE_OPENBSD+= \
https://cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+ https://cloudflare.cdn.openbsd.org/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://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
https://mirror.leaseweb.com/pub/OpenBSD/%SUBDIR%/ \
- https://openbsd.hk/pub/OpenBSD/%SUBDIR%/ \
https://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/
.endif