<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/48cafa4d564887a95b1bff3c52e5f6423c717749">https://github.com/macports/macports-ports/commit/48cafa4d564887a95b1bff3c52e5f6423c717749</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 48cafa4  cmake: Fix typo
</span>48cafa4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 48cafa4d564887a95b1bff3c52e5f6423c717749
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Sep 7 18:00:46 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cmake: Fix typo
</span>---
 devel/cmake/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake/Portfile b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b926cf0..440b432 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -126,7 +126,7 @@ configure.env-append \
</span> # Check if the default compiler has yet to be installed. Used to prevent
 # circular deps involving variants. Has to be tested here before our
 # blacklisting and whitelisting is applied.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} <= 10 && ${cxx_stdib} eq "libc++" && ![file exists ${configure.cxx}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} <= 10 && ${cxx_stdlib} eq "libc++" && ![file exists ${configure.cxx}]} {
</span>     set cmake_bootstrapping yes
 }
 
</pre><pre style='margin:0'>

</pre>