From c916800646b7c4c035a941b6abde5e22c3589a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Tassoux?= Date: Sat, 21 Dec 2019 02:12:26 +0100 Subject: [PATCH] [nano-signal-slot] Update to latest version (#9376) * [nano-signal-slot] Update to latest version I know that official releases should be preferred, but I used the latest commit instead because it fix an issue which was causing compilations error on the latest MSVC version (https://github.com/NoAvailableAlias/nano-signal-slot/issues/26). * [nano-signal-slot] Fix wrong date format * [nano-signal-slot] Version update The developer of this library has just added a new release version including the MSVC compilation bug fix. --- ports/nano-signal-slot/CONTROL | 3 ++- ports/nano-signal-slot/portfile.cmake | 8 +++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ports/nano-signal-slot/CONTROL b/ports/nano-signal-slot/CONTROL index c0dd4db07..9594e575b 100644 --- a/ports/nano-signal-slot/CONTROL +++ b/ports/nano-signal-slot/CONTROL @@ -1,3 +1,4 @@ Source: nano-signal-slot -Version: 2018-08-25-1 +Version: 2.0.1 +Homepage: https://github.com/NoAvailableAlias/nano-signal-slot Description: Pure C++17 Signals and Slots diff --git a/ports/nano-signal-slot/portfile.cmake b/ports/nano-signal-slot/portfile.cmake index b920b8595..ea4f9366d 100644 --- a/ports/nano-signal-slot/portfile.cmake +++ b/ports/nano-signal-slot/portfile.cmake @@ -1,14 +1,12 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO NoAvailableAlias/nano-signal-slot - REF 25aa2aa90d450d3c7550c535c7993a9e2ed0764a - SHA512 35dc9d0d9cce116a5bcea59ab9562c87dba9f6db999807ccbef7df1fb05513eaa71132ba2996eb43f0f241288096419892ac31a400ec6cb5013438e6b670194d + REF 7e237d75e72501109d1276d7c0c97b33e9d7caf1 + SHA512 a998e59bfded36d9fe2c88d8f3c5229db4fa3c02062f218267f070f4809f63d0bad07300d3cf1f60141ab84bb1802402ac11de06159df6af460f0be4c47f8b9a HEAD_REF master ) file(GLOB INCLUDES ${SOURCE_PATH}/*.hpp) file(INSTALL ${INCLUDES} DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/nano-signal-slot RENAME copyright) \ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file