Skip to content

Commit

Permalink
[redis-plus-plus] Update to 1.3.10 (microsoft#32469)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangLL authored Jul 11, 2023
1 parent 501bd6f commit edd88a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
9 changes: 8 additions & 1 deletion ports/redis-plus-plus/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sewenew/redis-plus-plus
REF "${VERSION}"
SHA512 a9afecc4059155137d524542e7ad699f78e5efc8b1136c1aac093e60fe70dddede3594afe6920f813ba011fb61740bec09b3564c8f8f42118e21fdd5f40f6161
SHA512 43741da2222a9416cee16f522244ddf243b7a188f08704bb05e66f659213b05189fcef35b7b100b128d301e889765ad3f151889e9b5b9e6510479bec58b04ce0
HEAD_REF master
PATCHES
fix-conversion.patch
Expand Down Expand Up @@ -50,6 +50,13 @@ vcpkg_copy_pdbs()

vcpkg_cmake_config_fixup(PACKAGE_NAME redis++ CONFIG_PATH share/cmake/redis++)

if("async" IN_LIST FEATURES)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/redis++/redis++-config.cmake"
"include(CMakeFindDependencyMacro)"
[[include(CMakeFindDependencyMacro)
find_dependency(libuv CONFIG)]])
endif()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

Expand Down
3 changes: 1 addition & 2 deletions ports/redis-plus-plus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "redis-plus-plus",
"version-semver": "1.3.9",
"port-version": 1,
"version-semver": "1.3.10",
"description": "This is a C++ client for Redis. It's based on hiredis, and written in C++ 11",
"homepage": "https://github.com/sewenew/redis-plus-plus",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7121,8 +7121,8 @@
"port-version": 0
},
"redis-plus-plus": {
"baseline": "1.3.9",
"port-version": 1
"baseline": "1.3.10",
"port-version": 0
},
"refl-cpp": {
"baseline": "0.12.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/redis-plus-plus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0304c085aa643a482f93ed391ba61bed356577f9",
"version-semver": "1.3.10",
"port-version": 0
},
{
"git-tree": "8c31ae593f450352915471514d517a772cd5099b",
"version-semver": "1.3.9",
Expand Down

0 comments on commit edd88a8

Please sign in to comment.