[hunspell] move gettext dependency to tools feature (#21602)

* [hunspell] move gettext dependency to 	ools feature

* [hunspell] update port version

* [hunspell] update versions
This commit is contained in:
Stanislav Ershov 2021-11-24 01:15:32 +05:00 committed by GitHub
parent 77045e7ec8
commit 00e252d7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View File

@ -1,23 +1,25 @@
{
"name": "hunspell",
"version": "1.7.0",
"port-version": 5,
"port-version": 6,
"description": "The most popular spellchecking library.",
"homepage": "https://github.com/hunspell/hunspell",
"supports": "!((arm | uwp) & windows)",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"libiconv"
],
"features": {
"tools": {
"description": "Build hunspell tools"
"description": "Build hunspell tools",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
}
]
}
}
}

View File

@ -2706,7 +2706,7 @@
},
"hunspell": {
"baseline": "1.7.0",
"port-version": 5
"port-version": 6
},
"hwloc": {
"baseline": "2.5.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "459909cbf52806ce8df547bed3265d7d5c4abfc2",
"version": "1.7.0",
"port-version": 6
},
{
"git-tree": "2a0514dd8b3893b6d3a502fbf55156e9e971d6f7",
"version": "1.7.0",