diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-29 17:35:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 08:35:56 -0700 |
| commit | 2c4a0b808c950f23cfb91690729371e2986023df (patch) | |
| tree | fee1e7828c2c3cc9fa36f0063c9b0be4c107df3b | |
| parent | eb9d024272440579399ef8541bb494d65c8f0b7f (diff) | |
| download | vcpkg-2c4a0b808c950f23cfb91690729371e2986023df.tar.gz vcpkg-2c4a0b808c950f23cfb91690729371e2986023df.zip | |
[easyloggingpp] Update to 9.97.0 (#20394)
* Update easyloggingpp to 9.97.0
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
| -rw-r--r-- | ports/easyloggingpp/portfile.cmake | 18 | ||||
| -rw-r--r-- | ports/easyloggingpp/vcpkg.json | 16 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/e-/easyloggingpp.json | 5 |
4 files changed, 29 insertions, 14 deletions
diff --git a/ports/easyloggingpp/portfile.cmake b/ports/easyloggingpp/portfile.cmake index 6df99d27d..a2d04b6ca 100644 --- a/ports/easyloggingpp/portfile.cmake +++ b/ports/easyloggingpp/portfile.cmake @@ -3,20 +3,20 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO muflihun/easyloggingpp
- REF v9.96.7
- SHA512 53ee637cd7462fac542170a81a9a206f3418dd8bc9e1f25d1d13dadef630e0fdf2880d71079808ebc49d36a7dbca7b5cdb76ad37b722c66b4b3d3efc8b5d2f35
+ REF v9.97.0 + SHA512 E45789EDAF7A43AD6A73861840D24CCCE9B9D6BBA1AAACF93C6AC26FF7449957251D2CA322C9DA85130B893332DD305B13A2499EAFFC65ECFAAAFA3E11F8D63D HEAD_REF master
)
-vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
- PREFER_NINJA
+vcpkg_cmake_configure(
+ SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dbuild_static_lib=ON
)
-vcpkg_install_cmake()
+vcpkg_cmake_install()
-file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
+
+file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/easyloggingpp" RENAME copyright)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/easyloggingpp RENAME copyright)
diff --git a/ports/easyloggingpp/vcpkg.json b/ports/easyloggingpp/vcpkg.json index 8f7066d55..1dbf4d6e0 100644 --- a/ports/easyloggingpp/vcpkg.json +++ b/ports/easyloggingpp/vcpkg.json @@ -1,6 +1,16 @@ { "name": "easyloggingpp", - "version-string": "9.96.7", - "port-version": 2, - "description": "Easylogging++ is a single header efficient logging library for C++ applications." + "version": "9.97.0", + "description": "Easylogging++ is a single header efficient logging library for C++ applications.", + "homepage": "https://github.com/amrayn/easyloggingpp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] } diff --git a/versions/baseline.json b/versions/baseline.json index 25d3f87ed..d9f5c29bb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1917,8 +1917,8 @@ "port-version": 0 }, "easyloggingpp": { - "baseline": "9.96.7", - "port-version": 2 + "baseline": "9.97.0", + "port-version": 0 }, "eathread": { "baseline": "1.32.09", diff --git a/versions/e-/easyloggingpp.json b/versions/e-/easyloggingpp.json index 3c076f835..a9b91c65a 100644 --- a/versions/e-/easyloggingpp.json +++ b/versions/e-/easyloggingpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3978e3f41876c42b501eb4d246ee98dea886fa36", + "version": "9.97.0", + "port-version": 0 + }, + { "git-tree": "4dccf41488f050a70d3232a86296883b54533d2f", "version-string": "9.96.7", "port-version": 2 |
