diff options
| author | Adam Mitz <mitza@objectcomputing.com> | 2020-01-29 13:52:41 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 11:52:41 -0800 |
| commit | b5b21df60a76c064b3a2e383ace56d47300e2b63 (patch) | |
| tree | 5098e87cec65ad14b62e1e1fc3b63a84974c0306 | |
| parent | 4a128176915b10de4ff87c28faa3b419b0c8442b (diff) | |
| download | vcpkg-b5b21df60a76c064b3a2e383ace56d47300e2b63.tar.gz vcpkg-b5b21df60a76c064b3a2e383ace56d47300e2b63.zip | |
[xerces-c] fixed issue #9654 using git tag (#9702)
| -rw-r--r-- | ports/xerces-c/CONTROL | 2 | ||||
| -rw-r--r-- | ports/xerces-c/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/xerces-c/CONTROL b/ports/xerces-c/CONTROL index d4fc58c4c..c5f379cac 100644 --- a/ports/xerces-c/CONTROL +++ b/ports/xerces-c/CONTROL @@ -1,5 +1,5 @@ Source: xerces-c -Version: 3.2.2-12 +Version: 3.2.2-13 Homepage: https://github.com/apache/xerces-c Description: Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. diff --git a/ports/xerces-c/portfile.cmake b/ports/xerces-c/portfile.cmake index 4ab19d126..1f24b672a 100644 --- a/ports/xerces-c/portfile.cmake +++ b/ports/xerces-c/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO apache/xerces-c - REF 71cc0e831b522933ae58253fcaf4423a166e6bec #3.2.2 - SHA512 5ddaf84552cd1f685068352c12651780a9f4becd961d8efd0f1f6a21006df00ffb1afe9b9dd86a169f8c57c4f8b651d5477e1accfd7140a7a52aea14b23c9aed - HEAD_REF trunk + REF v3.2.2 + SHA512 e4b2d3499fb4d1d1bcaf991ee858f352112683084b9cc7855c0e52e7fc8cc982a8e3cd548fa30718af6a6dee40e460d82ffcd3480a50f7e7516b462b2c2080c6 + HEAD_REF master PATCHES disable-tests.patch remove-dll-export-macro.patch @@ -57,7 +57,7 @@ configure_file( ${CURRENT_PACKAGES_DIR}/share/xercesc @ONLY ) - +
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share" |
