1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

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
This commit is contained in:
Daniel Engberg 2021-10-24 22:12:04 +02:00
parent acd30a7124
commit 34197c5c60

View File

@ -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)