<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/9bda30ea3264b0a99332fa38ad9687458cd32f1b">https://github.com/macports/macports-ports/commit/9bda30ea3264b0a99332fa38ad9687458cd32f1b</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 9bda30e  libvpx: Remove references to clang-3.9
</span>9bda30e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9bda30ea3264b0a99332fa38ad9687458cd32f1b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jul 11 00:29:19 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libvpx: Remove references to clang-3.9
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    clang-3.9 has been removed from MacPorts.
</span>---
 multimedia/libvpx/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libvpx/Portfile b/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d128df..cb11f1e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,12 +51,12 @@ patchfiles          patch-build-make-configure.sh.diff \
</span> # {standard input}:unknown:Undefined local symbol LC2
 
 compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 800} macports-clang-3.3 macports-clang-3.4 macports-clang-3.7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Make sure that mp-clang-3.9 is picked if all compilers were blacklisted.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Make sure that mp-clang-5.0 is picked if all compilers were blacklisted.
</span> # Especially important for 10.6 on libc++, since the fallback list contains macports-clang-3.7
 # as the first, and thus selected, fallback option (even though it has been blacklisted earlier).
 compiler.fallback-append macports-clang-5.0 macports-clang-6.0 macports-clang-7.0 macports-clang-8.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license_noconflict  clang-3.9 clang-5.0 clang-6.0 clang-7.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict  clang-5.0 clang-6.0 clang-7.0
</span> 
 # As of 1.7.0: builds both static and shared libraries
 # doesn't install docs or examples correctly, so disable them.
</pre><pre style='margin:0'>

</pre>