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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5e18f7818a428964952c5ec7221418f09097845c">https://github.com/macports/macports-ports/commit/5e18f7818a428964952c5ec7221418f09097845c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5e18f7818a428964952c5ec7221418f09097845c
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Wed Aug 16 15:03:56 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk: move default variants block up so variants are known
</span>---
 www/webkit2-gtk/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk/Portfile b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 10cf591..14daff9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -149,6 +149,10 @@ post-configure {
</span> configure.cflags-append     -ftemplate-depth=256
 configure.cxxflags-append   -ftemplate-depth=256
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset quartz]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +x11 +gtk2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant quartz conflicts x11 gtk2 {
     require_active_variants port:gtk3 quartz
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -185,10 +189,6 @@ variant gtk2 conflicts quartz description {Enable support for GTK+2 plugins} {
</span>     configure.args-append   -DENABLE_PLUGIN_PROCESS_GTK2=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset quartz]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +x11 +gtk2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> livecheck.type      regex
 livecheck.url       http://webkitgtk.org/releases/
 livecheck.regex     "webkitgtk-(\\d+\\.\\d*\[02468\](?:\\.\\d+)*)"
</pre><pre style='margin:0'>

</pre>