<pre style='margin:0'>
Dan Ports (drkp) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0942217ebc4fb55abdb605cc77cf069a22d92f26">https://github.com/macports/macports-ports/commit/0942217ebc4fb55abdb605cc77cf069a22d92f26</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 0942217 various texlive ports: reorder master_sites to fix livecheck
</span>0942217 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0942217ebc4fb55abdb605cc77cf069a22d92f26
</span>Author: Dan R. K. Ports <dports@macports.org>
AuthorDate: Tue Jul 23 01:43:36 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> various texlive ports: reorder master_sites to fix livecheck
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See #4798
</span>---
_resources/port1.0/group/texlive-1.0.tcl | 6 +++---
tex/texlive-bin/Portfile | 5 +++--
tex/texlive-common/Portfile | 5 +++--
3 files changed, 9 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/texlive-1.0.tcl b/_resources/port1.0/group/texlive-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 27f245f..e7ff8d2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/texlive-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/texlive-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -133,9 +133,9 @@ proc texlive.texmfport {} {
</span> supported_archs noarch
installs_libs no
<span style='display:block; white-space:pre;background:#ffe0e0;'>- master_sites https://giraffe.cs.washington.edu/texlive/ \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- https://alpaca.cs.washington.edu/texlive/ \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- https://www.ambulatoryclam.net/texlive/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ master_sites https://www.ambulatoryclam.net/texlive/ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ https://giraffe.cs.washington.edu/texlive/ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ https://alpaca.cs.washington.edu/texlive/
</span> use_xz yes
global name master_sites distname extract.suffix
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tex/texlive-bin/Portfile b/tex/texlive-bin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e336bf5..02ff940 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tex/texlive-bin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tex/texlive-bin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,9 +39,10 @@ license Copyleft Permissive LGPL-2.1+ BSD
</span> # download time, it omits a number of libraries and utilities that we
# don't build. However, the port should still work with an unmodified
# texlive distfile.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites https://giraffe.cs.washington.edu/texlive/ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites https://www.ambulatoryclam.net/texlive/ \
</span> https://alpaca.cs.washington.edu/texlive/ \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- https://www.ambulatoryclam.net/texlive/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ https://giraffe.cs.washington.edu/texlive/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_xz yes
distname texlive-source-${version}-stripped
worksrcdir ${distname}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tex/texlive-common/Portfile b/tex/texlive-common/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b1e8da3..c095a4e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tex/texlive-common/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tex/texlive-common/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +19,10 @@ platforms darwin
</span> supported_archs noarch
license Permissive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites https://giraffe.cs.washington.edu/texlive/ \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites https://www.ambulatoryclam.net/texlive/ \
</span> https://alpaca.cs.washington.edu/texlive/ \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- https://www.ambulatoryclam.net/texlive/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ https://giraffe.cs.washington.edu/texlive/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> worksrcdir ${distname}
use_xz yes
</pre><pre style='margin:0'>
</pre>