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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ec400d2605fd7b63d64ebae734c45466c1a2400b">https://github.com/macports/macports-ports/commit/ec400d2605fd7b63d64ebae734c45466c1a2400b</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 ec400d2  gwenhywfar4: remove old deactivate hack
</span>ec400d2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ec400d2605fd7b63d64ebae734c45466c1a2400b
</span>Author: Dan R. K. Ports <dports@macports.org>
AuthorDate: Wed May 9 15:42:08 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gwenhywfar4: remove old deactivate hack
</span>---
 devel/gwenhywfar4/Portfile | 24 ------------------------
 1 file changed, 24 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gwenhywfar4/Portfile b/devel/gwenhywfar4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 561de69..ffdc3d4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gwenhywfar4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gwenhywfar4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,30 +69,6 @@ distname          gwenhywfar-${version}
</span> if {[string match "gwenhywfar4-gtk*" $subport]} {
     depends_lib-append      port:gtk2
     configure.args-append   --with-guis="gtk2 cpp" --disable-qt4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Feb 2017: I think the below conflict/pre-activate can be removed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # since gwenhywfar/aqbanking/kmymoney are no longer in ports;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # they were already obsoleted replaced_by for over a year.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Allow gwenhywfar4-gtk and aqbanking5-gtk to replace the old
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # gwenhywfar and aqbanking by deactivating them if installed. This
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # allows gnucash to switch versions without conflicts.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # kmymoney still depends on gwenhywfar/aqbanking, so don't
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # deactivate if it's installed.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    conflicts-delete        gwenhywfar
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    pre-activate {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        if {![catch {set vers [lindex [registry_active gwenhywfar] 0]}]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            if {![catch {set vers [lindex [registry_active kmymoney] 0]}]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                ui_error "${subport} conflicts with gwenhywfar and aqbanking. Please uninstall the ports that depend on them."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                return -code error "conflict"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            if {![catch {set vers [lindex [registry_active aqbanking] 0]}]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                registry_deactivate_composite aqbanking "" [list ports_nodepcheck 1]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            registry_deactivate_composite gwenhywfar "" [list ports_nodepcheck 1]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span> }
 
 variant enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" {
</pre><pre style='margin:0'>

</pre>