svn commit: r515762 - head/textproc/en-hunspell
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 27 09:59:31 UTC 2019
Author: sunpoet
Date: Sun Oct 27 09:59:30 2019
New Revision: 515762
URL: https://svnweb.freebsd.org/changeset/ports/515762
Log:
Rename OPTIONS_RADIO_* to fix stage-qa
/!\ en-hunspell-2018.04.16: Makefile warnings, please consider fixing /!\
These options name have characters outside of [-_A-Z0-9]:
American British Canadian
Modified:
head/textproc/en-hunspell/Makefile
Modified: head/textproc/en-hunspell/Makefile
==============================================================================
--- head/textproc/en-hunspell/Makefile Sun Oct 27 09:59:25 2019 (r515761)
+++ head/textproc/en-hunspell/Makefile Sun Oct 27 09:59:30 2019 (r515762)
@@ -20,11 +20,11 @@ NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-OPTIONS_DEFAULT= GB_ISE US_STANDARD CA_STANDARD
-OPTIONS_RADIO= American British Canadian
-OPTIONS_RADIO_Canadian= CA_STANDARD CA_LARGE
-OPTIONS_RADIO_American= US_STANDARD US_LARGE
-OPTIONS_RADIO_British= GB_IZE GB_ISE GB_LARGE
+OPTIONS_RADIO= CA GB US
+OPTIONS_RADIO_CA= CA_STANDARD CA_LARGE
+OPTIONS_RADIO_GB= GB_IZE GB_ISE GB_LARGE
+OPTIONS_RADIO_US= US_STANDARD US_LARGE
+OPTIONS_DEFAULT=CA_STANDARD GB_ISE US_STANDARD
GB_IZE_DESC= en_GB dictionary with -ize spelling
GB_ISE_DESC= en_GB dictionary with -ise spelling
CA_STANDARD_DESC= Canadian dictionary considered standard by maintainers
More information about the svn-ports-all
mailing list