<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/6355d7e0c1a99668877cb9930f98575bfd0d7232">https://github.com/macports/macports-ports/commit/6355d7e0c1a99668877cb9930f98575bfd0d7232</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6355d7e0c1a99668877cb9930f98575bfd0d7232
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Jan 26 09:59:03 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    texlive-bin: remove deprecated PortGroup cxx11
</span>---
 tex/texlive-bin/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<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 100d6da..6bf0f96 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;'>@@ -3,7 +3,6 @@
</span> PortSystem      1.0
 PortGroup       compiler_blacklist_versions 1.0
 PortGroup       texlive 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup       cxx11 1.1
</span> 
 # Note: due to poppler compatibility issues, we are temporarily using
 # the texlive-provided version of poppler rather than the port; we'll
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +47,10 @@ use_xz          yes
</span> distname        texlive-source-${version}-stripped
 worksrcdir      ${distname}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set tlpkgdistname   tlpkg-TeXLive-${version}
 distfiles-append    ${tlpkgdistname}${extract.suffix}
 
</pre><pre style='margin:0'>

</pre>