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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ce1f37338361b95e911b6a60864c3c041321fc37">https://github.com/macports/macports-ports/commit/ce1f37338361b95e911b6a60864c3c041321fc37</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 ce1f373  py-cairo: only add quartz to default variants if cairo has it
</span>ce1f373 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ce1f37338361b95e911b6a60864c3c041321fc37
</span>Author: Sean Farley <sean@macports.org>
AuthorDate: Wed Dec 13 14:31:36 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-cairo: only add quartz to default variants if cairo has it
</span>---
 python/py-cairo/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cairo/Portfile b/python/py-cairo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bca1cc5..649de1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cairo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cairo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,9 @@ if {${name} ne ${subport}} {
</span>         require_active_variants cairo x11
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +quartz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[catch {set result [active_variants cairo quartz]}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        default_variants-append +quartz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> 
     if {[catch {set result [active_variants cairo x11]}]} {
         default_variants-append +x11
</pre><pre style='margin:0'>

</pre>