<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Ryan,</div><div class=""><br class=""></div>I’ve updated hunspell-de:<div class=""><br class=""><div class=""><a href="https://github.com/macports/macports-ports/commit/3fedea509cf2c6ec8f63940c064cdc349de791ad" class="">https://github.com/macports/macports-ports/commit/3fedea509cf2c6ec8f63940c064cdc349de791ad</a></div><div class=""><br class=""></div><div class="">and hunspell-en:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/macports/macports-ports/commit/24c49dd047a42bf9651a112a134cb36fd28c195c" class="">https://github.com/macports/macports-ports/commit/24c49dd047a42bf9651a112a134cb36fd28c195c</a></div><div class=""><br class=""></div><div class="">(note: I had to grab a local copy of the source file from my home machine, as the mirrors seem not to be providing it at this time)</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Marius</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">--</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Marius Schamschula</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline">
</div>
<br class=""><div class=""><blockquote type="cite" class=""><div class="">On Sep 26, 2017, at 10:56 AM, Ryan Schmidt <<a href="mailto:ryandesign@macports.org" class="">ryandesign@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class="">On Sep 25, 2017, at 16:31, Marius Schamschula wrote:<br class=""><br class=""><blockquote type="cite" class="">Marius Schamschula (Schamschula) pushed a commit to branch master<br class="">in repository macports-ports.<br class=""><br class=""><br class=""><a href="https://github.com/macports/macports-ports/commit/ada9952556fc64c387ee72cfcb5bfe68171ad85b" class="">https://github.com/macports/macports-ports/commit/ada9952556fc64c387ee72cfcb5bfe68171ad85b</a><br class=""><br class="">The following commit(s) were added to refs/heads/master by this push:<br class=""><br class="">     new ada9952  hunspell-de 20161207: split dictionary into variants, default to +de_DE<br class=""></blockquote><br class=""><br class=""><blockquote type="cite" class="">-destroot {<br class="">+pre-destroot {<br class="">     xinstall -d -m 755 $installdir<br class="">+}<br class="">+<br class="">+variant de_AT description {Austrian German dictionary} {<br class="">+    build.target-append hunspell/de_AT.dic hunspell/de_AT.aff<br class="">+<br class="">+    destroot {<br class="">+        xinstall -m 644 ${worksrcpath}/hunspell/de_AT.aff $installdir<br class="">+        xinstall -m 644 ${worksrcpath}/hunspell/de_AT.dic $installdir<br class="">+    }<br class="">+}<br class="">+<br class="">+variant de_CH description {Swiss German dictionary} {<br class="">+    build.target-append hunspell/de_CH.dic hunspell/de_CH.aff<br class=""><br class="">-    xinstall -m 644 ${worksrcpath}/hunspell/de_AT.aff $installdir<br class="">-    xinstall -m 644 ${worksrcpath}/hunspell/de_AT.dic $installdir<br class="">-    xinstall -m 644 ${worksrcpath}/hunspell/de_CH.aff $installdir<br class="">-    xinstall -m 644 ${worksrcpath}/hunspell/de_CH.dic $installdir<br class="">-    xinstall -m 644 ${worksrcpath}/hunspell/de_DE.aff $installdir<br class="">-    xinstall -m 644 ${worksrcpath}/hunspell/de_DE.dic $installdir<br class="">+    destroot {<br class="">+        xinstall -m 644 ${worksrcpath}/hunspell/de_CH.aff $installdir<br class="">+        xinstall -m 644 ${worksrcpath}/hunspell/de_CH.dic $installdir<br class="">+    }<br class=""> }<br class=""><br class="">+variant de_DE description {German dictionary} {<br class="">+    build.target-append hunspell/de_DE.dic hunspell/de_DE.aff<br class="">+<br class="">+    destroot {<br class="">+        xinstall -m 644 ${worksrcpath}/hunspell/de_DE.aff $installdir<br class="">+        xinstall -m 644 ${worksrcpath}/hunspell/de_DE.dic $installdir<br class="">+    }<br class="">+}<br class="">+<br class="">+default_variants +de_DE<br class=""></blockquote><br class=""><br class="">Same observation about these variants as made previously about hunspell-en.<br class=""><br class=""><br class="">Also, is there a reason why these should be variants, rather than subports?<br class=""><br class=""></div></div></blockquote></div><br class=""></div></div></div><br class=""><br class="">
<br class=""></body></html>