aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-11-26 09:12:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-11-26 09:12:26 +0000
commitb73cc98758fe67d76a6c7ddc20ad3a321a01e666 (patch)
treeed9cd77048b30ead0b016665a0376ceeda0a072c
parent671b13bcc14a4ca96a7e3cc5c2ccdde385ca326c (diff)
downloadports-b73cc98758fe67d76a6c7ddc20ad3a321a01e666.tar.gz
ports-b73cc98758fe67d76a6c7ddc20ad3a321a01e666.zip
Mk/bsd.sites.mk: actualize SourceForge mirror list (more complete)
Test resolving and connectivity (proper HTTP response) for every officially endorsed mirror from three different locations, using this simple shell script: set -e for m in $(grep -v ^# /tmp/sf-mirrors); do host ${m}.dl.sourceforge.net curl --connect-timeout 30 -I http://${m}.dl.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%202.2.4/lazarus-2.2.4-0.tar.gz done With the following results over numerous runs: GOX mirror (Itauna, Brazil) was inaccessible from everywhere; additionally, AltusHost (Stockholm) and YeR (Azerbaijan) were inaccessible from China, so do not offer them for the moment. Please keep in mind that not all mirrors might be enabled at once (mirrors sometimes are pulled from rotation), and not all mirrors have all files -- in this case, it will respond with HTTP/1.1 302 Moved Temporarily redirect to another site. Tested from: Guangzhou (China Mobile), New York City (NYI), Saint Petersburg (Rostelecom)
-rw-r--r--Mk/bsd.sites.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 905a34aca25f..e1afd2a93c2a 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -912,12 +912,14 @@ MASTER_SITE_SAVANNAH+= \
.endif
# List: https://sourceforge.net/p/forge/documentation/Mirrors/
-# Updated: 2017-03-13
+# Updated: 2022-11-26
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE)
. for p in https http
MASTER_SITE_SOURCEFORGE+= ${p}://downloads.sourceforge.net/project/%SUBDIR%/
-. for m in excellmedia freefr jaist nchc \
- netcologne netix ufpr vorboss versaweb
+. for m in cfhcable cytranet deac-ams deac-fra deac-riga excellmedia \
+ freefr gigenet ixpeering jaist jztkft kumisystems liquidtelecom \
+ nchc netactuate netcologne netix onboardcloud phoenixnap \
+ razaoinfo sinalbr sitsa sonik tenet udomain ufpr versaweb
MASTER_SITE_SOURCEFORGE+= ${p}://${m}.dl.sourceforge.net/project/%SUBDIR%/
. endfor
. endfor