<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d300f979dda8f135416f503c985639e87da78c08">https://github.com/macports/macports-ports/commit/d300f979dda8f135416f503c985639e87da78c08</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 d300f97 enchant @1.6.0_4+myspell: runtime dependency on obsolete port hunspell-dict-en_US
</span>d300f97 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d300f979dda8f135416f503c985639e87da78c08
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Nov 2 05:52:33 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> enchant @1.6.0_4+myspell: runtime dependency on obsolete port hunspell-dict-en_US
</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/55215
</span>---
textproc/enchant/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/enchant/Portfile b/textproc/enchant/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b1beae..282b9f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/enchant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/enchant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,7 @@ PortSystem 1.0
</span>
name enchant
version 1.6.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 5
</span> categories textproc devel
platforms darwin
license LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ variant aspell description {Enable aspell backend} {
</span> variant myspell description {Enable myspell backend, using hunspell} {
configure.args-replace --disable-myspell --enable-myspell
depends_lib-append port:hunspell
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_run-append port:hunspell-dict-en_US
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_run-append port:hunspell-en_US
</span> }
variant applespell description {Enable AppleSpell backend, using system-wide OS X spell checker} {
</pre><pre style='margin:0'>
</pre>