Date: Thu, 6 Sep 2018 12:56:09 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479099 - head/deskutils/treeline/files Message-ID: <201809061256.w86Cu9Nx062468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Thu Sep 6 12:56:08 2018 New Revision: 479099 URL: https://svnweb.freebsd.org/changeset/ports/479099 Log: Fix patch that got corrupted while testing Modified: head/deskutils/treeline/files/patch-source_spellcheck.py Modified: head/deskutils/treeline/files/patch-source_spellcheck.py ============================================================================== --- head/deskutils/treeline/files/patch-source_spellcheck.py Thu Sep 6 12:51:33 2018 (r479098) +++ head/deskutils/treeline/files/patch-source_spellcheck.py Thu Sep 6 12:56:08 2018 (r479099) @@ -11,7 +11,7 @@ on the engine selected in the port options. + + """Set the default engine and check it first + """ -+ defaultEngine = 'hunspell' ++ defaultEngine = '%%SPELL_ENGINE%%' + engineOptions.move_to_end(defaultEngine, last=False) + if spellPath:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809061256.w86Cu9Nx062468>