[open62541] Update to 1.3.10 [open62541pp] Update to 0.13.0 (#38953)

Refer to #38922, related of #38762.

### Checklist
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

### Test
The ports `open62541` and `open62541pp` usages test pass with the
following triplets:
* x64-windows
This commit is contained in:
WangWeiLin-MV 2024-05-28 05:23:29 +08:00 коммит произвёл GitHub
Родитель 919348f0e2
Коммит a8c02e6a74
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
9 изменённых файлов: 20 добавлений и 33 удалений

Просмотреть файл

@ -1,20 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a051f12f..a751b6d83 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1529,7 +1529,6 @@ target_link_libraries(open62541 ${open62541_LIBRARIES})
##########################
# always include, builds with make doc
-add_subdirectory(doc)
if(UA_BUILD_EXAMPLES)
if(UA_ENABLE_AMALGAMATION)
@@ -1565,7 +1564,6 @@ endif()
########################
# Linting as target #
########################
-include(linting_target)
##########################
# Installation #

Просмотреть файл

@ -2,12 +2,14 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541/open62541
REF "v${VERSION}"
SHA512 8771a70d1f38f2a02f21281200d98fdd8d41d842cc82704155793529a1768beeb2583382f7547e6aaefdab4a17c3130779af792b2a59487889a3cdea4a2fa776
SHA512 47e2a8af03e3e6dfbf6edcf3bec665a639c5cd6a826d987bb72eafb981e0ebfde01f36e624798fa529e8fcd83b6f22972538c4ea181ccd1a5bd5988bd87331c5
HEAD_REF master
PATCHES
disable-docs.patch
)
# disable docs
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "add_subdirectory(doc)" "")
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "include(linting_target)" "")
vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "open62541",
"version": "1.3.9",
"version": "1.3.10",
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
"homepage": "https://open62541.org",
"license": "MPL-2.0",

Просмотреть файл

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541pp/open62541pp
REF "v${VERSION}"
SHA512 7dc598ae373009c181b06b3768178d26a55880356984a24cef9758240efa7c827286a926222d6c225313a4f5b2d1abab9135794db8e216dac0f050ed3b471f25
SHA512 77dbcc26330271ddffe1fc58a192f01fca43d18de1df4e36fae65f86b6fa3af30f22589beb0a56f654830946ee3ab0518e37246deff4df99cb9950ec1f60f2bf
HEAD_REF master
)
@ -25,4 +25,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

Просмотреть файл

@ -1,4 +0,0 @@
The package open62541pp provides CMake targets:
find_package(open62541pp CONFIG REQUIRED)
target_link_libraries(main PRIVATE open62541pp::open62541pp)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "open62541pp",
"version": "0.12.0",
"version": "0.13.0",
"description": "C++ wrapper of the open62541 OPC UA library",
"homepage": "https://open62541pp.github.io/open62541pp/",
"license": "MPL-2.0",

Просмотреть файл

@ -6393,11 +6393,11 @@
"port-version": 0
},
"open62541": {
"baseline": "1.3.9",
"baseline": "1.3.10",
"port-version": 0
},
"open62541pp": {
"baseline": "0.12.0",
"baseline": "0.13.0",
"port-version": 0
},
"openal-soft": {

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bedb658fa6b1d3391dd610294780fb65176be639",
"version": "1.3.10",
"port-version": 0
},
{
"git-tree": "2cab251773b17791187e59d83a27ec09d344a49c",
"version": "1.3.9",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ec958a6215e6f08519e24ece87789a9e5ff5e276",
"version": "0.13.0",
"port-version": 0
},
{
"git-tree": "2923db9f93aa0d81cb6c2f9bc11f1f8dee713e4f",
"version": "0.12.0",