<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/7d12bddfd9d9dd856ff66f22f6f51603e4bbfbad">https://github.com/macports/macports-ports/commit/7d12bddfd9d9dd856ff66f22f6f51603e4bbfbad</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 7d12bddfd9d archive_sites.tcl, mirror_sites.tcl: Remove nou.nc
</span>7d12bddfd9d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7d12bddfd9d9dd856ff66f22f6f51603e4bbfbad
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jul 20 15:44:37 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    archive_sites.tcl, mirror_sites.tcl: Remove nou.nc
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove nou.nc mirror. The administrators notified us they have removed
</span><span style='display:block; white-space:pre;color:#404040;'>    the MacPorts files from the mirror because they were not accessed often
</span><span style='display:block; white-space:pre;color:#404040;'>    and they ran out of disk space.
</span>---
 _resources/port1.0/fetch/archive_sites.tcl | 3 ---
 _resources/port1.0/fetch/mirror_sites.tcl  | 3 ---
 2 files changed, 6 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 b07aae4ff82..6006b422622 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;'>@@ -24,8 +24,6 @@ set jnb.za      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "" : "ht
</span> set jog.id      http
 set kmq.jp      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 set mse.uk      [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# server is (temporarily?) offline
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set nou.nc      ""
</span> set nue.de      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 set pek.cn      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 # cert doesn't have macports.org SANs; admin notified
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +43,6 @@ set portfetch::mirror_sites::sites(macports_archives) [lsearch -all -glob -inlin
</span>     ${jog.id}://jog.id.packages.macports.org/macports/packages/:nosubdir
     ${kmq.jp}://kmq.jp.packages.macports.org/:nosubdir
     ${mse.uk}://mse.uk.packages.macports.org/:nosubdir
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${nou.nc}://nou.nc.packages.macports.org/pub/macports/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 f1653bd5502..9c8a2cb8d1c 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;'>@@ -436,8 +436,6 @@ set jnb.za      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "" : "ht
</span> set jog.id      http
 set kmq.jp      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 set mse.uk      [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# server is (temporarily?) offline
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set nou.nc      ""
</span> set nue.de      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 set pek.cn      [expr {${os.platform} eq "darwin" && ${os.major} < 10 ? "http" : "https"}]
 # cert doesn't have macports.org SANs; admin notified
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -457,7 +455,6 @@ set portfetch::mirror_sites::sites(macports_distfiles) [lsearch -all -glob -inli
</span>     ${jog.id}://jog.id.distfiles.macports.org/macports/distfiles/:mirror
     ${kmq.jp}://kmq.jp.distfiles.macports.org/:mirror
     ${mse.uk}://mse.uk.distfiles.macports.org/:mirror
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${nou.nc}://nou.nc.distfiles.macports.org/pub/macports/distfiles.macports.org/:mirror
</span>     ${nue.de}://nue.de.distfiles.macports.org/:mirror
     ${pek.cn}://pek.cn.distfiles.macports.org/macports/distfiles/:mirror
     ${ykf.ca}://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/:mirror
</pre><pre style='margin:0'>

</pre>