Skip to content

Commit

Permalink
[xerces-c] Update to version 3.2.3 (#10779)
Browse files Browse the repository at this point in the history
* [xerces-c] Update to version 3.2.3

Drop patch no-symlinks-in-static-build.patch (fixed upstream)

* [xerces-c] Correct version number

* [xerces-c] Remove no-symlinks-in-static-build.patch
  • Loading branch information
rleigh-codelibre authored Apr 17, 2020
1 parent 7d2f838 commit 5f77f3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
2 changes: 1 addition & 1 deletion ports/xerces-c/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: xerces-c
Version: 3.2.2-13
Version: 3.2.3
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.

Expand Down
31 changes: 0 additions & 31 deletions ports/xerces-c/no-symlinks-in-static-build.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/xerces-c/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/xerces-c
REF v3.2.2
SHA512 e4b2d3499fb4d1d1bcaf991ee858f352112683084b9cc7855c0e52e7fc8cc982a8e3cd548fa30718af6a6dee40e460d82ffcd3480a50f7e7516b462b2c2080c6
REF v3.2.3
SHA512 aaafe2de4ea156d94e71e3631c79bd66660badf17bf2a19587a0ca34011f70bd1584a0beef909409a3ff05eecea9d37ffee6dbb267625f59217fd86705d2cd28
HEAD_REF master
PATCHES
disable-tests.patch
remove-dll-export-macro.patch
no-symlinks-in-static-build.patch
)

set(DISABLE_ICU ON)
Expand Down

0 comments on commit 5f77f3e

Please sign in to comment.