git: 85b7bdca9203 - main - bsd.sites.mk: Update OPENBSD entries

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sun, 18 Jun 2023 00:45:57 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85b7bdca92038ebc6827448adcd6cfb50bf7fcfa

commit 85b7bdca92038ebc6827448adcd6cfb50bf7fcfa
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-06-18 00:26:04 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-06-18 00:45:11 +0000

    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
---
 Mk/bsd.sites.mk | 4 ++--
 1 file 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