diff options
| author | Matthew Oliver <protogonoi@gmail.com> | 2020-09-05 13:29:01 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 20:29:01 -0700 |
| commit | 1d66e5dd5b83343e36c5760f38beac117bef55d3 (patch) | |
| tree | 7e2e76f6ddd8f346abc9bdd1e580d1f520b30e35 | |
| parent | e0f0e7c1ec9b59543190543bfac93a37a2d1094a (diff) | |
| download | vcpkg-1d66e5dd5b83343e36c5760f38beac117bef55d3.tar.gz vcpkg-1d66e5dd5b83343e36c5760f38beac117bef55d3.zip | |
[libxml2] Update to 2.9.10 (#13266)
| -rw-r--r-- | ports/libxml2/CONTROL | 3 | ||||
| -rw-r--r-- | ports/libxml2/portfile.cmake | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/ports/libxml2/CONTROL b/ports/libxml2/CONTROL index 3c19f8738..6f8d18956 100644 --- a/ports/libxml2/CONTROL +++ b/ports/libxml2/CONTROL @@ -1,6 +1,5 @@ Source: libxml2 -Version: 2.9.9 -Port-Version: 8 +Version: 2.9.10 Homepage: https://xmlsoft.org/ Description: Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform) Build-Depends: zlib, libiconv, liblzma diff --git a/ports/libxml2/portfile.cmake b/ports/libxml2/portfile.cmake index f7b0cd81a..7dda32359 100644 --- a/ports/libxml2/portfile.cmake +++ b/ports/libxml2/portfile.cmake @@ -1,10 +1,8 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GNOME/libxml2 - REF v2.9.9 - SHA512 bfcc08bd033f538a968205f0f9e2da4c3438ec2f35f017289783903365e13ed93d83f2f63c7497344a362b7418170ee586a5ecb45493e30feaa0f62b22a57b54 + REF v2.9.10 + SHA512 de8d7c6c90f9d0441747deec320c4887faee1fd8aff9289115caf7ce51ab73b6e2c4628ae7eaad4a33a64561d23a92fd5e8a5afa7fa74183bdcd9a7b06bc67f1 HEAD_REF master PATCHES RemoveIncludeFromWindowsRcFile.patch @@ -31,5 +29,5 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage vcpkg_copy_pdbs() if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") - file(COPY ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/libxml2) + file(COPY ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) endif() |
