[openmama] Remove the installed config/ directory (#30940)

* Delete config/

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2023-04-25 06:45:43 +08:00 committed by GitHub
parent c7a78027d7
commit b9ef89b775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -31,6 +31,7 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/LICENSE.md" "${CURRENT_PACKAGES_DIR}/LICENSE.md"
"${CURRENT_PACKAGES_DIR}/debug/LICENSE.md" "${CURRENT_PACKAGES_DIR}/debug/LICENSE.md"
"${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/include"
"${CURRENT_PACKAGES_DIR}/config"
) )
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md") vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

View File

@ -1,7 +1,7 @@
{ {
"name": "openmama", "name": "openmama",
"version-semver": "6.3.2", "version-semver": "6.3.2",
"port-version": 1, "port-version": 2,
"description": "OpenMAMA is a high performance vendor neutral lightweight wrapper that provides a common API interface to different middleware and messaging solutions across a variety of platforms and languages", "description": "OpenMAMA is a high performance vendor neutral lightweight wrapper that provides a common API interface to different middleware and messaging solutions across a variety of platforms and languages",
"homepage": "https://github.com/finos/OpenMAMA", "homepage": "https://github.com/finos/OpenMAMA",
"license": "LGPL-2.1", "license": "LGPL-2.1",

View File

@ -5850,7 +5850,7 @@
}, },
"openmama": { "openmama": {
"baseline": "6.3.2", "baseline": "6.3.2",
"port-version": 1 "port-version": 2
}, },
"openmesh": { "openmesh": {
"baseline": "9.0", "baseline": "9.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e1a0265c65af044c234b3724715e089272679d40",
"version-semver": "6.3.2",
"port-version": 2
},
{ {
"git-tree": "0a928ad97fe18f50da889c2e468f5070d1c4e4b6", "git-tree": "0a928ad97fe18f50da889c2e468f5070d1c4e4b6",
"version-semver": "6.3.2", "version-semver": "6.3.2",