<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7dbdee1ad682f5a5e1683c844c0179d74543398e">https://github.com/macports/macports-ports/commit/7dbdee1ad682f5a5e1683c844c0179d74543398e</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 7dbdee1ad68 anjuta: update variants, rebuild with latest libraries
</span>7dbdee1ad68 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7dbdee1ad682f5a5e1683c844c0179d74543398e
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Jul 7 12:14:05 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    anjuta: update variants, rebuild with latest libraries
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * drop variant +python35, add +python38 as default
</span><span style='display:block; white-space:pre;color:#404040;'>    * disable +vala as default, not compatible with vala > 0.40
</span><span style='display:block; white-space:pre;color:#404040;'>    * rebuild with libdevhelp-3.6, was libdevhelp-3.5
</span><span style='display:block; white-space:pre;color:#404040;'>    * rebuild with libgladeui-2.12, was libgladeui-2.6
</span>---
 gnome/anjuta/Portfile | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/anjuta/Portfile b/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 198fd43d12b..5cd3df70636 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup           muniversal 1.0
</span> 
 name                anjuta
 version             3.28.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A GNOME/GTK IDE
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,30 +106,33 @@ variant vala description {Enable vala support} {
</span>     depends_lib-append      port:vala
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +devhelp +glade +vala
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +devhelp +glade
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python35 python36 python37 description {Use Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 python38 description {Use Python 2.7} {
</span>     configure.python        ${prefix}/bin/python2.7
     depends_lib-append      port:py27-gobject3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python36 python37 description {Use Python 3.5} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.5
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:py35-gobject3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python35 python37 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 python38 description {Use Python 3.6} {
</span>     configure.python        ${prefix}/bin/python3.6
     depends_lib-append      port:py36-gobject3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python35 python36 description {Use Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 python38 description {Use Python 3.7} {
</span>     configure.python        ${prefix}/bin/python3.7
     depends_lib-append      port:py37-gobject3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:py38-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python36] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python38
</span> }
 
 post-activate {
</pre><pre style='margin:0'>

</pre>