git: 3d55e239c14c - main - Mk/bsd.sites.mk: Chase https://www.apache.org/dist/ redirection
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 02:11:01 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d55e239c14c71699626c63ce0108f67739073c7 commit 3d55e239c14c71699626c63ce0108f67739073c7 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-10-20 02:09:08 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-10-20 02:09:08 +0000 Mk/bsd.sites.mk: Chase https://www.apache.org/dist/ redirection It's https://downloads.apache.org/ now and directly use it to remove unnecessary requests. --- Mk/bsd.sites.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 628809db1f25..9cb4d5c1ac36 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -46,7 +46,7 @@ MASTER_SITE_AFTERSTEP+= \ .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ - https://www.apache.org/dist/%SUBDIR%/ \ + https://downloads.apache.org/%SUBDIR%/ \ https://archive.apache.org/dist/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ http://apache.mirror.uber.com.au/%SUBDIR%/ \