<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/3e534a7e32698dbf5f2ef68980aca9d50701c3da">https://github.com/macports/macports-ports/commit/3e534a7e32698dbf5f2ef68980aca9d50701c3da</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 3e534a7e326 mkvtoolnix: Update High Sierra to latest
</span>3e534a7e326 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3e534a7e32698dbf5f2ef68980aca9d50701c3da
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Sep 14 07:41:10 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mkvtoolnix: Update High Sierra to latest
</span>---
 multimedia/mkvtoolnix/Portfile | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mkvtoolnix/Portfile b/multimedia/mkvtoolnix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 98e9e6d2fe1..33e1de2f1fa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mkvtoolnix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mkvtoolnix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,18 +21,26 @@ homepage            https://mkvtoolnix.download
</span> master_sites        ${homepage}/sources/
 use_xz              yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} ne "darwin" || ${os.major} > 17} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} ne "darwin" || ${os.major} >= 17} {
</span>     version         50.0.0
     revision        0
     checksums       rmd160  22514a0641e11ff70ab9261465162f007fbd47a7 \
                     sha256  58a5d2c134e476386a1b391913d68d3e1c51dba70f6a33ca4b39c7b61c2e8824 \
                     size    7559852
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.platform} eq "darwin" && ${os.major} == 17} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # libc++ on 10.13 supports std::optional but the compilers that
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # shipped with 10.13's Xcode incorrectly believed that it didn't.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://github.com/llvm/llvm-project/commit/7fb40e1569dd66292b647f4501b85517e9247953
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # MacPorts clang 8 and later have applied this fix.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.blacklist-append clang macports-clang-5.0 macports-clang-6.0 macports-clang-7.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     livecheck.type  regex
     livecheck.url   [lindex ${master_sites} 0]
     livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
 } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # mkvtoolnix 42.0.0 and later do not build on macOS 10.13 or earlier
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # mkvtoolnix 42.0.0 and later do not build on macOS 10.12 or earlier
</span>     # (at least not with the versions of libc++ included on those systems) because:
     # The following features of the C++11/C++14/C++17 standards are not supported by /usr/bin/clang++:
     #   * std::optional (C++17)
</pre><pre style='margin:0'>

</pre>