<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/52dad7d3d0363141f1acae70c435aaec0b5a3583">https://github.com/macports/macports-ports/commit/52dad7d3d0363141f1acae70c435aaec0b5a3583</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 52dad7d3d03 Put primary packages server back in the right spot
</span>52dad7d3d03 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 52dad7d3d0363141f1acae70c435aaec0b5a3583
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed May 19 21:18:19 2021 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Put primary packages server back in the right spot
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    As the comment says, the primary packages server needs to be kept
</span><span style='display:block; white-space:pre;color:#404040;'>    first in the list. 7b44114 caused atl.us to be treated as the primary
</span><span style='display:block; white-space:pre;color:#404040;'>    server in most cases, but nue.de is the one that should be.
</span>---
 _resources/port1.0/fetch/archive_sites.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/fetch/archive_sites.tcl b/_resources/port1.0/fetch/archive_sites.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index dc80dab73ba..5fe3d67a001 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/fetch/archive_sites.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/fetch/archive_sites.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,7 @@ set ywg.ca      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" :
</span> # Keep the primary packages server first in the list
 set portfetch::mirror_sites::sites(macports_archives) [lsearch -all -glob -inline -not "
     ${fastly}://packages.macports.org/:nosubdir
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    ${nue.de}://nue.de.packages.macports.org/:nosubdir
</span>     ${atl.us}://atl.us.packages.macports.org/:nosubdir
     ${cph.dk}://cph.dk.packages.macports.org/:nosubdir
     ${fco.it}://fco.it.packages.macports.org/:nosubdir
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +50,6 @@ set portfetch::mirror_sites::sites(macports_archives) [lsearch -all -glob -inlin
</span>     ${kmq.jp}://kmq.jp.packages.macports.org/:nosubdir
     ${mse.uk}://mse.uk.packages.macports.org/:nosubdir
     ${nou.nc}://nou.nc.packages.macports.org/pub/macports/packages.macports.org/:nosubdir
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${nue.de}://nue.de.packages.macports.org/:nosubdir
</span>     ${pek.cn}://pek.cn.packages.macports.org/macports/packages/:nosubdir
     ${ywg.ca}://ywg.ca.packages.macports.org/mirror/macports/packages/:nosubdir
 " {:*}]
</pre><pre style='margin:0'>

</pre>