Skip to content

Commit

Permalink
[mqtt-cpp] update to 9.0.0 (#16863)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro Scherer <sandro.scherer@siemens.com>
  • Loading branch information
sandro97git and Sandro Scherer committed Mar 24, 2021
1 parent 05988a6 commit 3f567b7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports/mqtt-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: mqtt-cpp
Version: 7.0.1-2
Version: 9.0.0
Description: Header-only MQTT client/server for C++14 based on Boost.Asio.
Homepage: https://github.com/redboltz/mqtt_cpp
Build-Depends: boost-asio, boost-any, boost-multi-index, boost-type-erasure
Build-Depends: boost-asio, boost-any, boost-multi-index, boost-type-erasure, boost-log
7 changes: 5 additions & 2 deletions ports/mqtt-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO redboltz/mqtt_cpp
REF v7.0.1
SHA512 7128943e1136200debca344600b015b94a6e216f6136f2b432f4692fd8dabe1a7e50fa3d436d4df85950831f5ed776e03fc02c324afbf2178455770a33bff828
REF v9.0.0
SHA512 4c9bef6abdb6bdec6ac60976f78e3e02c29d11c74cad0d3191e1d9b7befd327cd06f8a62e398d5997358b7e6974af3d6a73f68de47dd07ff099d46ba35fc84d8
HEAD_REF master
)

Expand All @@ -17,5 +17,8 @@ vcpkg_configure_cmake(

vcpkg_install_cmake()

vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/mqtt_cpp_iface)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL ${SOURCE_PATH}/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3977,7 +3977,7 @@
"port-version": 0
},
"mqtt-cpp": {
"baseline": "7.0.1-2",
"baseline": "9.0.0",
"port-version": 0
},
"ms-angle": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mqtt-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "076f74542bc427bf248bed66553c4ed0a941be8c",
"version-string": "9.0.0",
"port-version": 0
},
{
"git-tree": "c5342ce2999f8b7f9d1e3ae9e5aada71e7e03266",
"version-string": "7.0.1-2",
Expand Down

0 comments on commit 3f567b7

Please sign in to comment.