Date: Sat, 30 May 2026 20:38:05 +0000 From: Michael Osipov <michaelo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Michael Osipov <michaelo@apache.org> Subject: git: 93ac1e350d3a - main - Mk/bsd.sites.mk: Skim and update Apache sites Message-ID: <6a1b4aad.32b9a.465ec83b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=93ac1e350d3a51eb26aa26e5c7aa62b3e03c8939 commit 93ac1e350d3a51eb26aa26e5c7aa62b3e03c8939 Author: Michael Osipov <michaelo@apache.org> AuthorDate: 2026-05-29 16:31:23 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2026-05-30 20:37:54 +0000 Mk/bsd.sites.mk: Skim and update Apache sites The Apache mirror network has been shut down years ago because we moved to a CDN. Therefore, use the latest download CDN and nothing else. Reviewed by: diizzy Reference: https://www.apache.org/mirrors Differential Revision: https://reviews.freebsd.org/D57335 --- Mk/bsd.sites.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index d617cb1f6243..0390d2befb20 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -45,12 +45,7 @@ MASTER_SITE_AFTERSTEP+= \ .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ - https://dlcdn.apache.org/%SUBDIR%/ \ - https://ftp.wayne.edu/apache/%SUBDIR%/ \ - https://mirror.its.dal.ca/apache/%SUBDIR%/ \ - http://mirror.cogentco.com/pub/apache/%SUBDIR%/ \ - http://mirror.navercorp.com/apache/%SUBDIR%/ \ - http://miroir.univ-lorraine.fr/apache/%SUBDIR%/ + https://dlcdn.apache.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1b4aad.32b9a.465ec83b>
