diff --git a/ports/rapidcheck/portfile.cmake b/ports/rapidcheck/portfile.cmake index 29f430a926..476ea105f2 100644 --- a/ports/rapidcheck/portfile.cmake +++ b/ports/rapidcheck/portfile.cmake @@ -3,21 +3,24 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO emil-e/rapidcheck - REF 08b505857e32d52a20b2240b5125d937d67a6d86 - SHA512 d71d17354d2597a168be935e03b1330fc96ff12d6551b6bd34ef8f6c2ba69f7f9bff865afd6a6a59c48496bcc9ddf997b07112d80c761d909f7cd9ef93a7464b + REF 1505cbbce733bde3b78042cf2e9309c0b7f227a2 + SHA512 4759f84ee71f08108e0ad61436c940e96f494816d6b0d1fda64d880a6cb2eaa54f6422fa2ae680564d8cb8bd52b3589a4a92bed9422077d9b1ee4ee874b6ef7e HEAD_REF master ) vcpkg_cmake_configure( - SOURCE_PATH ${SOURCE_PATH} + SOURCE_PATH "${SOURCE_PATH}" OPTIONS -DRC_INSTALL_ALL_EXTRAS=ON ) vcpkg_cmake_install() -vcpkg_cmake_config_fixup(CONFIG_PATH share/${PORT}/cmake) +vcpkg_cmake_config_fixup(CONFIG_PATH "share/${PORT}/cmake") vcpkg_copy_pdbs() -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) +file(REMOVE_RECURSE + "${CURRENT_PACKAGES_DIR}/debug/include" + "${CURRENT_PACKAGES_DIR}/debug/share" +) -configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md") diff --git a/ports/rapidcheck/vcpkg.json b/ports/rapidcheck/vcpkg.json index 981a45ebba..59781518be 100644 --- a/ports/rapidcheck/vcpkg.json +++ b/ports/rapidcheck/vcpkg.json @@ -1,8 +1,9 @@ { "name": "rapidcheck", - "version-date": "2021-12-20", + "version-date": "2023-01-13", "description": "A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.", "homepage": "https://github.com/emil-e/rapidcheck", + "license": "BSD-2-Clause", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index 680ffcf2d3..2c5642f27b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6641,7 +6641,7 @@ "port-version": 1 }, "rapidcheck": { - "baseline": "2021-12-20", + "baseline": "2023-01-13", "port-version": 0 }, "rapidcsv": { diff --git a/versions/r-/rapidcheck.json b/versions/r-/rapidcheck.json index 874b552d1f..6390573e34 100644 --- a/versions/r-/rapidcheck.json +++ b/versions/r-/rapidcheck.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "877f68258111c56c800195acac48c034458933d4", + "version-date": "2023-01-13", + "port-version": 0 + }, { "git-tree": "137241bc40d8475b70a28ce182e41cb6036f49d9", "version-date": "2021-12-20",