<pre style='margin:0'>
Vincent (Veence) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4ac2fd432208d858128e1fcbbea421795fab5ae5">https://github.com/macports/macports-ports/commit/4ac2fd432208d858128e1fcbbea421795fab5ae5</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 4ac2fd4  py-wxpython-4.0: disable all web gadgets for Mac OS 10.15
</span>4ac2fd4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4ac2fd432208d858128e1fcbbea421795fab5ae5
</span>Author: Veence <vince@macports.org>
AuthorDate: Mon Feb 10 13:29:16 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-wxpython-4.0: disable all web gadgets for Mac OS 10.15
</span>---
 python/py-wxpython-4.0/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-wxpython-4.0/Portfile b/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4360927..c45753d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ if {${name} ne ${subport}} {
</span>         # The HIWebView.h file disappeared from the WebKit framework in 10.15, meaning 
         # wxWebKit cannot be built anymore
         if {${os.major} > 18} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            append  extra_options   "'--disable-webkit'"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            append  extra_options   "'--disable-webkit', '--disable-webview', '--disable-webviewwebkit', '--disable-webviewie'"
</span>         }
         reinplace -E "s|configure_opts = \\\[\\\]|configure_opts = \[${extra_options}\]|" \
             ${worksrcpath}/buildtools/build_wxwidgets.py
</pre><pre style='margin:0'>

</pre>