diff options
| author | Robert Kesteson <rkesters@gmail.com> | 2020-08-31 19:17:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 16:17:53 -0700 |
| commit | 5471b158cf9c1ceaa232a0ba8ec0d1d02f7d26af (patch) | |
| tree | 9d57a17d8173b9d59b68769634424b4ab1c48b8c | |
| parent | b9da3975f738a23018a631387d95821b30bf3331 (diff) | |
| download | vcpkg-5471b158cf9c1ceaa232a0ba8ec0d1d02f7d26af.tar.gz vcpkg-5471b158cf9c1ceaa232a0ba8ec0d1d02f7d26af.zip | |
[caf] Update caf to 0.17.6 (#13175)
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
| -rw-r--r-- | ports/caf/CONTROL | 2 | ||||
| -rw-r--r-- | ports/caf/fix-arm.patch | 19 | ||||
| -rw-r--r-- | ports/caf/portfile.cmake | 5 |
3 files changed, 3 insertions, 23 deletions
diff --git a/ports/caf/CONTROL b/ports/caf/CONTROL index 69e9c1ae4..1e0ca3624 100644 --- a/ports/caf/CONTROL +++ b/ports/caf/CONTROL @@ -1,5 +1,5 @@ Source: caf
-Version: 0.17.3 +Version: 0.17.6
Homepage: https://github.com/actor-framework/actor-framework
Build-Depends: openssl
Description: an open source C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.
diff --git a/ports/caf/fix-arm.patch b/ports/caf/fix-arm.patch deleted file mode 100644 index 1c14287cc..000000000 --- a/ports/caf/fix-arm.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index da58790..d79a1ae 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -99,11 +99,13 @@ endfunction(pretty_yes) - - add_executable(caf-generate-enum-strings cmake/caf-generate-enum-strings.cpp) - -+install(TARGETS caf-generate-enum-strings DESTINATION tools) -+ - function(enum_to_string relative_input_file relative_output_file) - set(input "${CMAKE_CURRENT_SOURCE_DIR}/${relative_input_file}") - set(output "${CMAKE_CURRENT_BINARY_DIR}/${relative_output_file}") - add_custom_command(OUTPUT "${output}" -- COMMAND caf-generate-enum-strings "${input}" "${output}" -+ COMMAND ${CAF_TOOL_PATH}caf-generate-enum-strings "${input}" "${output}" - DEPENDS caf-generate-enum-strings "${input}") - endfunction() - diff --git a/ports/caf/portfile.cmake b/ports/caf/portfile.cmake index c8ead37b4..2cd515007 100644 --- a/ports/caf/portfile.cmake +++ b/ports/caf/portfile.cmake @@ -18,12 +18,11 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO actor-framework/actor-framework - REF b05a4b7b2a6f59b0508db84ea68e5ada2224f904 # 0.17.3 - SHA512 02b1598f5090674bc2ce4fdbcd70a4669c8c0710e98d910dbd77338c088cc87db4e0eeb3dd89100772ff4f74bdf09a7f70b8975d79c816e422dc34a356f8ba4e + REF f7d4fc7ac679e18ba385f64434f8015c3cea9cb5 # 0.17.6 + SHA512 8b4719c26dfad68eed6f2528263702e42f9865bb7a9f2d40909dc6c3fc20bb7259fe44a5f89390ba714c7f9359db2d171ff44685641962c24a70f4e2aa3f3f65 HEAD_REF master PATCHES openssl-version-override.patch - fix-arm.patch ) vcpkg_configure_cmake( |
