From 91d8eb55dad9a2f36d7eb0d718d3197a2f06cd34 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Tue, 7 Apr 2026 07:20:33 -0500 Subject: [PATCH] Blacklist mirror.fcix.net and mirror.sjtu.edu.cn These are official mirrors that don't use *.macports.org hostnames for various reasons. --- mpbb-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpbb-checkout b/mpbb-checkout index 0c7279c..bccda55 100644 --- a/mpbb-checkout +++ b/mpbb-checkout @@ -211,7 +211,7 @@ checkout() { # Automatically overwritten by mpbb-checkout # Do not edit !!! sources_conf ${option_work_dir}/sources.conf -host_blacklist *.distfiles.macports.org *.packages.macports.org +host_blacklist *.distfiles.macports.org *.packages.macports.org mirror.fcix.net mirror.sjtu.edu.cn archive_site_local ${archive_site_local} binpath ${option_binpath} EOF