<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eb8e953cec7db6e9f85a92b3342c8805fbf8b1af">https://github.com/macports/macports-ports/commit/eb8e953cec7db6e9f85a92b3342c8805fbf8b1af</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 eb8e953cec7 archive_sites, mirror_sites: Add atl.us mirror
</span>eb8e953cec7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eb8e953cec7db6e9f85a92b3342c8805fbf8b1af
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Nov 17 14:35:19 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    archive_sites, mirror_sites: Add atl.us mirror
</span>---
 _resources/port1.0/fetch/archive_sites.tcl | 2 ++
 _resources/port1.0/fetch/mirror_sites.tcl  | 2 ++
 2 files changed, 4 insertions(+)

<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 c18a7c753a2..8b6525cd457 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;'>@@ -13,6 +13,7 @@ set stackpath   [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" :
</span> # cert doesn't have macports.org SANs; admin notified
 #set aarnet.au   [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
 set aarnet.au   http
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set atl.us      http
</span> set cph.dk      [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
 set cjj.kr      http
 # cert doesn't have macports.org SANs; admin notified
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +35,7 @@ set ywg.ca      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" :
</span> 
 set portfetch::mirror_sites::sites(macports_archives) [lsearch -all -glob -inline -not "
     ${stackpath}://packages.macports.org/:nosubdir
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    ${atl.us}://atl.us.packages.macports.org/:nosubdir
</span>     ${cph.dk}://cph.dk.packages.macports.org/:nosubdir
     ${fco.it}://fco.it.packages.macports.org/:nosubdir
     ${jnb.za}://jnb.za.packages.macports.org/packages/:nosubdir
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/fetch/mirror_sites.tcl b/_resources/port1.0/fetch/mirror_sites.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 22a16b1775f..fc9b87ebf8c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/fetch/mirror_sites.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/fetch/mirror_sites.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -426,6 +426,7 @@ set stackpath   [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" :
</span> # cert doesn't have macports.org SANs; admin notified
 #set aarnet.au   [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
 set aarnet.au   http
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set atl.us      http
</span> set cph.dk      [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
 set cjj.kr      http
 # cert doesn't have macports.org SANs; admin notified
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -448,6 +449,7 @@ set ywg.ca      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" :
</span> set portfetch::mirror_sites::sites(macports_distfiles) [lsearch -all -glob -inline -not "
     ${stackpath}://distfiles.macports.org/:mirror
     ${aarnet.au}://aarnet.au.distfiles.macports.org/pub/macports/distfiles/:mirror
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    ${atl.us}://atl.us.distfiles.macports.org/:mirror
</span>     ${cjj.kr}://cjj.kr.distfiles.macports.org/:mirror
     ${cph.dk}://cph.dk.distfiles.macports.org/:mirror
     ${fco.it}://fco.it.distfiles.macports.org/:mirror
</pre><pre style='margin:0'>

</pre>