<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/66b2f5445a9f1994fe12c4ea333a915c30bbc3b9">https://github.com/macports/macports-ports/commit/66b2f5445a9f1994fe12c4ea333a915c30bbc3b9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 66b2f5445a9f1994fe12c4ea333a915c30bbc3b9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Sep 19 19:44:44 2022 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libproxy/Portfile b/net/libproxy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8db088b3b74..8bac76a69b7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libproxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libproxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@ configure.args-append \
</span> # Fix an issue with clang-900 (Xcode 9) using the Sierra SDK, <rdar://problem/31263056>
 configure.cppflags-append -D_DARWIN_C_SOURCE=1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Set standard via cxx flags, as cmake.set_cxx_flags is not working properly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Set standard via cxx flags, as cmake.set_cxx_standard is not working properly
</span> configure.cxxflags-append -std=c++11
 
 variant python27 conflicts python38 python36 python37 python39 description {Build Bindings for Python 2.7} {
</pre><pre style='margin:0'>

</pre>