diff options
Diffstat (limited to 'ports/ppconsul')
| -rw-r--r-- | ports/ppconsul/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ppconsul/cmake_build.patch | 4 | ||||
| -rw-r--r-- | ports/ppconsul/portfile.cmake | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ports/ppconsul/CONTROL b/ports/ppconsul/CONTROL index cc122ecf6..4902c1f07 100644 --- a/ports/ppconsul/CONTROL +++ b/ports/ppconsul/CONTROL @@ -1,5 +1,5 @@ Source: ppconsul -Version: 0.3-1 +Version: 0.4 Homepage: https://github.com/oliora/ppconsul Description: A C++ client library for Consul. Consul is a distributed tool for discovering and configuring services in your infrastructure. Build-Depends: boost-core, boost-variant, curl[openssl], json11 diff --git a/ports/ppconsul/cmake_build.patch b/ports/ppconsul/cmake_build.patch index 95c795743..a66c8e1d9 100644 --- a/ports/ppconsul/cmake_build.patch +++ b/ports/ppconsul/cmake_build.patch @@ -56,7 +56,7 @@ index d747100..966c7e2 100644 source_group(${PROJECT_NAME} FILES ${SOURCES})
diff --git a/src/s11n.h b/src/s11n.h
-index 962a1ac..6ab7f3b 100644
+index c317834..3cb03c4 100644
--- a/src/s11n.h
+++ b/src/s11n.h
@@ -6,7 +6,7 @@
@@ -66,5 +66,5 @@ index 962a1ac..6ab7f3b 100644 -#include <json11/json11.hpp>
+#include <json11.hpp>
#include <vector>
+ #include <chrono>
#include <set>
- #include <map>
diff --git a/ports/ppconsul/portfile.cmake b/ports/ppconsul/portfile.cmake index a1290019f..60da089e6 100644 --- a/ports/ppconsul/portfile.cmake +++ b/ports/ppconsul/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO oliora/ppconsul - REF fd3a22eba03a49623832a8f8c990fee499e3f8fb - SHA512 098f2fa0fdc3f219f5958d0d5b2a620231e3cd94dc3110cfbedb87e787e8402a7b0294f7ffa4fcb4169b0428b4f65376b621e5840706ff7cc8f02ac7fc1d7757 + REF a3285a630ff46423701da28c6029c8d097e7430c + SHA512 9910d802c3cc296680274b3aad78f68885b7e0b30d0f196f31a3e5f056a9ddab2a03c7cc28028050922a2463155ea326b8531c69f2a4e286ca70ea1f9a9f6971 HEAD_REF master PATCHES "cmake_build.patch" ) |
