diff options
| author | Tye Tinsley <44010845+ttins@users.noreply.github.com> | 2020-06-18 16:23:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 15:23:54 -0700 |
| commit | 05c7e2c7de8adf5da0a9230666852115edc39610 (patch) | |
| tree | ea327b0f693ae0e3ef829edc7469e24f9b8048a5 /ports/umock-c | |
| parent | d2262e34d170d81b76e6d9fcb6688f0b6a7fda9d (diff) | |
| download | vcpkg-05c7e2c7de8adf5da0a9230666852115edc39610.tar.gz vcpkg-05c7e2c7de8adf5da0a9230666852115edc39610.zip | |
Update C port files (#12013)
Diffstat (limited to 'ports/umock-c')
| -rw-r--r-- | ports/umock-c/CONTROL | 3 | ||||
| -rw-r--r-- | ports/umock-c/portfile.cmake | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/umock-c/CONTROL b/ports/umock-c/CONTROL index 540e2a3cf..44d5842b0 100644 --- a/ports/umock-c/CONTROL +++ b/ports/umock-c/CONTROL @@ -1,6 +1,7 @@ Source: umock-c -Version: 2020-02-04.1 +Version: 2020-06-17-1 Description: A pure C mocking library +Homepage: https://github.com/Azure/umock-c Build-Depends: azure-macro-utils-c Feature: public-preview diff --git a/ports/umock-c/portfile.cmake b/ports/umock-c/portfile.cmake index 815a46547..71fb57c1d 100644 --- a/ports/umock-c/portfile.cmake +++ b/ports/umock-c/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) if("public-preview" IN_LIST FEATURES) @@ -14,8 +12,8 @@ else() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/umock-c - REF 5e3d93112360ee2d4a622b1c48eb70896da3e8c7 - SHA512 9f5c0ce782f66a41e702e2d54dcff92b07b30e7c2be0ee2c63a56e2bff0c26a1de7f77abcb2a964d668deea817dcb3a4771e328707c2d982c23526465c950608 + REF 504193e65d1c2f6eb50c15357167600a296df7ff + SHA512 68d5d986314dbd46d20de2a9b9454154c11675c25d1b5a5b1cfecdd0c0945d9dc68d0348ec1dbb00b5d1a6a1f0356121ba561d7c8fffb97ab37864edade5a85b HEAD_REF master ) endif() @@ -35,7 +33,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/umock_c) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) -configure_file(${SOURCE_PATH}/readme.md ${CURRENT_PACKAGES_DIR}/share/umock-c/copyright COPYONLY) +configure_file(${SOURCE_PATH}/readme.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) vcpkg_copy_pdbs() |
