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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/682dbc5f83490fa0a9568bf27f2cc5bcb810fa31">https://github.com/macports/macports-ports/commit/682dbc5f83490fa0a9568bf27f2cc5bcb810fa31</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 682dbc5  gtk3: disable cups on 10.8 too
</span>682dbc5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 682dbc5f83490fa0a9568bf27f2cc5bcb810fa31
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Thu Oct 24 19:00:02 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gtk3: disable cups on 10.8 too
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    10.8 comes with cups 1.6.2, which is below
</span><span style='display:block; white-space:pre;color:#404040;'>    the cutoff of cups 1.7 for this version of gtk3
</span>---
 gnome/gtk3/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gtk3/Portfile b/gnome/gtk3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aa54d99..59f8ea9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gtk3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gtk3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -151,7 +151,7 @@ platform darwin {
</span>             patchfiles-append   patch-gdk_quartz_gdkcursor-quartz-10_6_compat.diff
         }
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} <= 11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} <= 12} {
</span>         # requires cups 1.7
         configure.args-append --disable-cups
     }
</pre><pre style='margin:0'>

</pre>