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/azure-uhttp-c | |
| parent | d2262e34d170d81b76e6d9fcb6688f0b6a7fda9d (diff) | |
| download | vcpkg-05c7e2c7de8adf5da0a9230666852115edc39610.tar.gz vcpkg-05c7e2c7de8adf5da0a9230666852115edc39610.zip | |
Update C port files (#12013)
Diffstat (limited to 'ports/azure-uhttp-c')
| -rw-r--r-- | ports/azure-uhttp-c/CONTROL | 3 | ||||
| -rw-r--r-- | ports/azure-uhttp-c/portfile.cmake | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/azure-uhttp-c/CONTROL b/ports/azure-uhttp-c/CONTROL index 6fe601dae..5f26022c4 100644 --- a/ports/azure-uhttp-c/CONTROL +++ b/ports/azure-uhttp-c/CONTROL @@ -1,7 +1,8 @@ Source: azure-uhttp-c -Version: 2020-02-04.1 +Version: 2020-06-17-1 Build-Depends: azure-c-shared-utility, azure-macro-utils-c, umock-c Description: Azure HTTP Library written in C +Homepage: https://github.com/Azure/azure-uhttp-c Feature: public-preview Description: Azure HTTP Library written in C (public preview) diff --git a/ports/azure-uhttp-c/portfile.cmake b/ports/azure-uhttp-c/portfile.cmake index d943e811d..ff8c03e90 100644 --- a/ports/azure-uhttp-c/portfile.cmake +++ b/ports/azure-uhttp-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/azure-uhttp-c - REF b67a6bfa0d018a8a23176ee214e46c208fc323c3 - SHA512 75fafe242324bb2fc72befdd06427350e6f99aec9496fdf38b9660e7965fad89276ee543f36c3ba3360fc99b8301e74e2c1723d17f39e8471beee3e32cacb348 + REF 6bf59b9057f653aaa57e6539627085f41c2dfe33 + SHA512 96437df9f249e2a551e9890b4d476ae032384a067d845b86893013138380802592f70139e2b4f4c0d543c464ef98008d0b2f025ce6f0341181e431b53e311dc5 HEAD_REF master ) endif() @@ -38,7 +36,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/uhttp) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) -configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/azure-uhttp-c/copyright COPYONLY) +configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) vcpkg_copy_pdbs() |
