<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2f17d4aff6ab686f100505d478a26e3378fd86a3">https://github.com/macports/macports-ports/commit/2f17d4aff6ab686f100505d478a26e3378fd86a3</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 2f17d4a  abiword-x11: deactivate champlain due to crashes
</span>2f17d4a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2f17d4aff6ab686f100505d478a26e3378fd86a3
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Jun 22 20:41:43 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    abiword-x11: deactivate champlain due to crashes
</span>---
 editors/abiword-x11/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/abiword-x11/Portfile b/editors/abiword-x11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0735193..5799065 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/abiword-x11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/abiword-x11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup           gobject_introspection 1.0
</span> name                abiword-x11
 set dname           abiword
 version             3.0.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> license             GPL-2+
 description         A word processor with gnome support.
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,6 @@ depends_lib         port:desktop-file-utils \
</span>                     port:goffice \
                     port:gtk3 \
                     port:jpeg \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:libchamplain \
</span>                     port:libgcrypt \
                     port:libgsf \
                     port:libical \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,9 +55,10 @@ depends_run         port:adwaita-icon-theme
</span> 
 gobject_introspection   yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# champlain seems to cause crashes on startup
</span> configure.args      --disable-default-plugins \
                     --disable-silent-rules \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-champlain=yes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-champlain=no \
</span>                     --enable-clipart=yes \
                     --enable-templates=yes
 
</pre><pre style='margin:0'>

</pre>