diff --git a/ports/ace/portfile.cmake b/ports/ace/portfile.cmake index 2bdd4fca4e62fe..e6238d733439e9 100644 --- a/ports/ace/portfile.cmake +++ b/ports/ace/portfile.cmake @@ -291,7 +291,7 @@ if(VCPKG_TARGET_IS_WINDOWS) if("zlib" IN_LIST FEATURES) list(APPEND TAO_INCLUDE_FOLDERS "tao/Compression/zlib") endif() - install_includes("${SOURCE_COPY_PATH}/TAO" ${TAO_INCLUDE_FOLDERS}) + install_includes("${SOURCE_COPY_PATH}/TAO" "${TAO_INCLUDE_FOLDERS}") endif() if("xml" IN_LIST FEATURES) @@ -306,7 +306,7 @@ if(VCPKG_TARGET_IS_WINDOWS) set(ACEXML_INCLUDE_FOLDERS "ACEXML/common" "ACEXML/parser/parser") - install_includes("${SOURCE_COPY_PATH}" ${ACEXML_INCLUDE_FOLDERS}) + install_includes("${SOURCE_COPY_PATH}" "${ACEXML_INCLUDE_FOLDERS}") endif() # Remove dlls without any export diff --git a/ports/ace/vcpkg.json b/ports/ace/vcpkg.json index f877377142b4ba..c68890e124653d 100644 --- a/ports/ace/vcpkg.json +++ b/ports/ace/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ace", "version": "7.0.6", - "port-version": 1, + "port-version": 2, "maintainers": "Johnny Willemsen ", "description": "The ADAPTIVE Communication Environment", "homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html", diff --git a/versions/a-/ace.json b/versions/a-/ace.json index d0bb4f94f14712..e6eb1c438e4d90 100644 --- a/versions/a-/ace.json +++ b/versions/a-/ace.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0ad9c09c1663f5264f5bf5dcbe1d402618973144", + "version": "7.0.6", + "port-version": 2 + }, { "git-tree": "cac33553b152f59e730715fcc1bae263bb037862", "version": "7.0.6", diff --git a/versions/baseline.json b/versions/baseline.json index 4de2cd5cf6e7d1..11f3a353cdc9a4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -18,7 +18,7 @@ }, "ace": { "baseline": "7.0.6", - "port-version": 1 + "port-version": 2 }, "activemq-cpp": { "baseline": "3.9.5",