<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/7584af71b4f9b75950c6695fcaa9f52f4faf31cc">https://github.com/macports/macports-ports/commit/7584af71b4f9b75950c6695fcaa9f52f4faf31cc</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 7584af71b4f archive_sites, mirror_sites: Remove stackpath
</span>7584af71b4f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7584af71b4f9b75950c6695fcaa9f52f4faf31cc
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Dec 1 09:48:57 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    archive_sites, mirror_sites: Remove stackpath
</span>---
 _resources/port1.0/fetch/archive_sites.tcl | 2 --
 _resources/port1.0/fetch/mirror_sites.tcl  | 2 --
 2 files changed, 4 deletions(-)

<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 8b6525cd457..0867d18919d 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;'>@@ -9,7 +9,6 @@ namespace eval portfetch::mirror_sites { }
</span> # to their SSL certificate as Subject Alternative Names so we can't use
 # https with them yet.
 global os.platform os.major
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set stackpath   [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
</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:#e0e0e0;'>@@ -34,7 +33,6 @@ set ykf.ca      http
</span> set ywg.ca      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 
 set portfetch::mirror_sites::sites(macports_archives) [lsearch -all -glob -inline -not "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${stackpath}://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;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 fc9b87ebf8c..2a7b85fd5b5 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;'>@@ -422,7 +422,6 @@ set portfetch::mirror_sites::sites(macports) {
</span> # to their SSL certificate as Subject Alternative Names so we can't use
 # https with them yet.
 global os.platform os.major
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set stackpath   [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
</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:#e0e0e0;'>@@ -447,7 +446,6 @@ set ykf.ca      http
</span> set ywg.ca      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 
 set portfetch::mirror_sites::sites(macports_distfiles) [lsearch -all -glob -inline -not "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${stackpath}://distfiles.macports.org/:mirror
</span>     ${aarnet.au}://aarnet.au.distfiles.macports.org/pub/macports/distfiles/:mirror
     ${atl.us}://atl.us.distfiles.macports.org/:mirror
     ${cjj.kr}://cjj.kr.distfiles.macports.org/:mirror
</pre><pre style='margin:0'>

</pre>