<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e09d308665d90dd96344ad874bac916d97dff619">https://github.com/macports/macports-ports/commit/e09d308665d90dd96344ad874bac916d97dff619</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e09d308665d90dd96344ad874bac916d97dff619
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Jan 23 20:19:33 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> enchant2: update to 2.2.15
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - avoid opportunistic linking to nuspell, instead add variant
</span>---
textproc/enchant2/Portfile | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/enchant2/Portfile b/textproc/enchant2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7cb903a6af..eea4cba504d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/enchant2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/enchant2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup AbiWord enchant 2.2.11 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup AbiWord enchant 2.2.15 v
</span> name enchant2
categories textproc devel
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,12 +17,9 @@ long_description Enchant aims to provide a simple but comprehensive abstracti
</span>
github.tarball_from releases
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Remove dist_subdir when updating to the next version.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-dist_subdir ${name}/${version}_1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 d92517bc0f91fc21333fbe1353ddfca63401c7b4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 a29c5777c4e45fcac2595c15c49d6d2aa434fa5e7c993dff3f9f367b65fe472a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 990413
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 32a49f18c78f6aa50cc77d86ecae9d33cab0709a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 990693
</span>
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +32,7 @@ configure.args --without-hunspell \
</span> --without-aspell \
--without-voikko \
--without-hspell \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-nuspell \
</span> --without-zemberek \
--disable-silent-rules \
--disable-gcc-warnings
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,6 +63,13 @@ variant hunspell description {Enable hunspell backend} {
</span> depends_run-append port:hunspell-en_US
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant nuspell description {Enable nuspell backend} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace --without-nuspell --with-nuspell
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --with-nuspell-dir=${prefix}/share/hunspell
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:nuspell
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_run-append port:hunspell-en_US
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant applespell description {Enable AppleSpell backend, using system-wide OS X spell checker} {
configure.args-replace --without-applespell --with-applespell
}
</pre><pre style='margin:0'>
</pre>