aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-04-30 07:18:49 +0800
committerGitHub <noreply@github.com>2021-04-29 16:18:49 -0700
commit6b47549240afa2d21f237542a297ecdd1aaab2e6 (patch)
treedf410ae219eb1ec61c58381e1f670cd557f1deb7 /ports
parent422d8abfdd9ca67f03d34375b2b3c22cc3cd5796 (diff)
downloadvcpkg-6b47549240afa2d21f237542a297ecdd1aaab2e6.tar.gz
vcpkg-6b47549240afa2d21f237542a297ecdd1aaab2e6.zip
[Xalan-C] update to 1.12 (#17256)
* [Xalan-C] update to 1.12 * update version
Diffstat (limited to 'ports')
-rw-r--r--ports/xalan-c/CONTROL5
-rw-r--r--ports/xalan-c/portfile.cmake4
-rw-r--r--ports/xalan-c/vcpkg.json9
3 files changed, 11 insertions, 7 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"
+ ]
+}