diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-02-08 18:30:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 18:30:48 -0800 |
| commit | ea11604579181b0ff790be223ee3ded3068142f9 (patch) | |
| tree | 59029f22c2752728954c3301f715ba9e07d8d363 /versions | |
| parent | 5957dcb91255b962c484093e33bc9414b6f3e29c (diff) | |
| download | vcpkg-ea11604579181b0ff790be223ee3ded3068142f9.tar.gz vcpkg-ea11604579181b0ff790be223ee3ded3068142f9.zip | |
[wxwidgets] Fix #4756 (#13361)
* [wxwidgets] Fix #4756
* [wxwidgets] Avoid replacing FindwxWidgets from CMake
* [wxwidgets] Provide usage information
* [gppanel] Use built-in CMake module
* [wxchartdir] Use built-in CMake module
* [wxwidgets] Fixup for applocal-ing
* [wxwidgets] Fix osx builds
* Update port_versions
* [gppanel][wxchartdir][wxwidgets] Change versioning schemas
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/g-/gppanel.json | 5 | ||||
| -rw-r--r-- | versions/w-/wxchartdir.json | 5 | ||||
| -rw-r--r-- | versions/w-/wxwidgets.json | 5 |
4 files changed, 18 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a965d35df..6eaf2ae63 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2278,7 +2278,7 @@ }, "gppanel": { "baseline": "2020-05-20", - "port-version": 0 + "port-version": 1 }, "graphene": { "baseline": "1.10.2", @@ -6222,11 +6222,11 @@ }, "wxchartdir": { "baseline": "1.0.0", - "port-version": 0 + "port-version": 1 }, "wxwidgets": { "baseline": "3.1.4", - "port-version": 3 + "port-version": 5 }, "x-plane": { "baseline": "3.0.3", diff --git a/versions/g-/gppanel.json b/versions/g-/gppanel.json index a085dafc2..5b4ec4c3b 100644 --- a/versions/g-/gppanel.json +++ b/versions/g-/gppanel.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "4cc181130888f98e2495b4a1f342b28a532f28b4", + "version-date": "2020-05-20", + "port-version": 1 + }, + { "git-tree": "9345e63310617dade1d1664276a36f5ca4578546", "version-string": "2020-05-20", "port-version": 0 diff --git a/versions/w-/wxchartdir.json b/versions/w-/wxchartdir.json index b6c2c5cf7..6cd71a59b 100644 --- a/versions/w-/wxchartdir.json +++ b/versions/w-/wxchartdir.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a08e6fa005143547643f47527bb263aca530b715", + "version": "1.0.0", + "port-version": 1 + }, + { "git-tree": "c9d334a5412996c85e1d57bf6067ba1934e7f038", "version-string": "1.0.0", "port-version": 0 diff --git a/versions/w-/wxwidgets.json b/versions/w-/wxwidgets.json index f0d1ac567..2d87681d0 100644 --- a/versions/w-/wxwidgets.json +++ b/versions/w-/wxwidgets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c608ed7a8383b93a30bd7894b8bee51b0c53066d", + "version-semver": "3.1.4", + "port-version": 5 + }, + { "git-tree": "ae942a1e9b501be783a788278accf92d99d34434", "version-string": "3.1.4", "port-version": 3 |
