diff options
| author | Maxim Marshev <67420634+marshevms@users.noreply.github.com> | 2021-01-17 08:11:41 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 20:11:41 -0800 |
| commit | 0c94afc7883faee9f188c36232d628ffa94cf27f (patch) | |
| tree | f4c7d0d2c31cf88932626677975acdc5962bda4c | |
| parent | e51da1b1b91d0c5b63bafad437ff402233c0e7db (diff) | |
| download | vcpkg-0c94afc7883faee9f188c36232d628ffa94cf27f.tar.gz vcpkg-0c94afc7883faee9f188c36232d628ffa94cf27f.zip | |
delete linux from fail port from tomlplusplus (#15609)
* delete linux
* Update ports/tomlplusplus/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update port_versions
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
| -rw-r--r-- | port_versions/baseline.json | 2 | ||||
| -rw-r--r-- | port_versions/t-/tomlplusplus.json | 5 | ||||
| -rw-r--r-- | ports/tomlplusplus/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tomlplusplus/portfile.cmake | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/port_versions/baseline.json b/port_versions/baseline.json index c00de41a8..250f6157c 100644 --- a/port_versions/baseline.json +++ b/port_versions/baseline.json @@ -5806,7 +5806,7 @@ }, "tomlplusplus": { "baseline": "2.3.0", - "port-version": 0 + "port-version": 1 }, "tool-meson": { "baseline": "0.56.02", diff --git a/port_versions/t-/tomlplusplus.json b/port_versions/t-/tomlplusplus.json index 4c39543f3..1a7dba67f 100644 --- a/port_versions/t-/tomlplusplus.json +++ b/port_versions/t-/tomlplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8ea8a3d5b0f08bd4933f8caba3acc4992bfeab7a", + "version-string": "2.3.0", + "port-version": 1 + }, + { "git-tree": "68e42fded6663929a501cfa1a276df3a0e369ebd", "version-string": "2.3.0", "port-version": 0 diff --git a/ports/tomlplusplus/CONTROL b/ports/tomlplusplus/CONTROL index b196607e6..3ffba5233 100644 --- a/ports/tomlplusplus/CONTROL +++ b/ports/tomlplusplus/CONTROL @@ -1,5 +1,6 @@ Source: tomlplusplus Version: 2.3.0 +Port-Version: 1 Homepage: https://marzer.github.io/tomlplusplus/ Description: Header-only TOML config file parser and serializer for modern C++. -Supports: !(arm|uwp|linux|osx) +Supports: !(arm|uwp|osx) diff --git a/ports/tomlplusplus/portfile.cmake b/ports/tomlplusplus/portfile.cmake index 974bc99a0..5edaf68cd 100644 --- a/ports/tomlplusplus/portfile.cmake +++ b/ports/tomlplusplus/portfile.cmake @@ -1,4 +1,4 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "linux" "osx" "uwp") +vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "osx" "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH |
