aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-24 20:12:04 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-24 20:12:08 +0000
commit34197c5c60d360ad5af37c3e8aaf4d18176d4f3b (patch)
treed0518ee93a7ecea64e1340e35064113623751579
parentacd30a7124ecf0d6b4759757a4c9faf94a0f78b0 (diff)
downloadports-34197c5c60d360ad5af37c3e8aaf4d18176d4f3b.tar.gz
ports-34197c5c60d360ad5af37c3e8aaf4d18176d4f3b.zip
Mk/bsd.sites.mk: Update APACHE site list
Start by using CDN, try mirrors with good overall connectivity and geographically apart if CDN fails. Reference: https://www.apache.org/mirrors/dist.html Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32382
-rw-r--r--Mk/bsd.sites.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index f5fbc303201d..ac66be4d02e8 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -46,16 +46,16 @@ MASTER_SITE_AFTERSTEP+= \
.if !defined(IGNORE_MASTER_SITE_APACHE)
MASTER_SITE_APACHE+= \
- https://downloads.apache.org/%SUBDIR%/ \
- https://archive.apache.org/dist/%SUBDIR%/ \
- http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \
- http://apache.spd.co.il/%SUBDIR%/ \
- https://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR%/ \
- https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \
- ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \
- ftp://xenia.sote.hu/pub/mirrors/www.apache.org/%SUBDIR%/ \
- ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \
- https://mirrors.ircam.fr/pub/apache/%SUBDIR%/
+ https://dlcdn.apache.org/%SUBDIR%/ \
+ https://mirror.netcologne.de/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://ftp.kddi-research.jp/infosystems/apache/%SUBDIR%/ \
+ http://miroir.univ-lorraine.fr/apache/%SUBDIR%/ \
+ ftp://ftp.acc.umu.se/mirror/apache.org/%SUBDIR%/ \
+ ftp://ftp.nluug.nl/internet/apache/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES)