aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-statechart
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-16 18:33:32 -0700
committerGitHub <noreply@github.com>2019-05-16 18:33:32 -0700
commit9d473a69545ac648b9ea2067c007b57dfad7462b (patch)
treeb22899ab0422bed99fd9c39e9d119a65aafe7325 /ports/boost-statechart
parent208bb8eefcc13ab7aa6122b91f38ffec0b378e13 (diff)
downloadvcpkg-9d473a69545ac648b9ea2067c007b57dfad7462b.tar.gz
vcpkg-9d473a69545ac648b9ea2067c007b57dfad7462b.zip
[boost] Update to 1.70.0 (#6141)
* [boost] Update to 1.70.0 * [boost-build] Update to 1.70.0 * [folly][freeopcua][libtorrent][websocketpp] Upgrades/patches to handle boost 1.70 * [boost-variant] Revert to 1.69 due to regression [fizz][folly] Update and fix for boost 1.70 [libsodium] Use CMake buildsystem replacement to enable non-Windows * [wangle] Update. [folly] Avoid linking debug libs in release. * [pcl] Fix compatibility with boost 1.70 * [fizz] Handle merge regression * [arrow] Modernize and fix cmake targets * [boost-type-traits] Update patches for arm64-windows * [boost-locale] Add boost-system and boost-thread as arm64 dependencies * [ompl] Add missing boost-timer dependency
Diffstat (limited to 'ports/boost-statechart')
-rw-r--r--ports/boost-statechart/CONTROL2
-rw-r--r--ports/boost-statechart/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-statechart/CONTROL b/ports/boost-statechart/CONTROL
index fa93f1c6c..9266a233b 100644
--- a/ports/boost-statechart/CONTROL
+++ b/ports/boost-statechart/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-statechart
-Version: 1.69.0
+Version: 1.70.0
Build-Depends: boost-assert, boost-bind, boost-config, boost-conversion, boost-core, boost-detail, boost-function, boost-mpl, boost-smart-ptr, boost-static-assert, boost-thread (!arm), boost-type-traits, boost-vcpkg-helpers
Description: Boost statechart module
diff --git a/ports/boost-statechart/portfile.cmake b/ports/boost-statechart/portfile.cmake
index aac983e0a..47b354ea4 100644
--- a/ports/boost-statechart/portfile.cmake
+++ b/ports/boost-statechart/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/statechart
- REF boost-1.69.0
- SHA512 7f3f17be8efde4017666f7009c55b53036d94aa7db61f0be8634f891486f4ccb1157b2a4f0b7e8a45e8a1bbf6bc5f0f154c9e769344a810e374fc7ea96ae7566
+ REF boost-1.70.0
+ SHA512 4a19b927898427c696afe3f9ae8ab7845e34075976d41d6d3845a3e4ccf17d16e3b9d1057400022d131b4f0258aeea230fc24c80f2ec55cc72e44b9573280753
HEAD_REF master
)