<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/ac2793906b4f93750808035d7aecf4bda2b729b8">https://github.com/macports/macports-ports/commit/ac2793906b4f93750808035d7aecf4bda2b729b8</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 ac27939  gnucash: fix path to environment file and modules
</span>ac27939 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ac2793906b4f93750808035d7aecf4bda2b729b8
</span>Author: Dan R. K. Ports <dports@macports.org>
AuthorDate: Thu May 24 17:41:18 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gnucash: fix path to environment file and modules
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also don't install gschemas file to prevent activation conflicts
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56471
</span>---
 gnome/gnucash/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gnucash/Portfile b/gnome/gnucash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea4b6d7..da20018 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gnucash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gnucash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,7 @@ name              gnucash
</span> conflicts         gnucash gnucash-devel
 conflicts-delete  ${subport}
 version           3.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision          1
</span> perl5.branches    5.26
 categories        gnome x11
 license           GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,14 +104,15 @@ platform darwin {
</span> # aqbanking is not universal
 universal_variant no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args    -DENABLE_BINRELOC=OFF -DWITH_PYTHON=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args    -DENABLE_BINRELOC=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                  -DCMAKE_INSTALL_SYSCONFDIR=${prefix}/etc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                  -DWITH_PYTHON=ON
</span> configure.perl    ${perl5.bin}
 
 
 post-destroot {
     file delete ${destroot}${prefix}/lib/libgwengui-gtk3.dylib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${destroot}${prefix}/etc
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    file rename ${destroot}/etc${prefix}/gnucash ${destroot}${prefix}/etc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file delete ${destroot}${prefix}/share/glib-2.0/schemas/gschemas.compiled
</span> }
 
 post-activate {
</pre><pre style='margin:0'>

</pre>