<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/f6770f901618118fa89562766cf528207e0c9794">https://github.com/macports/macports-ports/commit/f6770f901618118fa89562766cf528207e0c9794</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 f6770f90161 Add Fastly CDN
</span>f6770f90161 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f6770f901618118fa89562766cf528207e0c9794
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Apr 23 21:59:14 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Add Fastly CDN
</span>---
 _resources/port1.0/fetch/archive_sites.tcl | 4 +++-
 _resources/port1.0/fetch/mirror_sites.tcl  | 4 +++-
 2 files changed, 6 insertions(+), 2 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 0ab38e26a92..685f9890172 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,6 +9,7 @@ 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:#e0ffe0;'>+set fastly      [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "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 +35,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 "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${nue.de}://packages.macports.org/:nosubdir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ${fastly}://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;'>@@ -44,6 +45,7 @@ set portfetch::mirror_sites::sites(macports_archives) [lsearch -all -glob -inlin
</span>     ${lil.fr}://lil.fr.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:#e0ffe0;'>+    ${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
 " {:*}]
<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 a90437e0a2a..480fbf8c2c8 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;'>@@ -421,6 +421,7 @@ 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:#e0ffe0;'>+set fastly      [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "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;'>@@ -445,6 +446,7 @@ 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:#e0ffe0;'>+    ${fastly}://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
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -456,7 +458,7 @@ set portfetch::mirror_sites::sites(macports_distfiles) [lsearch -all -glob -inli
</span>     ${lil.fr}://lil.fr.distfiles.macports.org/:mirror
     ${mse.uk}://mse.uk.distfiles.macports.org/:mirror
     ${nou.nc}://nou.nc.distfiles.macports.org/pub/macports/distfiles.macports.org/:mirror
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${nue.de}://distfiles.macports.org/:mirror
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ${nue.de}://nue.de.distfiles.macports.org/:mirror
</span>     ${pek.cn}://pek.cn.distfiles.macports.org/macports/distfiles/:mirror
     ${ykf.ca}://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/:mirror
     ${ywg.ca}://ywg.ca.distfiles.macports.org/mirror/macports/distfiles/:mirror
</pre><pre style='margin:0'>

</pre>