Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 02:11:01 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d55e239c14c - main - Mk/bsd.sites.mk: Chase https://www.apache.org/dist/ redirection
Message-ID:  <202110200211.19K2B1xa058516@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110200211.19K2B1xa058516>