svn commit: r479099 - head/deskutils/treeline/files

Jason E. Hale jhale at FreeBSD.org
Thu Sep 6 12:56:09 UTC 2018


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:


More information about the svn-ports-head mailing list