diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-08-31 01:25:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 10:25:07 -0700 |
| commit | 116ce79d704ce1332b17d78d118d8cca079fadd5 (patch) | |
| tree | 0224f950a147f1f0d5c1408909056dcab6377ba2 /ports/daw-utf-range | |
| parent | cda8ba09f330af30f898568ae78ddd0892200185 (diff) | |
| download | vcpkg-116ce79d704ce1332b17d78d118d8cca079fadd5.tar.gz vcpkg-116ce79d704ce1332b17d78d118d8cca079fadd5.zip | |
[daw-json-link,daw-header-libraries,daw-utf-range]Update many ports (#19755)
* update many ports
* update version
* Update ports/daw-header-libraries/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/daw-json-link/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/daw-utf-range/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/daw-json-link/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/daw-json-link/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/daw-utf-range/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* update version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/daw-utf-range')
| -rw-r--r-- | ports/daw-utf-range/portfile.cmake | 11 | ||||
| -rw-r--r-- | ports/daw-utf-range/vcpkg.json | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/ports/daw-utf-range/portfile.cmake b/ports/daw-utf-range/portfile.cmake index e3b8e10c8..cabdf720b 100644 --- a/ports/daw-utf-range/portfile.cmake +++ b/ports/daw-utf-range/portfile.cmake @@ -2,16 +2,15 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO beached/utf_range - REF b20d4037db30f69ef73daa4428a631f95e0bbb10 - SHA512 4f9d4b4831c4bd6dc560830077965ae5b3351dc7695d0523262bc6229c8d7623e03338be772337f89084038d7039b4a0b41ef8de2ef98eb880f85ca5e01d5838 + REF cd45b91a1530a68ce019b876a32b1694b4031613 #v2.2.0 + SHA512 21943b488b4efb8696bfe95f80c8043beed8f5f3cc9a34cfb95d34186d6a0ac2354943ebfd767bd6df42837c29e3c467a107d2f8556a7f719833d43f566afa40 HEAD_REF master ) vcpkg_cmake_configure( - SOURCE_PATH - ${SOURCE_PATH} + SOURCE_PATH "${SOURCE_PATH}" OPTIONS - -DDAW_USE_PACKAGE_MANAGEMENT=ON + -DDAW_USE_PACKAGE_MANAGEMENT=ON ) vcpkg_cmake_install() @@ -20,4 +19,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT}) # remove empty lib and debug/lib directories (and duplicate files from debug/include) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib") -file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/daw-utf-range/vcpkg.json b/ports/daw-utf-range/vcpkg.json index 468da7e7c..60581e13d 100644 --- a/ports/daw-utf-range/vcpkg.json +++ b/ports/daw-utf-range/vcpkg.json @@ -1,6 +1,6 @@ { "name": "daw-utf-range", - "version-semver": "2.1.0", + "version-semver": "2.2.0", "description": "Header-only utf8 string range used by daw-json-link. Includes a constexpr/noexcept modified version of utfcpp.", "homepage": "https://github.com/beached/header_libraries", "dependencies": [ |
