diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-04-30 07:18:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:18:49 -0700 |
| commit | 6b47549240afa2d21f237542a297ecdd1aaab2e6 (patch) | |
| tree | df410ae219eb1ec61c58381e1f670cd557f1deb7 | |
| parent | 422d8abfdd9ca67f03d34375b2b3c22cc3cd5796 (diff) | |
| download | vcpkg-6b47549240afa2d21f237542a297ecdd1aaab2e6.tar.gz vcpkg-6b47549240afa2d21f237542a297ecdd1aaab2e6.zip | |
[Xalan-C] update to 1.12 (#17256)
* [Xalan-C] update to 1.12
* update version
| -rw-r--r-- | ports/xalan-c/CONTROL | 5 | ||||
| -rw-r--r-- | ports/xalan-c/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/xalan-c/vcpkg.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/x-/xalan-c.json | 5 |
5 files changed, 17 insertions, 8 deletions
diff --git a/ports/xalan-c/CONTROL b/ports/xalan-c/CONTROL deleted file mode 100644 index f14ca7a15..000000000 --- a/ports/xalan-c/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: xalan-c -Version: 1.11-12 -Homepage: https://github.com/apache/xalan-c -Description: Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types -Build-Depends: xerces-c diff --git a/ports/xalan-c/portfile.cmake b/ports/xalan-c/portfile.cmake index 6fe1c4bc9..33f3edecd 100644 --- a/ports/xalan-c/portfile.cmake +++ b/ports/xalan-c/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO apache/xalan-c - REF 177da75646a80fae2c22a315c0d987a5eadba143 - SHA512 e0f095b7031394c39c8e0fdca1f820c4222466f8c6e9df7bc40a21f9ca0e9291b7b6cdfb0a2d67db275ae97d7a7cdd447637102639e74716f0fb23a946b30ebe + REF 4055bb0c58e3053b04fcd0c68fdcda8f84411213 #1.12 + SHA512 0d591f5a07dbc69050c7b696189c46a32e6dd7a80a302fd38dcc82f9454688729e361c4d5c3b0aacfc3acc7df78c0981ba54eb3ce82b1ca6566a30aa19648280 PATCHES fix-win-deprecated-err.patch fix-missing-dll-error.patch diff --git a/ports/xalan-c/vcpkg.json b/ports/xalan-c/vcpkg.json new file mode 100644 index 000000000..faf80bf2b --- /dev/null +++ b/ports/xalan-c/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "xalan-c", + "version": "1.12", + "description": "Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types", + "homepage": "https://github.com/apache/xalan-c", + "dependencies": [ + "xerces-c" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 667b1f092..e62035070 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6489,7 +6489,7 @@ "port-version": 3 }, "xalan-c": { - "baseline": "1.11-12", + "baseline": "1.12", "port-version": 0 }, "xaudio2redist": { diff --git a/versions/x-/xalan-c.json b/versions/x-/xalan-c.json index 1b37324b8..2b7309657 100644 --- a/versions/x-/xalan-c.json +++ b/versions/x-/xalan-c.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "f09497ebb2b151b2ea0576a42ca284bcad3bf70d", + "version": "1.12", + "port-version": 0 + }, + { "git-tree": "d5b33ff9e962fb546720b74e8535bda0567d7df1", "version-string": "1.11-12", "port-version": 0 |
