diff --git a/ports/3fd/portfile.cmake b/ports/3fd/portfile.cmake index 294b0370cbd9f9..ae68509292b774 100644 --- a/ports/3fd/portfile.cmake +++ b/ports/3fd/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "osx" "linux") - # Check architecture: if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86") set(BUILD_ARCH "Win32") diff --git a/ports/3fd/vcpkg.json b/ports/3fd/vcpkg.json index 286cb8aa3cc56b..5ee8f2d4ecf622 100644 --- a/ports/3fd/vcpkg.json +++ b/ports/3fd/vcpkg.json @@ -1,7 +1,7 @@ { "name": "3fd", "version": "2.6.3", - "port-version": 1, + "port-version": 2, "description": "C++ Framework For Fast Development", "supports": "windows & !static & !arm64", "dependencies": [ diff --git a/ports/7zip/portfile.cmake b/ports/7zip/portfile.cmake index bffb9b4dfefb1e..4d88583b956d38 100644 --- a/ports/7zip/portfile.cmake +++ b/ports/7zip/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "linux" "osx") - set(7ZIP_VERSION 19.00) vcpkg_download_distfile(ARCHIVE URLS "https://www.7-zip.org/a/7z1900-src.7z" diff --git a/ports/7zip/vcpkg.json b/ports/7zip/vcpkg.json index a8c7b6ce54dc00..e0f7bb59ae8848 100644 --- a/ports/7zip/vcpkg.json +++ b/ports/7zip/vcpkg.json @@ -1,7 +1,7 @@ { "name": "7zip", "version-string": "19.00", - "port-version": 3, + "port-version": 4, "description": "Library for archiving file with a high compression ratio.", "homepage": "https://www.7-zip.org", "supports": "!(linux | osx | arm | uwp)" diff --git a/ports/akali/portfile.cmake b/ports/akali/portfile.cmake index e91bbd88f95e35..4c6a52472b46ee 100644 --- a/ports/akali/portfile.cmake +++ b/ports/akali/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO winsoft666/akali diff --git a/ports/akali/vcpkg.json b/ports/akali/vcpkg.json index fb1cc78517e26e..1977d5a26f2e16 100644 --- a/ports/akali/vcpkg.json +++ b/ports/akali/vcpkg.json @@ -1,7 +1,7 @@ { "name": "akali", "version-string": "1.42", - "port-version": 2, + "port-version": 3, "description": "C++ Common Library.", "homepage": "https://github.com/winsoft666/akali", "supports": "!(arm | arm64 | uwp)" diff --git a/ports/alembic/portfile.cmake b/ports/alembic/portfile.cmake index 7723a9b34f001a..2415acdcea46d2 100644 --- a/ports/alembic/portfile.cmake +++ b/ports/alembic/portfile.cmake @@ -1,8 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") -if(VCPKG_TARGET_IS_WINDOWS) - vcpkg_fail_port_install(ON_ARCH "x86") # see https://github.com/alembic/alembic/issues/372 -endif() - vcpkg_buildpath_length_warning(37) vcpkg_from_github( diff --git a/ports/alembic/vcpkg.json b/ports/alembic/vcpkg.json index 52a28dae10ea40..cbc9fc27fecbe5 100644 --- a/ports/alembic/vcpkg.json +++ b/ports/alembic/vcpkg.json @@ -1,6 +1,7 @@ { "name": "alembic", "version": "1.8.3", + "port-version": 1, "description": "Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.", "homepage": "https://alembic.io/", "supports": "!(windows & x86) & !uwp", diff --git a/ports/ampl-asl/portfile.cmake b/ports/ampl-asl/portfile.cmake index 96af62c254b2b1..6a8c55f80c3ede 100644 --- a/ports/ampl-asl/portfile.cmake +++ b/ports/ampl-asl/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ampl/asl diff --git a/ports/ampl-asl/vcpkg.json b/ports/ampl-asl/vcpkg.json index 5a9827dfdb2596..f8acf57e2547a5 100644 --- a/ports/ampl-asl/vcpkg.json +++ b/ports/ampl-asl/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ampl-asl", "version-string": "2020-11-11", - "port-version": 1, + "port-version": 2, "description": "AMPL Solver Library", "homepage": "https://github.com/ampl/asl", "supports": "!uwp" diff --git a/ports/ampl-mp/portfile.cmake b/ports/ampl-mp/portfile.cmake index 730e687e62bf2d..701298a2ff643b 100644 --- a/ports/ampl-mp/portfile.cmake +++ b/ports/ampl-mp/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ampl/mp @@ -49,4 +47,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ) -configure_file(${SOURCE_PATH}/LICENSE.rst ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) \ No newline at end of file +configure_file(${SOURCE_PATH}/LICENSE.rst ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) diff --git a/ports/ampl-mp/vcpkg.json b/ports/ampl-mp/vcpkg.json index 8e97a5ce05982a..bc017ae1556549 100644 --- a/ports/ampl-mp/vcpkg.json +++ b/ports/ampl-mp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ampl-mp", "version-string": "2020-11-11", - "port-version": 1, + "port-version": 2, "description": "An open-source library for mathematical programming", "homepage": "https://github.com/ampl/mp", "supports": "!uwp", diff --git a/ports/amqpcpp/portfile.cmake b/ports/amqpcpp/portfile.cmake index b4a0a110e02d85..4b616f9b86ed57 100644 --- a/ports/amqpcpp/portfile.cmake +++ b/ports/amqpcpp/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/amqpcpp/vcpkg.json b/ports/amqpcpp/vcpkg.json index c34f008483c073..2fe066c649366d 100644 --- a/ports/amqpcpp/vcpkg.json +++ b/ports/amqpcpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "amqpcpp", "version": "4.3.15", + "port-version": 1, "description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker", "homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP", "supports": "!uwp", diff --git a/ports/antlr4/portfile.cmake b/ports/antlr4/portfile.cmake index a07344c969b3bc..312bb688150fc9 100644 --- a/ports/antlr4/portfile.cmake +++ b/ports/antlr4/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(VERSION 4.9.3) vcpkg_download_distfile(ARCHIVE @@ -20,7 +18,7 @@ vcpkg_extract_source_archive_ex( ARCHIVE ${ARCHIVE} NO_REMOVE_ONE_LEVEL REF ${VERSION} - PATCHES + PATCHES fixed_build.patch uuid_discovery_fix.patch export_guid.patch diff --git a/ports/antlr4/vcpkg.json b/ports/antlr4/vcpkg.json index db6661852b7ea9..442ba951507d82 100644 --- a/ports/antlr4/vcpkg.json +++ b/ports/antlr4/vcpkg.json @@ -1,6 +1,7 @@ { "name": "antlr4", "version": "4.9.3", + "port-version": 1, "description": "ANother Tool for Language Recognition", "homepage": "https://www.antlr.org", "supports": "!uwp", diff --git a/ports/apsi/portfile.cmake b/ports/apsi/portfile.cmake index 5002c99a028370..5000897913c71f 100644 --- a/ports/apsi/portfile.cmake +++ b/ports/apsi/portfile.cmake @@ -1,9 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -if("hexl" IN_LIST FEATURES) - vcpkg_fail_port_install(ON_ARCH "x86" "arm" "arm64") -endif() - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/APSI diff --git a/ports/apsi/vcpkg.json b/ports/apsi/vcpkg.json index 97792cc04d4bff..a93cf1f6f359aa 100644 --- a/ports/apsi/vcpkg.json +++ b/ports/apsi/vcpkg.json @@ -1,6 +1,7 @@ { "name": "apsi", "version-semver": "0.7.0", + "port-version": 1, "description": "APSI is a research library for asymmetric private set intersection.", "homepage": "https://github.com/microsoft/APSI", "supports": "static", diff --git a/ports/arcus/portfile.cmake b/ports/arcus/portfile.cmake index d2777742ba946f..c85b0f73f90800 100644 --- a/ports/arcus/portfile.cmake +++ b/ports/arcus/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Ultimaker/libArcus @@ -28,4 +26,4 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME Arcus CONFIG_PATH lib/cmake/Arcus) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY) \ No newline at end of file +configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY) diff --git a/ports/arcus/vcpkg.json b/ports/arcus/vcpkg.json index bf7b6b4db1d42b..356415b524ca12 100644 --- a/ports/arcus/vcpkg.json +++ b/ports/arcus/vcpkg.json @@ -1,7 +1,7 @@ { "name": "arcus", "version-semver": "4.10.0", - "port-version": 1, + "port-version": 2, "description": "This library contains C++ bindings for creating a socket in a thread and using this socket to send and receive messages based on the Protocol Buffers library.", "homepage": "https://github.com/Ultimaker/libArcus", "supports": "!uwp", diff --git a/ports/ashes/portfile.cmake b/ports/ashes/portfile.cmake index ef2fcf40fd31f2..5b4bb03aa5954e 100644 --- a/ports/ashes/portfile.cmake +++ b/ports/ashes/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP" "iOS" "Android" ON_ARCH "x86" "arm") - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( @@ -7,7 +5,7 @@ vcpkg_from_github( REPO DragonJoker/Ashes REF 0f4e6d0ea308eb60ae32274acc9a4d345a4977ff SHA512 0ce74780786d018e7a447c4e49d3cd83ad53b238a79fc484025e2034cd49a64253363cd592d2da367befa7cd5443b90eb1c5dae54b22756f7b4a0cdecb93c588 - PATCHES + PATCHES fix-cast.patch ) vcpkg_configure_cmake( diff --git a/ports/ashes/vcpkg.json b/ports/ashes/vcpkg.json index cc2567786f3c4a..b2141ba204ee63 100644 --- a/ports/ashes/vcpkg.json +++ b/ports/ashes/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ashes", "version-date": "2021-06-18", + "port-version": 1, "description": "Drop-in replacement to Vulkan's shared library, allowing the use of OpenGL or Direct3D11 in addition to Vulkan.", "homepage": "https://github.com/DragonJoker/Ashes", "supports": "!osx & !linux & !ios & !android & !uwp & !x86 & !arm & !static", diff --git a/ports/asiosdk/portfile.cmake b/ports/asiosdk/portfile.cmake index 85042eabf1c879..a5760164140df7 100644 --- a/ports/asiosdk/portfile.cmake +++ b/ports/asiosdk/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "Linux" "OSX" "uwp") - set(VERSION 2.3.3) vcpkg_download_distfile(ARCHIVE diff --git a/ports/asiosdk/vcpkg.json b/ports/asiosdk/vcpkg.json index d4c04063f2fe19..6d3e9ce6095a2e 100644 --- a/ports/asiosdk/vcpkg.json +++ b/ports/asiosdk/vcpkg.json @@ -1,7 +1,7 @@ { "name": "asiosdk", "version": "2.3.3", - "port-version": 3, + "port-version": 4, "description": "ASIO is a low latency audio API from Steinberg.", "homepage": "https://www.steinberg.net/en/company/developers.html", "supports": "windows & !(arm | uwp)" diff --git a/ports/asmjit/portfile.cmake b/ports/asmjit/portfile.cmake index 2914e4e5ffe946..ffcdcd59a23674 100644 --- a/ports/asmjit/portfile.cmake +++ b/ports/asmjit/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO asmjit/asmjit diff --git a/ports/asmjit/vcpkg.json b/ports/asmjit/vcpkg.json index 93eb16b3eb9f60..bf06441091f447 100644 --- a/ports/asmjit/vcpkg.json +++ b/ports/asmjit/vcpkg.json @@ -1,6 +1,7 @@ { "name": "asmjit", "version-date": "2021-10-26", + "port-version": 1, "description": "Complete x86/x64 JIT and Remote Assembler for C++", "homepage": "https://github.com/asmjit/asmjit", "supports": "!arm", diff --git a/ports/avisynthplus/portfile.cmake b/ports/avisynthplus/portfile.cmake index af6641c3f97246..c64088b2ec57ea 100644 --- a/ports/avisynthplus/portfile.cmake +++ b/ports/avisynthplus/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO AviSynth/AviSynthPlus diff --git a/ports/avisynthplus/vcpkg.json b/ports/avisynthplus/vcpkg.json index a8d0f4e60a4d01..9527fdf40a15d8 100644 --- a/ports/avisynthplus/vcpkg.json +++ b/ports/avisynthplus/vcpkg.json @@ -1,7 +1,7 @@ { "name": "avisynthplus", "version-semver": "3.7.0", - "port-version": 2, + "port-version": 3, "description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness", "homepage": "https://avs-plus.net/", "supports": "!arm & !uwp" diff --git a/ports/avro-c/portfile.cmake b/ports/avro-c/portfile.cmake index f509dbef79e35d..ac0742680b3f08 100644 --- a/ports/avro-c/portfile.cmake +++ b/ports/avro-c/portfile.cmake @@ -1,5 +1,4 @@ vcpkg_buildpath_length_warning(37) -vcpkg_fail_port_install(ON_TARGET "uwp") if(VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) endif() @@ -40,4 +39,4 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static" AND NOT VCPKG_TARGET_IS_WINDOWS) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") endif() -file(INSTALL "${SOURCE_PATH}/lang/c/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/lang/c/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/avro-c/vcpkg.json b/ports/avro-c/vcpkg.json index b05dbfe0ec05c0..2ed857e966bf38 100644 --- a/ports/avro-c/vcpkg.json +++ b/ports/avro-c/vcpkg.json @@ -1,7 +1,7 @@ { "name": "avro-c", "version": "1.11.0", - "port-version": 1, + "port-version": 2, "description": "Apache Avro is a data serialization system", "homepage": "https://github.com/apache/avro", "supports": "!uwp", diff --git a/ports/aws-lambda-cpp/portfile.cmake b/ports/aws-lambda-cpp/portfile.cmake index 714296ed18c6b9..acebd82a394957 100644 --- a/ports/aws-lambda-cpp/portfile.cmake +++ b/ports/aws-lambda-cpp/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Windows" "OSX") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO awslabs/aws-lambda-cpp diff --git a/ports/aws-lambda-cpp/vcpkg.json b/ports/aws-lambda-cpp/vcpkg.json index 7d65385fef50d6..833eb112e1c08f 100644 --- a/ports/aws-lambda-cpp/vcpkg.json +++ b/ports/aws-lambda-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "aws-lambda-cpp", - "version-string": "0.2.7", + "version": "0.2.7", + "port-version": 1, "description": "C++ Runtime for AWS Lambda.", "supports": "linux", "dependencies": [ diff --git a/ports/azure-c-shared-utility/portfile.cmake b/ports/azure-c-shared-utility/portfile.cmake index 7bdb50aa127ccd..87ebf0026867d3 100644 --- a/ports/azure-c-shared-utility/portfile.cmake +++ b/ports/azure-c-shared-utility/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) if("public-preview" IN_LIST FEATURES) diff --git a/ports/azure-c-shared-utility/vcpkg.json b/ports/azure-c-shared-utility/vcpkg.json index 7fa90c73e2cf17..99419298c450ca 100644 --- a/ports/azure-c-shared-utility/vcpkg.json +++ b/ports/azure-c-shared-utility/vcpkg.json @@ -1,6 +1,7 @@ { "name": "azure-c-shared-utility", "version-date": "2021-09-09", + "port-version": 1, "description": "Azure C SDKs common code", "homepage": "https://github.com/Azure/azure-c-shared-utility", "supports": "!uwp", diff --git a/ports/azure-storage-cpp/portfile.cmake b/ports/azure-storage-cpp/portfile.cmake index c091b31c0c0942..b4bad8eee3a4f1 100644 --- a/ports/azure-storage-cpp/portfile.cmake +++ b/ports/azure-storage-cpp/portfile.cmake @@ -1,5 +1,4 @@ message(WARNING "azure-storage-cpp is no longer actively developed. Instead, users should migrate to the new sdk:azure-core-cpp") -vcpkg_fail_port_install(ON_TARGET "UWP") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH @@ -31,4 +30,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) vcpkg_copy_pdbs() - diff --git a/ports/azure-storage-cpp/vcpkg.json b/ports/azure-storage-cpp/vcpkg.json index 21180d49ff3332..53dc1752c960d8 100644 --- a/ports/azure-storage-cpp/vcpkg.json +++ b/ports/azure-storage-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "azure-storage-cpp", "version-string": "7.5.0", - "port-version": 2, + "port-version": 3, "description": [ "[legacy] Microsoft Azure Storage Client SDK for C++", "A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client." diff --git a/ports/bddisasm/portfile.cmake b/ports/bddisasm/portfile.cmake index 7d44789c42047b..3a23531d0edcbe 100644 --- a/ports/bddisasm/portfile.cmake +++ b/ports/bddisasm/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/bddisasm/vcpkg.json b/ports/bddisasm/vcpkg.json index 23aec994670b68..4cbc024b4cd6ad 100644 --- a/ports/bddisasm/vcpkg.json +++ b/ports/bddisasm/vcpkg.json @@ -1,6 +1,7 @@ { "name": "bddisasm", "version": "1.34.7", + "port-version": 1, "maintainers": "Cristi Anichitei ", "description": "bddisasm is a fast, lightweight, x86/x64 instruction decoder and emulator.", "homepage": "https://github.com/bitdefender/bddisasm", diff --git a/ports/behaviortree-cpp/portfile.cmake b/ports/behaviortree-cpp/portfile.cmake index 0782dbdfba5c9d..79feac53adf6f3 100644 --- a/ports/behaviortree-cpp/portfile.cmake +++ b/ports/behaviortree-cpp/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_download_distfile(ARCHIVE diff --git a/ports/behaviortree-cpp/vcpkg.json b/ports/behaviortree-cpp/vcpkg.json index 4632b9786ab203..835160cc34d19f 100644 --- a/ports/behaviortree-cpp/vcpkg.json +++ b/ports/behaviortree-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "behaviortree-cpp", "version": "3.5.6", - "port-version": 1, + "port-version": 2, "description": "Behavior Trees Library in C++.", "homepage": "https://www.behaviortree.dev", "supports": "!uwp", diff --git a/ports/benchmark/portfile.cmake b/ports/benchmark/portfile.cmake index a5cf1ea0ad6dea..f1b79a6ca79b38 100644 --- a/ports/benchmark/portfile.cmake +++ b/ports/benchmark/portfile.cmake @@ -1,3 +1,6 @@ +#https://github.com/google/benchmark/issues/661 +vcpkg_fail_port_install(ON_TARGET "uwp") + vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/benchmark/vcpkg.json b/ports/benchmark/vcpkg.json index 833ba8759d8943..713f0fa31669b1 100644 --- a/ports/benchmark/vcpkg.json +++ b/ports/benchmark/vcpkg.json @@ -1,8 +1,6 @@ { - "$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream", "name": "benchmark", "version-semver": "1.6.0", - "port-version": 1, "description": "A library to support the benchmarking of functions, similar to unit-tests.", "homepage": "https://github.com/google/benchmark", "supports": "!uwp", diff --git a/ports/berkeleydb/portfile.cmake b/ports/berkeleydb/portfile.cmake index 9aef31cf2cb073..5d3495496683de 100644 --- a/ports/berkeleydb/portfile.cmake +++ b/ports/berkeleydb/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install( ON_TARGET "uwp" "linux" "osx") - vcpkg_download_distfile(ARCHIVE URLS "https://download.oracle.com/berkeley-db/db-4.8.30.NC.zip" FILENAME "db-4.8.30.NC.zip" diff --git a/ports/berkeleydb/vcpkg.json b/ports/berkeleydb/vcpkg.json index 860e13a3fc74ff..d9436faa637f0c 100644 --- a/ports/berkeleydb/vcpkg.json +++ b/ports/berkeleydb/vcpkg.json @@ -1,7 +1,7 @@ { "name": "berkeleydb", "version": "4.8.30", - "port-version": 7, + "port-version": 8, "description": "BDB - A high-performance embedded database for key/value data.", "homepage": "https://download.oracle.com/", "supports": "!(uwp | linux | osx)" diff --git a/ports/blitz/portfile.cmake b/ports/blitz/portfile.cmake index f53a286e7f1375..cba693f54ff0d7 100644 --- a/ports/blitz/portfile.cmake +++ b/ports/blitz/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO blitzpp/blitz @@ -16,7 +14,7 @@ vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS -DBUILD_DOC=OFF - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF ) vcpkg_cmake_install() diff --git a/ports/blitz/vcpkg.json b/ports/blitz/vcpkg.json index 906e4d83391da7..9702bfec2ed2b4 100644 --- a/ports/blitz/vcpkg.json +++ b/ports/blitz/vcpkg.json @@ -1,7 +1,7 @@ { "name": "blitz", "version-string": "2020-03-25", - "port-version": 3, + "port-version": 4, "description": "Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.", "homepage": "https://github.com/blitzpp/blitz", "supports": "!(arm | arm64 | uwp)", diff --git a/ports/boinc/portfile.cmake b/ports/boinc/portfile.cmake index 6fd0ccd9214281..52227bf4759ede 100644 --- a/ports/boinc/portfile.cmake +++ b/ports/boinc/portfile.cmake @@ -1,7 +1,4 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -if(VCPKG_TARGET_IS_WINDOWS) - vcpkg_fail_port_install(ON_TARGET "UWP" ON_ARCH "arm") -endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/boinc/vcpkg.json b/ports/boinc/vcpkg.json index 44c78332346cd4..fadcafb0946797 100644 --- a/ports/boinc/vcpkg.json +++ b/ports/boinc/vcpkg.json @@ -1,7 +1,7 @@ { "name": "boinc", "version": "7.18.1", - "port-version": 3, + "port-version": 4, "description": "Open-source software for volunteer computing and grid computing.", "homepage": "https://boinc.berkeley.edu/", "supports": "!(windows & arm) & !uwp", diff --git a/ports/boringssl/portfile.cmake b/ports/boringssl/portfile.cmake index 71cef4ed35058f..e604c6a34a4ed9 100644 --- a/ports/boringssl/portfile.cmake +++ b/ports/boringssl/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - if(EXISTS "${CURRENT_INSTALLED_DIR}/include/openssl/ssl.h") message(FATAL_ERROR "Can't build BoringSSL if OpenSSL is installed. Please remove OpenSSL, and try to install BoringSSL again if you need it. Build will continue since BoringSSL is a drop-in replacement for OpenSSL") endif() @@ -24,7 +22,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/boringssl - REF 479adf98d54a21c1d154aac59b2ce120e1d1a6d6 + REF 479adf98d54a21c1d154aac59b2ce120e1d1a6d6 SHA512 74b5d001c0f5c1846b8818e9e668fa35de5171fc21a8f713d241f57b3e8abe42426fdc66b085cca1853b904def6f4bea573dfed40b8b1422894cca85b0b1a44a HEAD_REF master PATCHES diff --git a/ports/boringssl/vcpkg.json b/ports/boringssl/vcpkg.json index e3aaec032fd75d..d8d9f7ac2d8fb8 100644 --- a/ports/boringssl/vcpkg.json +++ b/ports/boringssl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "boringssl", "version-date": "2021-06-23", + "port-version": 1, "description": "BoringSSl is a fork of OpenSSL developed by Google", "homepage": "https://boringssl.googlesource.com/boringssl", "supports": "!uwp", diff --git a/ports/box2d/portfile.cmake b/ports/box2d/portfile.cmake index e6004f07951690..e209c85a3cd544 100644 --- a/ports/box2d/portfile.cmake +++ b/ports/box2d/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/box2d/vcpkg.json b/ports/box2d/vcpkg.json index 38535d8fa8bfdf..b1b4b140159e10 100644 --- a/ports/box2d/vcpkg.json +++ b/ports/box2d/vcpkg.json @@ -1,7 +1,7 @@ { "name": "box2d", "version-semver": "2.4.1", - "port-version": 1, + "port-version": 2, "description": "An open source C++ engine for simulating rigid bodies in 2D", "homepage": "https://box2d.org", "supports": "!uwp" diff --git a/ports/brpc/portfile.cmake b/ports/brpc/portfile.cmake index b78f6e4ccc2489..16b6846e44df97 100644 --- a/ports/brpc/portfile.cmake +++ b/ports/brpc/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "windows") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO apache/incubator-brpc diff --git a/ports/brpc/vcpkg.json b/ports/brpc/vcpkg.json index 8d7e722c7b4e2b..ed959a62210826 100644 --- a/ports/brpc/vcpkg.json +++ b/ports/brpc/vcpkg.json @@ -1,7 +1,7 @@ { "name": "brpc", "version-string": "0.9.7", - "port-version": 3, + "port-version": 4, "description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.", "homepage": "https://github.com/apache/incubator-brpc", "supports": "!windows", diff --git a/ports/buck-yeh-bux-mariadb-client/portfile.cmake b/ports/buck-yeh-bux-mariadb-client/portfile.cmake index 4f675457dfa778..2b7f7c7fd270d2 100644 --- a/ports/buck-yeh-bux-mariadb-client/portfile.cmake +++ b/ports/buck-yeh-bux-mariadb-client/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "linux" "uwp" "osx") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO buck-yeh/bux-mariadb-client diff --git a/ports/buck-yeh-bux-mariadb-client/vcpkg.json b/ports/buck-yeh-bux-mariadb-client/vcpkg.json index 2ec1976a4c3cfc..1f70c38e1550f1 100644 --- a/ports/buck-yeh-bux-mariadb-client/vcpkg.json +++ b/ports/buck-yeh-bux-mariadb-client/vcpkg.json @@ -1,6 +1,7 @@ { "name": "buck-yeh-bux-mariadb-client", "version": "1.0.1", + "port-version": 1, "description": "Loose-coupled throw-on-error C++20 wrapper classes and utilities over mysql/mariadb Connector/C API", "homepage": "https://github.com/buck-yeh/bux-mariadb-client", "supports": "!(arm | uwp | osx)", diff --git a/ports/c-ares/portfile.cmake b/ports/c-ares/portfile.cmake index 4e9ee82663d265..29451a9a7c7cac 100644 --- a/ports/c-ares/portfile.cmake +++ b/ports/c-ares/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO c-ares/c-ares diff --git a/ports/c-ares/vcpkg.json b/ports/c-ares/vcpkg.json index da731a90c76ef3..dea85af0bfb55c 100644 --- a/ports/c-ares/vcpkg.json +++ b/ports/c-ares/vcpkg.json @@ -1,7 +1,7 @@ { "name": "c-ares", "version-semver": "1.17.2", - "port-version": 1, + "port-version": 2, "description": "A C library for asynchronous DNS requests", "homepage": "https://github.com/c-ares/c-ares", "supports": "!uwp", diff --git a/ports/calceph/portfile.cmake b/ports/calceph/portfile.cmake index e09f94c05c42ab..30be927c85162c 100755 --- a/ports/calceph/portfile.cmake +++ b/ports/calceph/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(CALCEPH_VERSION "3.5.0") set(CALCEPH_HASH 12bb269d846aab93799656919cd9ca5a995248fb806727ea95667374b9380ca8f52c57dc6a5930c6995c13749bff1459c430eb2908b1533a8804fcb6b95c3de9) diff --git a/ports/calceph/vcpkg.json b/ports/calceph/vcpkg.json index a12b93bb54a8cb..f67c5d1cca1fdf 100755 --- a/ports/calceph/vcpkg.json +++ b/ports/calceph/vcpkg.json @@ -1,7 +1,7 @@ { "name": "calceph", "version": "3.5.0", - "port-version": 1, + "port-version": 2, "description": "C library to access the binary planetary ephemeris files.", "homepage": "https://www.imcce.fr/inpop/calceph/", "documentation": "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/html/c/index.html", diff --git a/ports/camport3/portfile.cmake b/ports/camport3/portfile.cmake index a46d4ded934d6c..8a2333469984e6 100644 --- a/ports/camport3/portfile.cmake +++ b/ports/camport3/portfile.cmake @@ -1,13 +1,3 @@ -if(VCPKG_TARGET_IS_WINDOWS) - vcpkg_fail_port_install(ON_LIBRARY_LINKAGE "static") - vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_fail_port_install(ON_ARCH "arm" "arm64" "wasm32") -elseif(VCPKG_TARGET_IS_LINUX) - vcpkg_fail_port_install(ON_ARCH "wasm32") -else() - vcpkg_fail_port_install(ALWAYS) -endif() - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO percipioxyz/camport3 @@ -17,7 +7,7 @@ vcpkg_from_github( ) file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/include) -file(COPY +file(COPY ${SOURCE_PATH}/include/TYApi.h ${SOURCE_PATH}/include/TYCoordinateMapper.h ${SOURCE_PATH}/include/TYImageProc.h @@ -58,7 +48,7 @@ elseif(VCPKG_TARGET_IS_LINUX) else() set (CAMPORT3_ARCH ${VCPKG_TARGET_ARCHITECTURE}) endif() - + if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "release") file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/lib) file(COPY diff --git a/ports/camport3/vcpkg.json b/ports/camport3/vcpkg.json index 0bf92791f34cf6..d301a871166a31 100644 --- a/ports/camport3/vcpkg.json +++ b/ports/camport3/vcpkg.json @@ -1,7 +1,7 @@ { "name": "camport3", "version-string": "1.5.3", - "port-version": 1, + "port-version": 2, "description": "percipio.xyz cameras SDK", "homepage": "https://github.com/percipioxyz/camport3", "supports": "((windows & !uwp & !arm & !arm64 & !static) | linux) & !wasm32" diff --git a/ports/chromium-base/portfile.cmake b/ports/chromium-base/portfile.cmake index 6f6d9728cd6b1b..f7fd3a013aa791 100644 --- a/ports/chromium-base/portfile.cmake +++ b/ports/chromium-base/portfile.cmake @@ -1,7 +1,3 @@ -vcpkg_fail_port_install( - ON_ARCH "x86" "arm" "arm64" - ON_TARGET "UWP") - # Patches may be provided at the end function(checkout_in_path PATH URL REF) if(EXISTS "${PATH}") @@ -12,7 +8,7 @@ function(checkout_in_path PATH URL REF) endif() file(REMOVE_RECURSE "${PATH}") endif() - + vcpkg_from_git( OUT_SOURCE_PATH DEP_SOURCE_PATH URL "${URL}" @@ -29,26 +25,26 @@ file(MAKE_DIRECTORY "${SOURCE_PATH}/third_party") set(CHROMIUM_GIT "https://chromium.googlesource.com/chromium/src") checkout_in_path( - "${SOURCE_PATH}/base" - "${CHROMIUM_GIT}/base" + "${SOURCE_PATH}/base" + "${CHROMIUM_GIT}/base" "25ce73258703a5ac018da0e203fb3d4a98c2136e" res/0001-base.patch) checkout_in_path( - "${SOURCE_PATH}/build" - "${CHROMIUM_GIT}/build" + "${SOURCE_PATH}/build" + "${CHROMIUM_GIT}/build" "312532ee66abdacbe58afb5df7ddf05e3a6399f9" res/0002-build.patch) checkout_in_path( - "${SOURCE_PATH}/third_party/apple_apsl" - "${CHROMIUM_GIT}/third_party/apple_apsl" + "${SOURCE_PATH}/third_party/apple_apsl" + "${CHROMIUM_GIT}/third_party/apple_apsl" "4cc25bbf65194f6726f7f10da0a885818e35d53e") checkout_in_path( - "${SOURCE_PATH}/third_party/ced" - "${CHROMIUM_GIT}/third_party/ced" + "${SOURCE_PATH}/third_party/ced" + "${CHROMIUM_GIT}/third_party/ced" "4cd87a44674edd9fe1f01c4cb5f1b73907ce4236") checkout_in_path( - "${SOURCE_PATH}/third_party/modp_b64" - "${CHROMIUM_GIT}/third_party/modp_b64" + "${SOURCE_PATH}/third_party/modp_b64" + "${CHROMIUM_GIT}/third_party/modp_b64" "509f005fa65e652dc4a6f636da6fa1002b6dce16") set(RES "${CMAKE_CURRENT_LIST_DIR}/res") @@ -92,7 +88,7 @@ if(CLANG MATCHES "-NOTFOUND") endif() get_filename_component(CLANG "${CLANG}" DIRECTORY) get_filename_component(CLANG "${CLANG}" DIRECTORY) -if((WIN32 AND NOT EXISTS "${CLANG}/bin/clang-cl.exe") OR +if((WIN32 AND NOT EXISTS "${CLANG}/bin/clang-cl.exe") OR (APPLE AND NOT EXISTS "${CLANG}/bin/clang")) message(FATAL_ERROR "Clang needs to be inside a bin directory.") endif() @@ -125,9 +121,9 @@ set(NINJA_REBUILD "build build.ninja: gn\n generator = 1\n depfile = build.nin vcpkg_replace_string("${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/build.ninja" "${NINJA_REBUILD}" "") vcpkg_replace_string("${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/build.ninja" "${NINJA_REBUILD}" "") -set(TARGETS +set(TARGETS base base:base_static - base/third_party/dynamic_annotations + base/third_party/dynamic_annotations base/third_party/double_conversion) if(WIN32) diff --git a/ports/chromium-base/vcpkg.json b/ports/chromium-base/vcpkg.json index 6ca5e8a9e14dc1..a96735ba3a4a81 100644 --- a/ports/chromium-base/vcpkg.json +++ b/ports/chromium-base/vcpkg.json @@ -1,7 +1,7 @@ { "name": "chromium-base", "version-string": "86.0.4199.1", - "port-version": 2, + "port-version": 3, "description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", "homepage": "https://chromium.googlesource.com/chromium/src", "supports": "x64 & (osx | windows | linux) & !uwp" diff --git a/ports/civetweb/portfile.cmake b/ports/civetweb/portfile.cmake index 7a0837a8bc657d..1797bf08356995 100644 --- a/ports/civetweb/portfile.cmake +++ b/ports/civetweb/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(MESSAGE "${PORT} does not currently support UWP" ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO civetweb/civetweb diff --git a/ports/civetweb/vcpkg.json b/ports/civetweb/vcpkg.json index f39eea59c5374c..e804454c36c09e 100644 --- a/ports/civetweb/vcpkg.json +++ b/ports/civetweb/vcpkg.json @@ -1,6 +1,7 @@ { "name": "civetweb", "version": "1.15", + "port-version": 1, "description": "Easy to use, powerful, C/C++ embeddable web server.", "homepage": "https://github.com/civetweb/civetweb", "supports": "!uwp", diff --git a/ports/clamav/portfile.cmake b/ports/clamav/portfile.cmake index ceb1ce7f573101..3697306a1fb5cf 100644 --- a/ports/clamav/portfile.cmake +++ b/ports/clamav/portfile.cmake @@ -1,10 +1,9 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Cisco-Talos/clamav-devel - REF clamav-0.103.0 + REF clamav-0.103.0 SHA512 e7ff4d98e0615a9fec0752bbfa2b882ae95034a8e01d0f7cc635ee520ff917c3be2a2d3273caa2fc1598e7d5ec4fd60d59b517cb439c5454d32447f8c8d7ba5a FILE_DISAMBIGUATOR 1 HEAD_REF master diff --git a/ports/clamav/vcpkg.json b/ports/clamav/vcpkg.json index dd6cbc928755da..ca212c5768ad02 100644 --- a/ports/clamav/vcpkg.json +++ b/ports/clamav/vcpkg.json @@ -1,7 +1,7 @@ { "name": "clamav", "version-semver": "0.103.0", - "port-version": 2, + "port-version": 3, "description": "ClamAV is an open-source anti-virus toolkit.", "homepage": "https://www.clamav.net", "supports": "!uwp & !static", diff --git a/ports/clblast/portfile.cmake b/ports/clblast/portfile.cmake index ce749ae739fa43..72b414d9164107 100644 --- a/ports/clblast/portfile.cmake +++ b/ports/clblast/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_LIBRARY_LINKAGE static) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO CNugteren/CLBlast @@ -39,4 +37,4 @@ vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/clblast/vcpkg.json b/ports/clblast/vcpkg.json index a5915a0daa69de..5f90075e1b1b78 100644 --- a/ports/clblast/vcpkg.json +++ b/ports/clblast/vcpkg.json @@ -1,6 +1,7 @@ { "name": "clblast", "version": "1.5.2", + "port-version": 1, "description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.", "homepage": "https://github.com/CNugteren/CLBlast", "supports": "!static", diff --git a/ports/clrng/portfile.cmake b/ports/clrng/portfile.cmake index 49bab0b9eb8141..1c9fe2bb3571c2 100644 --- a/ports/clrng/portfile.cmake +++ b/ports/clrng/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm64") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO clMathLibraries/clRNG diff --git a/ports/clrng/vcpkg.json b/ports/clrng/vcpkg.json index a2d3de4ddcd2fd..9e90dccd0ba07f 100644 --- a/ports/clrng/vcpkg.json +++ b/ports/clrng/vcpkg.json @@ -1,7 +1,7 @@ { "name": "clrng", "version-date": "2020-12-01", - "port-version": 2, + "port-version": 3, "description": "clRNG is a library for uniform random number generation in OpenCL.", "homepage": "https://github.com/clMathLibraries/clRNG", "supports": "!arm64", diff --git a/ports/coin/portfile.cmake b/ports/coin/portfile.cmake index 19ac9f120c032b..22f97663dc4f3b 100644 --- a/ports/coin/portfile.cmake +++ b/ports/coin/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP" ON_ARCH "arm" "arm64") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Coin3D/coin @@ -45,5 +43,5 @@ endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/Coin/profiler) - -vcpkg_fixup_pkgconfig() + +vcpkg_fixup_pkgconfig() diff --git a/ports/coin/vcpkg.json b/ports/coin/vcpkg.json index fbe97369e885e9..02430c7651a32a 100644 --- a/ports/coin/vcpkg.json +++ b/ports/coin/vcpkg.json @@ -1,7 +1,7 @@ { "name": "coin", "version-string": "4.0.0", - "port-version": 4, + "port-version": 5, "description": "A high-level 3D visualization library with Open Inventor 2.1 API", "homepage": "https://github.com/coin3d/coin", "supports": "!(arm | arm64 | uwp)", diff --git a/ports/commsdsl/portfile.cmake b/ports/commsdsl/portfile.cmake index 60cb2bbbc1116e..e7131d93a85067 100644 --- a/ports/commsdsl/portfile.cmake +++ b/ports/commsdsl/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO commschamp/commsdsl diff --git a/ports/commsdsl/vcpkg.json b/ports/commsdsl/vcpkg.json index ebfbd0c7254d43..84ceafc77305ff 100644 --- a/ports/commsdsl/vcpkg.json +++ b/ports/commsdsl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "commsdsl", "version-semver": "3.6.4", + "port-version": 1, "description": "DSL schemas parser and code generator for CommsChampion Ecosystem", "homepage": "https://commschamp.github.io/", "documentation": "https://github.com/commschamp/commsdsl", diff --git a/ports/coroutine/portfile.cmake b/ports/coroutine/portfile.cmake index 1326b5a7dd5993..7b125d5cfe241a 100644 --- a/ports/coroutine/portfile.cmake +++ b/ports/coroutine/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - if(VCPKG_TARGET_IS_LINUX) message("Warning: `coroutine` requires libc++ and Clang or GCC 10+ on Linux") endif() diff --git a/ports/coroutine/vcpkg.json b/ports/coroutine/vcpkg.json index 8c557f6fa91578..03b85094e0ce67 100644 --- a/ports/coroutine/vcpkg.json +++ b/ports/coroutine/vcpkg.json @@ -1,7 +1,7 @@ { "name": "coroutine", - "version-string": "1.5.0", - "port-version": 2, + "version": "1.5.0", + "port-version": 3, "description": "C++ 20 Coroutines helper/example library", "homepage": "https://github.com/luncliff/coroutine", "supports": "!uwp", diff --git a/ports/cpp-ipc/portfile.cmake b/ports/cpp-ipc/portfile.cmake index 4842897fb51201..d48a25f7d58666 100644 --- a/ports/cpp-ipc/portfile.cmake +++ b/ports/cpp-ipc/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "OSX") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mutouyun/cpp-ipc @@ -36,4 +34,4 @@ vcpkg_copy_pdbs() file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") \ No newline at end of file +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") diff --git a/ports/cpp-ipc/vcpkg.json b/ports/cpp-ipc/vcpkg.json index b0d59447b46208..0be5856372b452 100644 --- a/ports/cpp-ipc/vcpkg.json +++ b/ports/cpp-ipc/vcpkg.json @@ -1,6 +1,7 @@ { "name": "cpp-ipc", "version": "1.0.1", + "port-version": 1, "description": "C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.", "homepage": "https://github.com/mutouyun/cpp-ipc", "supports": "!osx", diff --git a/ports/cpp-netlib/portfile.cmake b/ports/cpp-netlib/portfile.cmake index adfe9ad29b46d0..4674917b6220fc 100644 --- a/ports/cpp-netlib/portfile.cmake +++ b/ports/cpp-netlib/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/cpp-netlib/vcpkg.json b/ports/cpp-netlib/vcpkg.json index 22a7c7b9ed3087..40f200d781c1a3 100644 --- a/ports/cpp-netlib/vcpkg.json +++ b/ports/cpp-netlib/vcpkg.json @@ -1,7 +1,7 @@ { "name": "cpp-netlib", "version-string": "0.13.0", - "port-version": 5, + "port-version": 6, "description": "A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library", "homepage": "https://cpp-netlib.org/", "supports": "!uwp", diff --git a/ports/cppad/portfile.cmake b/ports/cppad/portfile.cmake index 3de2570379bb4d..23ddddb601d2ec 100644 --- a/ports/cppad/portfile.cmake +++ b/ports/cppad/portfile.cmake @@ -1,7 +1,3 @@ -# the compilation fails on arm and uwp. Please check the related issue: -# https://github.com/microsoft/vcpkg/pull/12560#issuecomment-668412073 -vcpkg_fail_port_install(ON_TARGET "uwp" and "arm") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO coin-or/CppAD diff --git a/ports/cppad/vcpkg.json b/ports/cppad/vcpkg.json index 48ae8fa4eb06fa..494ccdfa54a32f 100644 --- a/ports/cppad/vcpkg.json +++ b/ports/cppad/vcpkg.json @@ -1,7 +1,8 @@ { + "$comment": "See related issue for compilation failure on UWP and ARM: https://github.com/microsoft/vcpkg/pull/12560#issuecomment-668412073", "name": "cppad", "version-string": "20210000.7", - "port-version": 2, + "port-version": 3, "description": "CppAD: A Package for Differentiation of C++ Algorithms", "homepage": "https://github.com/coin-or/CppAD", "supports": "!(arm | uwp)", diff --git a/ports/cppcms/portfile.cmake b/ports/cppcms/portfile.cmake index d25c1b18ef6328..54bc5703970e7d 100644 --- a/ports/cppcms/portfile.cmake +++ b/ports/cppcms/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install( ON_TARGET "linux" "osx") - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT) vcpkg_from_github( diff --git a/ports/cppcms/vcpkg.json b/ports/cppcms/vcpkg.json index 0991668efc1a9d..601d5755041cdb 100644 --- a/ports/cppcms/vcpkg.json +++ b/ports/cppcms/vcpkg.json @@ -1,7 +1,7 @@ { "name": "cppcms", "version-string": "1.2.1", - "port-version": 3, + "port-version": 4, "description": "CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development", "homepage": "https://github.com/artyom-beilis/cppcms", "supports": "!(linux | osx)", diff --git a/ports/cppcoro/portfile.cmake b/ports/cppcoro/portfile.cmake index 7938a65ba067c3..39c110e2a483e1 100644 --- a/ports/cppcoro/portfile.cmake +++ b/ports/cppcoro/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) if(VCPKG_TARGET_IS_LINUX) diff --git a/ports/cppcoro/vcpkg.json b/ports/cppcoro/vcpkg.json index e5e116dc85e503..794309e34db813 100644 --- a/ports/cppcoro/vcpkg.json +++ b/ports/cppcoro/vcpkg.json @@ -1,7 +1,7 @@ { "name": "cppcoro", - "version-string": "2020-2-28", - "port-version": 2, + "version-date": "2020-02-28", + "port-version": 3, "description": "A library of C++ coroutine abstractions for the Coroutines TS", "homepage": "https://github.com/lewissbaker/cppcoro", "supports": "!uwp" diff --git a/ports/cppunit/portfile.cmake b/ports/cppunit/portfile.cmake index 602bad91fd8c00..5daefd732252bf 100644 --- a/ports/cppunit/portfile.cmake +++ b/ports/cppunit/portfile.cmake @@ -1,6 +1,3 @@ -# UWP is not supported -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_download_distfile(ARCHIVE URLS "https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz" FILENAME "cppunit-1.15.1.tar.gz" @@ -62,4 +59,4 @@ file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/CppUnitConfig.cmake" DESTINATION "${CURR file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share" -) \ No newline at end of file +) diff --git a/ports/cppunit/vcpkg.json b/ports/cppunit/vcpkg.json index 21eec3130a9d14..15fef69b685a57 100644 --- a/ports/cppunit/vcpkg.json +++ b/ports/cppunit/vcpkg.json @@ -1,7 +1,7 @@ { "name": "cppunit", "version": "1.15.1", - "port-version": 2, + "port-version": 3, "description": "Unit testing framework module for the C++ programming language", "homepage": "https://www.freedesktop.org/wiki/Software/cppunit", "supports": "!uwp", diff --git a/ports/cpu-features/portfile.cmake b/ports/cpu-features/portfile.cmake index 0e7602fdc4e397..4b4ca71d2c4374 100644 --- a/ports/cpu-features/portfile.cmake +++ b/ports/cpu-features/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/cpu-features/vcpkg.json b/ports/cpu-features/vcpkg.json index 8980a30b5db2e5..e44c320170d28c 100644 --- a/ports/cpu-features/vcpkg.json +++ b/ports/cpu-features/vcpkg.json @@ -1,6 +1,7 @@ { "name": "cpu-features", "version": "0.6.0", + "port-version": 1, "description": "A cross-platform C library to retrieve CPU features (such as available instructions) at runtime", "homepage": "https://github.com/google/cpu_features", "license": "Apache-2.0", diff --git a/ports/crashpad/portfile.cmake b/ports/crashpad/portfile.cmake index 30026d5c151a0a..1764fc99ac0a12 100644 --- a/ports/crashpad/portfile.cmake +++ b/ports/crashpad/portfile.cmake @@ -1,7 +1,3 @@ -vcpkg_fail_port_install( - ON_ARCH "x86" "arm" "arm64" - ON_TARGET "UWP" "LINUX") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_git( @@ -14,7 +10,7 @@ function(checkout_in_path PATH URL REF) if(EXISTS "${PATH}") return() endif() - + vcpkg_from_git( OUT_SOURCE_PATH DEP_SOURCE_PATH URL "${URL}" @@ -116,8 +112,8 @@ install_headers("${SOURCE_PATH}/third_party/mini_chromium/mini_chromium/base") install_headers("${SOURCE_PATH}/third_party/mini_chromium/mini_chromium/build") # remove empty directories -file(REMOVE_RECURSE - "${PACKAGES_INCLUDE_DIR}/util/net/testdata" +file(REMOVE_RECURSE + "${PACKAGES_INCLUDE_DIR}/util/net/testdata" "${PACKAGES_INCLUDE_DIR}/build/ios") configure_file("${CMAKE_CURRENT_LIST_DIR}/crashpadConfig.cmake.in" diff --git a/ports/crashpad/vcpkg.json b/ports/crashpad/vcpkg.json index a470314994806f..d244f5987365bb 100644 --- a/ports/crashpad/vcpkg.json +++ b/ports/crashpad/vcpkg.json @@ -1,7 +1,7 @@ { "name": "crashpad", - "version-string": "2020-03-18", - "port-version": 1, + "version-date": "2020-03-18", + "port-version": 2, "description": [ "Crashpad is a crash-reporting system.", "Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss." diff --git a/ports/crfsuite/portfile.cmake b/ports/crfsuite/portfile.cmake index 19b2399bed3e21..14e3392163644a 100644 --- a/ports/crfsuite/portfile.cmake +++ b/ports/crfsuite/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET uwp) - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( @@ -10,7 +8,6 @@ vcpkg_from_github( HEAD_REF master ) - list(REMOVE_ITEM SOURCE_FILE "${SOURCE_PATH}/win32/liblbfgs/lbfgs.lib") list(REMOVE_ITEM SOURCE_FILE "${SOURCE_PATH}/win32/liblbfgs/lbfgs_debug.lib") diff --git a/ports/crfsuite/vcpkg.json b/ports/crfsuite/vcpkg.json index ec11656cebc458..5899466d52bf20 100644 --- a/ports/crfsuite/vcpkg.json +++ b/ports/crfsuite/vcpkg.json @@ -1,7 +1,7 @@ { "name": "crfsuite", "version-date": "2019-07-21", - "port-version": 2, + "port-version": 3, "description": "CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data.", "homepage": "https://www.chokkan.org/software/crfsuite/", "supports": "!uwp", diff --git a/ports/dav1d/portfile.cmake b/ports/dav1d/portfile.cmake index cc109ff43926d7..cd727622586ce0 100644 --- a/ports/dav1d/portfile.cmake +++ b/ports/dav1d/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "x86" ON_TARGET "uwp") - vcpkg_from_gitlab( GITLAB_URL https://code.videolan.org OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/dav1d/vcpkg.json b/ports/dav1d/vcpkg.json index 7863c3c4de9219..0a10cfc65b787d 100644 --- a/ports/dav1d/vcpkg.json +++ b/ports/dav1d/vcpkg.json @@ -1,7 +1,7 @@ { "name": "dav1d", "version-semver": "0.8.2", - "port-version": 2, + "port-version": 3, "description": "dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.", "homepage": "https://code.videolan.org/videolan/dav1d", "supports": "!(uwp | arm | x86)", diff --git a/ports/dbghelp/portfile.cmake b/ports/dbghelp/portfile.cmake index 832bec6d74c498..1b902cff347a75 100644 --- a/ports/dbghelp/portfile.cmake +++ b/ports/dbghelp/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "OSX" "Linux") vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_get_windows_sdk(WINDOWS_SDK) diff --git a/ports/dbghelp/vcpkg.json b/ports/dbghelp/vcpkg.json index cb7786a83e03b1..85c4d7c8fbfaf9 100644 --- a/ports/dbghelp/vcpkg.json +++ b/ports/dbghelp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "dbghelp", - "version-string": "0.0", - "port-version": 1, + "version": "0", + "port-version": 2, "description": "Windows Debug Help Library", "supports": "windows" } diff --git a/ports/directx-headers/portfile.cmake b/ports/directx-headers/portfile.cmake index 8d1bb0beb68916..93ec93f09c30de 100644 --- a/ports/directx-headers/portfile.cmake +++ b/ports/directx-headers/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "OSX") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectX-Headers diff --git a/ports/directx-headers/vcpkg.json b/ports/directx-headers/vcpkg.json index 66658e2f48d721..b0723567c13f00 100644 --- a/ports/directx-headers/vcpkg.json +++ b/ports/directx-headers/vcpkg.json @@ -1,6 +1,7 @@ { "name": "directx-headers", "version": "1.4.9", + "port-version": 1, "description": "Official DirectX 12 Headers", "homepage": "https://devblogs.microsoft.com/directx/", "supports": "windows | linux" diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake index 6cd9c3180fa017..d3551412de1c23 100644 --- a/ports/directxmesh/portfile.cmake +++ b/ports/directxmesh/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "OSX") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXMesh diff --git a/ports/directxmesh/vcpkg.json b/ports/directxmesh/vcpkg.json index 545ca0f9ec0b0a..4d035305f09e66 100644 --- a/ports/directxmesh/vcpkg.json +++ b/ports/directxmesh/vcpkg.json @@ -1,6 +1,7 @@ { "name": "directxmesh", "version-date": "2021-11-08", + "port-version": 1, "description": "DirectXMesh geometry processing library", "homepage": "https://github.com/Microsoft/DirectXMesh", "documentation": "https://github.com/microsoft/DirectXMesh/wiki", diff --git a/ports/directxsdk/portfile.cmake b/ports/directxsdk/portfile.cmake index 67551cffa3b045..3e38e42e1ed4bd 100644 --- a/ports/directxsdk/portfile.cmake +++ b/ports/directxsdk/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID" ON_ARCH "arm") - if(EXISTS "${CURRENT_INSTALLED_DIR}/share/dxsdk-d3dx/copyright") message(FATAL_ERROR "Can't build ${PORT} if dxsdk-d3dx is installed. Please remove dxsdk-d3dx, and try to install ${PORT} again if you need it.") endif() diff --git a/ports/directxsdk/vcpkg.json b/ports/directxsdk/vcpkg.json index 0d093e5bb658ca..178026f01520a9 100644 --- a/ports/directxsdk/vcpkg.json +++ b/ports/directxsdk/vcpkg.json @@ -1,7 +1,7 @@ { "name": "directxsdk", "version-string": "jun10", - "port-version": 4, + "port-version": 5, "description": "Legacy DirectX SDK", "homepage": "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-", "supports": "windows & !uwp & !arm", diff --git a/ports/directxtex/portfile.cmake b/ports/directxtex/portfile.cmake index aa9f572f0c7d9c..d2ee8e803cb4ef 100644 --- a/ports/directxtex/portfile.cmake +++ b/ports/directxtex/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "OSX") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXTex diff --git a/ports/directxtex/vcpkg.json b/ports/directxtex/vcpkg.json index cca22a250ca676..c8a1a1096143ea 100644 --- a/ports/directxtex/vcpkg.json +++ b/ports/directxtex/vcpkg.json @@ -1,6 +1,7 @@ { "name": "directxtex", "version-date": "2021-11-08", + "port-version": 1, "description": "DirectXTex texture processing library", "homepage": "https://github.com/Microsoft/DirectXTex", "documentation": "https://github.com/microsoft/DirectXTex/wiki", diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake index 32d30522ce23f4..cb54fcddd94df3 100644 --- a/ports/directxtk/portfile.cmake +++ b/ports/directxtk/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "OSX" "Linux") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXTK diff --git a/ports/directxtk/vcpkg.json b/ports/directxtk/vcpkg.json index a5b784ead88497..d9f9f98d18199f 100644 --- a/ports/directxtk/vcpkg.json +++ b/ports/directxtk/vcpkg.json @@ -1,6 +1,7 @@ { "name": "directxtk", "version-date": "2021-11-08", + "port-version": 1, "description": "A collection of helper classes for writing DirectX 11.x code in C++.", "homepage": "https://github.com/Microsoft/DirectXTK", "documentation": "https://github.com/microsoft/DirectXTK/wiki", diff --git a/ports/directxtk12/portfile.cmake b/ports/directxtk12/portfile.cmake index 5f053692ad5e29..7442e11863377f 100644 --- a/ports/directxtk12/portfile.cmake +++ b/ports/directxtk12/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "OSX" "Linux") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXTK12 diff --git a/ports/directxtk12/vcpkg.json b/ports/directxtk12/vcpkg.json index 9b4ef1df56ad67..e190067b258d38 100644 --- a/ports/directxtk12/vcpkg.json +++ b/ports/directxtk12/vcpkg.json @@ -1,6 +1,7 @@ { "name": "directxtk12", "version-date": "2021-11-08", + "port-version": 1, "description": "A collection of helper classes for writing DirectX 12 code in C++.", "homepage": "https://github.com/Microsoft/DirectXTK12", "documentation": "https://github.com/microsoft/DirectXTK12/wiki", diff --git a/ports/discord-game-sdk/portfile.cmake b/ports/discord-game-sdk/portfile.cmake index ab85a7d72b7aa4..ab3bec66bb71a6 100644 --- a/ports/discord-game-sdk/portfile.cmake +++ b/ports/discord-game-sdk/portfile.cmake @@ -1,8 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "android" "uwp") -if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" AND NOT VCPKG_TARGET_IS_WINDOWS) - vcpkg_fail_port_install(MESSAGE "The GameSDK only supports x86 on Windows." ALWAYS) -endif() - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_download_distfile(ARCHIVE @@ -15,8 +10,8 @@ vcpkg_extract_source_archive_ex( OUT_SOURCE_PATH SOURCE_PATH ARCHIVE ${ARCHIVE} NO_REMOVE_ONE_LEVEL - PATCHES - include-cstdint.patch # allows compiling on newer versions of GCC + PATCHES + include-cstdint.patch # allows compiling on newer versions of GCC ) file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION ${SOURCE_PATH}) diff --git a/ports/discord-game-sdk/vcpkg.json b/ports/discord-game-sdk/vcpkg.json index 3a35dc4592c66e..5282f601ecc474 100644 --- a/ports/discord-game-sdk/vcpkg.json +++ b/ports/discord-game-sdk/vcpkg.json @@ -1,7 +1,7 @@ { "name": "discord-game-sdk", "version": "2.5.6", - "port-version": 3, + "port-version": 4, "description": "The Discord GameSDK is an easy drop-in SDK to help you manage all the hard things that come with making a game.", "homepage": "https://discord.com/developers/docs/game-sdk/sdk-starter-guide", "supports": "((x64 & (windows | osx | linux)) | (x86 & windows)) & !uwp & !static" diff --git a/ports/dmlc/portfile.cmake b/ports/dmlc/portfile.cmake index 3e4c7baeb39e13..bae56fc77e00f1 100644 --- a/ports/dmlc/portfile.cmake +++ b/ports/dmlc/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO dmlc/dmlc-core diff --git a/ports/dmlc/vcpkg.json b/ports/dmlc/vcpkg.json index 36a4e03953a68a..d5f74b3d7791c5 100644 --- a/ports/dmlc/vcpkg.json +++ b/ports/dmlc/vcpkg.json @@ -1,7 +1,7 @@ { "name": "dmlc", "version-date": "2019-08-12", - "port-version": 6, + "port-version": 7, "description": "DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.", "homepage": "https://github.com/dmlc/dmlc-core", "supports": "!uwp", diff --git a/ports/dxsdk-d3dx/portfile.cmake b/ports/dxsdk-d3dx/portfile.cmake index 71ff4d33249c5f..cc2fc254852e43 100644 --- a/ports/dxsdk-d3dx/portfile.cmake +++ b/ports/dxsdk-d3dx/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID" ON_ARCH "arm") - if(EXISTS "${CURRENT_INSTALLED_DIR}/share/directxsdk/copyright") message(FATAL_ERROR "Can't build ${PORT} if directxsdk is installed. Please remove directxsdk, and try to install ${PORT} again if you need it.") endif() diff --git a/ports/dxsdk-d3dx/vcpkg.json b/ports/dxsdk-d3dx/vcpkg.json index bc50df96521c5f..6e7e0e6fb62492 100644 --- a/ports/dxsdk-d3dx/vcpkg.json +++ b/ports/dxsdk-d3dx/vcpkg.json @@ -1,7 +1,7 @@ { "name": "dxsdk-d3dx", "version": "9.29.952.8", - "port-version": 1, + "port-version": 2, "description": "Redistributable package for the legacy DirectX SDK's D3DX9, D3DX10, and/or D3DX11 utility libraries.", "homepage": "https://walbourn.github.io/legacy-d3dx-on-nuget/", "supports": "windows & !arm & !uwp & !static" diff --git a/ports/dxut/portfile.cmake b/ports/dxut/portfile.cmake index 118bedd7b35238..a8cd6ceb1be1df 100644 --- a/ports/dxut/portfile.cmake +++ b/ports/dxut/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/DXUT diff --git a/ports/dxut/vcpkg.json b/ports/dxut/vcpkg.json index ede994b81c61cd..777546f3460ed9 100644 --- a/ports/dxut/vcpkg.json +++ b/ports/dxut/vcpkg.json @@ -1,6 +1,7 @@ { "name": "dxut", "version": "11.26", + "port-version": 1, "description": "A \"GLUT\"-like framework for Direct3D 11.x Win32 desktop applications", "homepage": "https://github.com/Microsoft/DXUT", "documentation": "https://github.com/microsoft/DXUT/wiki", diff --git a/ports/easyhook/portfile.cmake b/ports/easyhook/portfile.cmake index 9b34f51a9c4735..af2ccd1efeb3e3 100644 --- a/ports/easyhook/portfile.cmake +++ b/ports/easyhook/portfile.cmake @@ -1,6 +1,4 @@ -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP" ON_ARCH "arm" ON_LIBRARY_LINKAGE "static") - -message(WARNING ".Net framework 4.0 is required, please install it before install easyhook.") +message(WARNING ".Net framework 4.0 is required, please install it before installing easyhook.") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/easyhook/vcpkg.json b/ports/easyhook/vcpkg.json index 610d874fcf0a56..150bd903f8a380 100644 --- a/ports/easyhook/vcpkg.json +++ b/ports/easyhook/vcpkg.json @@ -1,7 +1,7 @@ { "name": "easyhook", "version": "2.7.7097.0", - "port-version": 3, + "port-version": 4, "description": "This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.", "homepage": "https://github.com/EasyHook/EasyHook", "supports": "windows & !(static | arm | uwp)" diff --git a/ports/ecsutil/portfile.cmake b/ports/ecsutil/portfile.cmake index 5cbf085bf81e51..98f5c2e134500a 100644 --- a/ports/ecsutil/portfile.cmake +++ b/ports/ecsutil/portfile.cmake @@ -1,5 +1,3 @@ - -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "UWP" "Linux" "OSX") if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86") set(PLATFORM x86) endif() diff --git a/ports/ecsutil/vcpkg.json b/ports/ecsutil/vcpkg.json index fc372275695bda..1e909e92224fb5 100644 --- a/ports/ecsutil/vcpkg.json +++ b/ports/ecsutil/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ecsutil", "version-string": "1.0.7.15", - "port-version": 1, + "port-version": 2, "description": "Native Windows SDK for accessing ECS via the S3 HTTP protocol.", "homepage": "https://github.com/EMCECS/ecs-object-client-windows-cpp", "supports": "windows & (x64 | x86)", diff --git a/ports/effects11/portfile.cmake b/ports/effects11/portfile.cmake index e5ebf84abc7af0..798d3554d88e4d 100644 --- a/ports/effects11/portfile.cmake +++ b/ports/effects11/portfile.cmake @@ -1,7 +1,4 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) - -vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "ANDROID") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/FX11 diff --git a/ports/effects11/vcpkg.json b/ports/effects11/vcpkg.json index 4edddcd8d3cae0..a5bd57af49427f 100644 --- a/ports/effects11/vcpkg.json +++ b/ports/effects11/vcpkg.json @@ -1,7 +1,7 @@ { "name": "effects11", "version": "11.26", - "port-version": 1, + "port-version": 2, "description": "Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.", "homepage": "https://github.com/Microsoft/FX11", "documentation": "https://github.com/microsoft/FX11/wiki", diff --git a/ports/efsw/portfile.cmake b/ports/efsw/portfile.cmake index 289d4354d403a9..450443fa167d98 100644 --- a/ports/efsw/portfile.cmake +++ b/ports/efsw/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO SpartanJ/efsw diff --git a/ports/efsw/vcpkg.json b/ports/efsw/vcpkg.json index a001ada8f61327..f992dc8a5b7b58 100644 --- a/ports/efsw/vcpkg.json +++ b/ports/efsw/vcpkg.json @@ -1,7 +1,7 @@ { "name": "efsw", - "version-string": "2020-06-08", - "port-version": 2, + "version-date": "2020-06-08", + "port-version": 3, "description": "efsw is a C++ cross-platform file system watcher and notifier.", "homepage": "https://github.com/SpartanJ/efsw", "supports": "!uwp" diff --git a/ports/exiv2/portfile.cmake b/ports/exiv2/portfile.cmake index 98f86968087333..661431c79e470b 100644 --- a/ports/exiv2/portfile.cmake +++ b/ports/exiv2/portfile.cmake @@ -1,6 +1,3 @@ -#https://github.com/Exiv2/exiv2/issues/1063 -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Exiv2/exiv2 diff --git a/ports/exiv2/vcpkg.json b/ports/exiv2/vcpkg.json index 24c41faf8763c6..6bbb69c997e82b 100644 --- a/ports/exiv2/vcpkg.json +++ b/ports/exiv2/vcpkg.json @@ -1,6 +1,7 @@ { "name": "exiv2", "version": "0.27.5", + "port-version": 1, "description": "Image metadata library and tools", "homepage": "https://www.exiv2.org", "supports": "!uwp", diff --git a/ports/faiss/portfile.cmake b/ports/faiss/portfile.cmake index f2670da79aca36..b2710987f3877b 100644 --- a/ports/faiss/portfile.cmake +++ b/ports/faiss/portfile.cmake @@ -1,10 +1,8 @@ -vcpkg_fail_port_install(ON_ARCH "x86" ON_TARGET "uwp" "osx") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebookresearch/faiss REF cff072b78ef019998990c6ba02df83dd7d3c8d38 # v1.7.1 - SHA512 08d4acf30b6a2a0f326cb71035b58e65f05e70817edbf9dda7d5f8b53d4fb722909c2412d42dca4d88d0576a3da528c2db869fb4fd6fb2343b7acad80066051d + SHA512 08d4acf30b6a2a0f326cb71035b58e65f05e70817edbf9dda7d5f8b53d4fb722909c2412d42dca4d88d0576a3da528c2db869fb4fd6fb2343b7acad80066051d HEAD_REF master PATCHES fix-dependencies.patch diff --git a/ports/faiss/vcpkg.json b/ports/faiss/vcpkg.json index dfc5e14b17f442..95c5841405dc35 100644 --- a/ports/faiss/vcpkg.json +++ b/ports/faiss/vcpkg.json @@ -1,6 +1,7 @@ { "name": "faiss", "version-semver": "1.7.1", + "port-version": 1, "description": "Faiss is a library for efficient similarity search and clustering of dense vectors.", "homepage": "https://github.com/facebookresearch/faiss", "license": "MIT", diff --git a/ports/fbgemm/portfile.cmake b/ports/fbgemm/portfile.cmake index ee0da8e8081363..d7c443c0afebea 100644 --- a/ports/fbgemm/portfile.cmake +++ b/ports/fbgemm/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" ON_TARGET "uwp") - # The project's CMakeLists.txt uses Python to select source files. Check if it is available in advance. vcpkg_find_acquire_program(PYTHON3) diff --git a/ports/fbgemm/vcpkg.json b/ports/fbgemm/vcpkg.json index aeddbfe0dc1f91..42d1375eaee085 100644 --- a/ports/fbgemm/vcpkg.json +++ b/ports/fbgemm/vcpkg.json @@ -1,7 +1,7 @@ { "name": "fbgemm", "version-date": "2021-03-18", - "port-version": 2, + "port-version": 3, "description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)", "homepage": "https://code.fb.com/ml-applications/fbgemm/", "supports": "!(x86 | uwp)", diff --git a/ports/fbthrift/portfile.cmake b/ports/fbthrift/portfile.cmake index 016fac181af6a6..8ec505f8c6a172 100644 --- a/ports/fbthrift/portfile.cmake +++ b/ports/fbthrift/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm") - vcpkg_find_acquire_program(FLEX) vcpkg_find_acquire_program(BISON) diff --git a/ports/fbthrift/vcpkg.json b/ports/fbthrift/vcpkg.json index 4e9237e2c5f6ed..87252b962abb5b 100644 --- a/ports/fbthrift/vcpkg.json +++ b/ports/fbthrift/vcpkg.json @@ -1,6 +1,7 @@ { "name": "fbthrift", "version-string": "2021.06.14.00", + "port-version": 1, "description": "Facebook's branch of Apache Thrift, including a new C++ server.", "homepage": "https://github.com/facebook/fbthrift", "supports": "x64", diff --git a/ports/field3d/portfile.cmake b/ports/field3d/portfile.cmake index a23e042494b94a..ff5f2c413e6a5d 100644 --- a/ports/field3d/portfile.cmake +++ b/ports/field3d/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - if(VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) endif() diff --git a/ports/field3d/vcpkg.json b/ports/field3d/vcpkg.json index 21ca20bdc1e486..691933de362cdc 100644 --- a/ports/field3d/vcpkg.json +++ b/ports/field3d/vcpkg.json @@ -1,7 +1,7 @@ { "name": "field3d", - "version-string": "1.7.3", - "port-version": 2, + "version": "1.7.3", + "port-version": 3, "description": "An open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk.", "homepage": "https://github.com/imageworks/Field3D", "supports": "!uwp", diff --git a/ports/flint/portfile.cmake b/ports/flint/portfile.cmake index 1f78e896ae0789..cd8c8ed0366954 100644 --- a/ports/flint/portfile.cmake +++ b/ports/flint/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(FLINT_VERSION 2.8.0) set(FLINT_HASH "916285d13a55d12a041236195a9d7bbc5c1c3c30c3aa2f169efee6063b800d34f96ad3235f1c77285b04305ce685e5890169c984108d50d0c9ee7a77c3f6e73d") @@ -23,7 +21,7 @@ vcpkg_cmake_configure( OPTIONS -DPYTHON_EXECUTABLE=${PYTHON3} -DWITH_NTL=OFF - -DWITH_CBLAS=OFF + -DWITH_CBLAS=OFF ) vcpkg_cmake_install() @@ -36,4 +34,4 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic" AND VCPKG_TARGET_IS_WINDOWS) ) endif() -file(INSTALL "${SOURCE_PATH}/gpl-2.0.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/gpl-2.0.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/flint/vcpkg.json b/ports/flint/vcpkg.json index 533818fe55bbe2..9c85c6007f95a0 100644 --- a/ports/flint/vcpkg.json +++ b/ports/flint/vcpkg.json @@ -1,6 +1,7 @@ { "name": "flint", "version-semver": "2.8.0", + "port-version": 1, "description": "Fast Library for Number Theory", "homepage": "https://www.flintlib.org/", "supports": "!uwp", diff --git a/ports/freetds/portfile.cmake b/ports/freetds/portfile.cmake index c3f0b5f948e05a..41f2426b05f7b1 100644 --- a/ports/freetds/portfile.cmake +++ b/ports/freetds/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp" "linux" "osx") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO freetds/freetds diff --git a/ports/freetds/vcpkg.json b/ports/freetds/vcpkg.json index b653876fcb2600..498c5d5dd990ba 100644 --- a/ports/freetds/vcpkg.json +++ b/ports/freetds/vcpkg.json @@ -1,7 +1,7 @@ { "name": "freetds", - "version-string": "1.2.11", - "port-version": 1, + "version": "1.2.11", + "port-version": 2, "description": "Implementation of the Tabular Data Stream protocol", "homepage": "https://www.freetds.org", "supports": "windows & !uwp", diff --git a/ports/ftxui/portfile.cmake b/ports/ftxui/portfile.cmake index ed25f625403b4f..66317787d5a390 100644 --- a/ports/ftxui/portfile.cmake +++ b/ports/ftxui/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/ftxui/vcpkg.json b/ports/ftxui/vcpkg.json index fb8400d9502478..3f75fea040da0d 100644 --- a/ports/ftxui/vcpkg.json +++ b/ports/ftxui/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ftxui", "version-date": "2021-10-17", + "port-version": 1, "description": "C++ Functional Terminal User Interface", "homepage": "https://github.com/ArthurSonzogni/FTXUI", "license": "MIT", diff --git a/ports/g3log/portfile.cmake b/ports/g3log/portfile.cmake index a9dc7c4c44fad9..6cd6d0837dd056 100644 --- a/ports/g3log/portfile.cmake +++ b/ports/g3log/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KjellKod/g3log diff --git a/ports/g3log/vcpkg.json b/ports/g3log/vcpkg.json index 7770e4a22aa786..a1333a69b9f65b 100644 --- a/ports/g3log/vcpkg.json +++ b/ports/g3log/vcpkg.json @@ -1,7 +1,7 @@ { "name": "g3log", "version": "1.3.4", - "port-version": 1, + "port-version": 2, "description": "Asynchronous logger with Dynamic Sinks", "homepage": "https://github.com/KjellKod/g3log", "supports": "!(arm | uwp)" diff --git a/ports/gamedev-framework/portfile.cmake b/ports/gamedev-framework/portfile.cmake index efdd5f2d450d4d..1d32d1f967ca53 100644 --- a/ports/gamedev-framework/portfile.cmake +++ b/ports/gamedev-framework/portfile.cmake @@ -2,10 +2,6 @@ if (VCPKG_HOST_IS_LINUX) message(WARNING "gamedev-framework requires gcc version 8.3 or later.") endif() -vcpkg_fail_port_install( - ON_ARCH "arm" -) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GamedevFramework/gf diff --git a/ports/gamedev-framework/vcpkg.json b/ports/gamedev-framework/vcpkg.json index e8b63f2126d85c..c00c80c351bb28 100644 --- a/ports/gamedev-framework/vcpkg.json +++ b/ports/gamedev-framework/vcpkg.json @@ -1,7 +1,7 @@ { "name": "gamedev-framework", "version-semver": "0.20.0", - "port-version": 1, + "port-version": 2, "maintainers": [ "Julien Bernard ", "Arthur Hugeat " diff --git a/ports/geogram/portfile.cmake b/ports/geogram/portfile.cmake index 76a240210da42d..4908387759bde9 100644 --- a/ports/geogram/portfile.cmake +++ b/ports/geogram/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO alicevision/geogram diff --git a/ports/geogram/vcpkg.json b/ports/geogram/vcpkg.json index 79374c8cbdc912..e7c40ee36551cd 100644 --- a/ports/geogram/vcpkg.json +++ b/ports/geogram/vcpkg.json @@ -1,7 +1,7 @@ { "name": "geogram", "version": "1.7.6", - "port-version": 1, + "port-version": 2, "description": "Geogram is a programming library of geometric algorithms.", "homepage": "https://gforge.inria.fr/projects/geogram/", "supports": "!uwp", diff --git a/ports/glib/portfile.cmake b/ports/glib/portfile.cmake index f44148415a6c2e..61d7a0bc5fb146 100644 --- a/ports/glib/portfile.cmake +++ b/ports/glib/portfile.cmake @@ -1,6 +1,3 @@ -# Glib uses winapi functions not available in WindowsStore -vcpkg_fail_port_install(ON_TARGET "UWP") - # Glib relies on DllMain on Windows if (VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) @@ -94,7 +91,7 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") endif() - + IF(VCPKG_TARGET_IS_WINDOWS) set(SYSTEM_LIBRARIES dnsapi iphlpapi winmm lshlwapi) else() diff --git a/ports/glib/vcpkg.json b/ports/glib/vcpkg.json index 15e16ec92073a4..586c4cc2723b24 100644 --- a/ports/glib/vcpkg.json +++ b/ports/glib/vcpkg.json @@ -1,7 +1,7 @@ { "name": "glib", "version": "2.70.1", - "port-version": 1, + "port-version": 2, "description": "Portable, general-purpose utility library.", "homepage": "https://developer.gnome.org/glib/", "supports": "!uwp & !(windows & static)", diff --git a/ports/google-cloud-cpp/portfile.cmake b/ports/google-cloud-cpp/portfile.cmake index 6abe47088cad87..fb943d0fd3efc7 100644 --- a/ports/google-cloud-cpp/portfile.cmake +++ b/ports/google-cloud-cpp/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 8e957b734e7055..b436dface7fd54 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "google-cloud-cpp", "version": "1.35.0", - "port-version": 1, + "port-version": 2, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", diff --git a/ports/gperf/portfile.cmake b/ports/gperf/portfile.cmake index 8531426fca02a2..1e589d7c937189 100644 --- a/ports/gperf/portfile.cmake +++ b/ports/gperf/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) vcpkg_download_distfile(ARCHIVE diff --git a/ports/gperf/vcpkg.json b/ports/gperf/vcpkg.json index 248f4da4c3f794..da0d637c4eee9e 100644 --- a/ports/gperf/vcpkg.json +++ b/ports/gperf/vcpkg.json @@ -1,7 +1,7 @@ { "name": "gperf", - "version-string": "3.1", - "port-version": 2, + "version": "3.1", + "port-version": 3, "description": "GNU perfect hash function generator", "homepage": "https://www.gnu.org/software/gperf/" } diff --git a/ports/gperftools/portfile.cmake b/ports/gperftools/portfile.cmake index 00b72fefc63d62..4d03e0e0758706 100644 --- a/ports/gperftools/portfile.cmake +++ b/ports/gperftools/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO gperftools/gperftools diff --git a/ports/gperftools/vcpkg.json b/ports/gperftools/vcpkg.json index 6aeb5dd81d2eaf..556db9a29149ae 100644 --- a/ports/gperftools/vcpkg.json +++ b/ports/gperftools/vcpkg.json @@ -1,7 +1,7 @@ { "name": "gperftools", "version-date": "2019-09-02", - "port-version": 2, + "port-version": 3, "description": "A set of tools for performance profiling and memory checking", "homepage": "https://github.com/gperftools/gperftools", "supports": "!(arm | arm64 | uwp)", diff --git a/ports/gsoap/portfile.cmake b/ports/gsoap/portfile.cmake index 3ba596bc424097..d6073274697d13 100644 --- a/ports/gsoap/portfile.cmake +++ b/ports/gsoap/portfile.cmake @@ -1,7 +1,5 @@ message(FATAL_ERROR "gsoap does not offer permanent public downloads of its sources; all versions except the latest are removed from sourceforge. Therefore, vcpkg cannot support this library directly in the central catalog. If you would like to use gsoap, you can use this port as a starting point (${CMAKE_CURRENT_LIST_DIR}) and update it to use a permanent commercial copy or the latest public download. Do not report issues with this library to the vcpkg GitHub.") -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP" ON_ARCH "arm" "arm64") - vcpkg_from_sourceforge( OUT_SOURCE_PATH SOURCE_PATH REPO gsoap2 @@ -52,7 +50,7 @@ file(COPY ${SOURCE_PATH}/gsoap/custom DESTINATION ${CURRENT_PACKAGES_DIR}/share/ file(COPY ${SOURCE_PATH}/gsoap/plugin DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) # Cleanup surplus empty directory -file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/gsoap/plugin/.deps") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/gsoap/plugin/.deps") # Handle copyright file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/gsoap/vcpkg.json b/ports/gsoap/vcpkg.json index ffa37c5d2b5aab..4fce1bad32208b 100644 --- a/ports/gsoap/vcpkg.json +++ b/ports/gsoap/vcpkg.json @@ -1,6 +1,7 @@ { "name": "gsoap", "version": "2.8.112", + "port-version": 1, "description": "The gSOAP toolkit is a C and C++ software development toolkit for SOAP and REST XML Web services and generic C/C++ XML data bindings.", "homepage": "https://sourceforge.net/projects/gsoap2/", "supports": "!(linux | osx | arm | uwp)" diff --git a/ports/gstreamer/portfile.cmake b/ports/gstreamer/portfile.cmake index 6739f0bddd86e6..7f9e8b18698282 100644 --- a/ports/gstreamer/portfile.cmake +++ b/ports/gstreamer/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "emscripten" "wasm32" "android" "ios") - vcpkg_from_github( OUT_SOURCE_PATH GST_BUILD_SOURCE_PATH REPO gstreamer/gst-build @@ -65,7 +63,7 @@ file(RENAME ${GST_PLUGIN_UGLY_SOURCE_PATH} ${GST_BUILD_SOURCE_PATH}/subprojects/ file(RENAME ${GST_MESON_PORTS_SOURCE_PATH} ${GST_BUILD_SOURCE_PATH}/subprojects/gl-headers) if(VCPKG_TARGET_IS_OSX) - # In Darwin platform, there can be an old version of `bison`, + # In Darwin platform, there can be an old version of `bison`, # Which can't be used for `gst-build`. It requires 2.4+ vcpkg_find_acquire_program(BISON) execute_process( @@ -228,7 +226,7 @@ vcpkg_install_meson() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/KHR ${CURRENT_PACKAGES_DIR}/include/GL ) -file(RENAME ${CURRENT_PACKAGES_DIR}/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h +file(RENAME ${CURRENT_PACKAGES_DIR}/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h ${CURRENT_PACKAGES_DIR}/include/gstreamer-1.0/gst/gl/gstglconfig.h ) diff --git a/ports/gstreamer/vcpkg.json b/ports/gstreamer/vcpkg.json index ca0ed44eb13858..0c680c41358094 100644 --- a/ports/gstreamer/vcpkg.json +++ b/ports/gstreamer/vcpkg.json @@ -1,7 +1,7 @@ { "name": "gstreamer", "version": "1.19.2", - "port-version": 2, + "port-version": 3, "description": "GStreamer open-source multimedia framework core library", "homepage": "https://gstreamer.freedesktop.org/", "license": "LGPL-2.0", diff --git a/ports/gtkmm/portfile.cmake b/ports/gtkmm/portfile.cmake index 397543904580a8..75ec06945e4018 100644 --- a/ports/gtkmm/portfile.cmake +++ b/ports/gtkmm/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_download_distfile(ARCHIVE URLS "https://ftp.gnome.org/pub/GNOME/sources/gtkmm/4.4/gtkmm-4.4.0.tar.xz" FILENAME "gtkmm-4.4.0.tar.xz" diff --git a/ports/gtkmm/vcpkg.json b/ports/gtkmm/vcpkg.json index c8bf80be5deed6..55692bf8efb4a2 100644 --- a/ports/gtkmm/vcpkg.json +++ b/ports/gtkmm/vcpkg.json @@ -1,6 +1,7 @@ { "name": "gtkmm", "version": "4.4.0", + "port-version": 1, "description": "gtkmm is the official C++ interface for the popular GUI library GTK+.", "homepage": "https://www.gtkmm.org/", "supports": "!uwp", diff --git a/ports/h3/portfile.cmake b/ports/h3/portfile.cmake index 880bcb98fc3990..f691fe780e91fb 100644 --- a/ports/h3/portfile.cmake +++ b/ports/h3/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( @@ -25,4 +24,4 @@ vcpkg_copy_pdbs() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin" "${CURRENT_PACKAGES_DIR}/debug/include") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/h3/vcpkg.json b/ports/h3/vcpkg.json index 6e1c8ebeec31f4..183a69dfe50973 100644 --- a/ports/h3/vcpkg.json +++ b/ports/h3/vcpkg.json @@ -1,6 +1,7 @@ { "name": "h3", "version-semver": "3.7.2", + "port-version": 1, "description": "A Hexagonal Hierarchical Geospatial Indexing System", "homepage": "https://github.com/uber/h3", "supports": "!uwp", diff --git a/ports/hdf5/portfile.cmake b/ports/hdf5/portfile.cmake index 6748326033d32d..6383a4826f02e2 100644 --- a/ports/hdf5/portfile.cmake +++ b/ports/hdf5/portfile.cmake @@ -1,7 +1,5 @@ # highfive should be updated together with hdf5 -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO HDFGroup/hdf5 @@ -104,25 +102,25 @@ if(FEATURES MATCHES "tools") set(HDF5_TOOLS h5cc h5hlcc h5c++ h5hlc++ h5copy h5diff h5dump h5ls h5stat gif2h5 h52gif h5clear h5debug h5format_convert h5jam h5unjam h5ls h5mkgrp h5repack h5repart h5watch ph5diff h5import ) - + if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic") list(TRANSFORM HDF5_TOOLS REPLACE "^(.+)$" "\\1-shared") else() endif() - + foreach(HDF5_TOOL IN LISTS HDF5_TOOLS) if (NOT EXISTS "${CURRENT_PACKAGES_DIR}/bin/${HDF5_TOOL}${VCPKG_TARGET_EXECUTABLE_SUFFIX}" OR NOT EXISTS "${CURRENT_PACKAGES_DIR}/debug/bin/${HDF5_TOOL}${VCPKG_TARGET_EXECUTABLE_SUFFIX}") list(REMOVE_ITEM HDF5_TOOLS "${HDF5_TOOL}") endif() endforeach() - + vcpkg_copy_tools(TOOL_NAMES ${HDF5_TOOLS} AUTO_CLEAN) endif() if ("utils" IN_LIST FEATURES) vcpkg_copy_tools( - TOOL_NAMES mirror_server mirror_server_stop + TOOL_NAMES mirror_server mirror_server_stop AUTO_CLEAN ) endif() diff --git a/ports/hdf5/vcpkg.json b/ports/hdf5/vcpkg.json index 9eb90bed5d1bb9..d535ebfa54f279 100644 --- a/ports/hdf5/vcpkg.json +++ b/ports/hdf5/vcpkg.json @@ -1,7 +1,7 @@ { "name": "hdf5", "version": "1.12.1", - "port-version": 3, + "port-version": 4, "description": "HDF5 is a data model, library, and file format for storing and managing data", "homepage": "https://www.hdfgroup.org/downloads/hdf5/", "supports": "!uwp", diff --git a/ports/hexl/portfile.cmake b/ports/hexl/portfile.cmake index e6946232a3bb0e..bbfbed2a954c27 100644 --- a/ports/hexl/portfile.cmake +++ b/ports/hexl/portfile.cmake @@ -1,6 +1,3 @@ -# This library only supports "x64" architecture -vcpkg_fail_port_install(ON_ARCH "x86" "arm" "arm64") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO intel/hexl diff --git a/ports/hexl/vcpkg.json b/ports/hexl/vcpkg.json index 2b3adb89759019..7d75fd4b523d30 100644 --- a/ports/hexl/vcpkg.json +++ b/ports/hexl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "hexl", "version": "1.2.3", + "port-version": 1, "description": "Intel® HEXL is an open-source library which provides efficient implementations of integer arithmetic on Galois fields.", "homepage": "https://github.com/intel/hexl", "supports": "x64 & !(windows & !static)", diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index 792fb9b9568a7d..1724086d4430d2 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(ICU_VERSION_MAJOR 69) set(ICU_VERSION_MINOR 1) set(VERSION "${ICU_VERSION_MAJOR}.${ICU_VERSION_MINOR}") diff --git a/ports/icu/vcpkg.json b/ports/icu/vcpkg.json index 83ea8f310b63d4..456560655e7775 100644 --- a/ports/icu/vcpkg.json +++ b/ports/icu/vcpkg.json @@ -1,7 +1,7 @@ { "name": "icu", "version": "69.1", - "port-version": 17, + "port-version": 18, "description": "Mature and widely used Unicode and localization library.", "homepage": "https://icu.unicode.org/home", "supports": "!uwp", diff --git a/ports/idevicerestore/portfile.cmake b/ports/idevicerestore/portfile.cmake index 5cd1acef983437..23202a2a4c5eb0 100644 --- a/ports/idevicerestore/portfile.cmake +++ b/ports/idevicerestore/portfile.cmake @@ -1,12 +1,10 @@ -vcpkg_fail_port_install(ON_TARGET "linux" "osx") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libimobiledevice-win32/idevicerestore REF 1.0.12 SHA512 ba623be56c2f37853516d7d4c32e16f1ec72f33d512f18aa812ce6830af4b9e389f7af5321888dd0ddd168e282b652e379b60f90970680e213eabf489f406915 HEAD_REF msvc-master - PATCHES + PATCHES libcurl_d.patch fix-libgen.h-cannot-be-found.patch ) diff --git a/ports/idevicerestore/vcpkg.json b/ports/idevicerestore/vcpkg.json index c2d9b175e56f17..1ca1202bc2ead4 100644 --- a/ports/idevicerestore/vcpkg.json +++ b/ports/idevicerestore/vcpkg.json @@ -1,7 +1,7 @@ { "name": "idevicerestore", "version-string": "1.0.12", - "port-version": 5, + "port-version": 6, "description": "Restore/upgrade firmware of iOS devices", "supports": "windows", "dependencies": [ diff --git a/ports/ignition-msgs5/portfile.cmake b/ports/ignition-msgs5/portfile.cmake index ea54585901ff93..23a05709d203aa 100644 --- a/ports/ignition-msgs5/portfile.cmake +++ b/ports/ignition-msgs5/portfile.cmake @@ -1,6 +1,5 @@ -# Explicitly disable cross-compilation until the upstream discussion +# Cross-compilation is disabled until the upstream discussion # https://github.com/ignitionrobotics/ign-msgs/issues/34 is solved -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake) @@ -8,5 +7,4 @@ ignition_modular_library(NAME msgs VERSION "5.3.0" SHA512 55c167d00b60ae6da0144a9495e9ac8aed61fcbdc61e057e75d31261e335c573543d60e28a7dc195a7c9849c5c6eb0e088d4f4e79fd927e83470a3f1fabef60e PATCHES - "01-protobuf.patch") - + "01-protobuf.patch") diff --git a/ports/ignition-msgs5/vcpkg.json b/ports/ignition-msgs5/vcpkg.json index 24c072d73ed969..d215d8c47013ba 100644 --- a/ports/ignition-msgs5/vcpkg.json +++ b/ports/ignition-msgs5/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ignition-msgs5", - "version-string": "5.3.0", - "port-version": 3, + "version": "5.3.0", + "port-version": 4, "description": "Middleware protobuf messages for robotics", "supports": "!(arm | uwp)", "dependencies": [ diff --git a/ports/ignition-msgs6/portfile.cmake b/ports/ignition-msgs6/portfile.cmake index f79c5aabd22f88..41f29fa1e61896 100644 --- a/ports/ignition-msgs6/portfile.cmake +++ b/ports/ignition-msgs6/portfile.cmake @@ -1,10 +1,8 @@ -# Explicitly disable cross-compilation until the upstream discussion +# Cross-compilation is explicitly disabled until the upstream discussion # https://github.com/ignitionrobotics/ign-msgs/issues/34 is solved -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake) ignition_modular_library(NAME msgs VERSION "6.0.0" SHA512 d1d6f6602ae33ec95b36c5df7815b06970f349492ef0309d8aacbaf2dca0c3e7314bbd64890a2554485fbd52f148a90b7bf54dceb0b3a1dd40eeb1f5bdb9613c) - diff --git a/ports/ignition-msgs6/vcpkg.json b/ports/ignition-msgs6/vcpkg.json index 995f166e11f43a..df11c0d2f49875 100644 --- a/ports/ignition-msgs6/vcpkg.json +++ b/ports/ignition-msgs6/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ignition-msgs6", - "version-string": "6.0.0", - "port-version": 2, + "version": "6.0.0", + "port-version": 3, "description": "Middleware protobuf messages for robotics", "supports": "!(arm | uwp)", "dependencies": [ diff --git a/ports/infoware/portfile.cmake b/ports/infoware/portfile.cmake index e8b0703a8af8a7..2e0d4bdaba3d98 100644 --- a/ports/infoware/portfile.cmake +++ b/ports/infoware/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ThePhD/infoware diff --git a/ports/infoware/vcpkg.json b/ports/infoware/vcpkg.json index 7b395639532f39..1836379c9344fb 100644 --- a/ports/infoware/vcpkg.json +++ b/ports/infoware/vcpkg.json @@ -2,6 +2,7 @@ "$reason": "Note that independent usage and testing may work, but it seems to fail in CI environments for potential cross-compilation, and is thusly noted here to note break how vcpkg builds things!", "name": "infoware", "version-date": "2021-06-16", + "port-version": 1, "description": "C++ Library for pulling system and hardware information, without hitting the command line.", "homepage": "https://github.com/ThePhD/infoware", "supports": "!(arm | uwp)", diff --git a/ports/jack2/portfile.cmake b/ports/jack2/portfile.cmake index f7319a2bfc886c..301bb0ad8e26f5 100644 --- a/ports/jack2/portfile.cmake +++ b/ports/jack2/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jackaudio/jack2 diff --git a/ports/jack2/vcpkg.json b/ports/jack2/vcpkg.json index d10c200dd9847c..3ae06b492d799d 100644 --- a/ports/jack2/vcpkg.json +++ b/ports/jack2/vcpkg.json @@ -1,6 +1,7 @@ { "name": "jack2", "version-semver": "1.9.19", + "port-version": 1, "description": "Cross-platform API that enables device sharing and inter-application audio routing", "homepage": "https://jackaudio.org/", "supports": "!uwp", diff --git a/ports/jaeger-client-cpp/portfile.cmake b/ports/jaeger-client-cpp/portfile.cmake index be3d38b851271c..7210d67f2dfaa0 100644 --- a/ports/jaeger-client-cpp/portfile.cmake +++ b/ports/jaeger-client-cpp/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm64") - # Get jaeger-idl from github vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/jaeger-client-cpp/vcpkg.json b/ports/jaeger-client-cpp/vcpkg.json index cc4db80a3a3a0c..638d78af2cea76 100644 --- a/ports/jaeger-client-cpp/vcpkg.json +++ b/ports/jaeger-client-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "jaeger-client-cpp", "version-semver": "0.7.0", + "port-version": 1, "description": "C++ OpenTracing binding for Jaeger https://jaegertracing.io/", "homepage": "https://github.com/jaegertracing/jaeger-client-cpp", "supports": "!arm64", diff --git a/ports/keystone/portfile.cmake b/ports/keystone/portfile.cmake index 6a6e25690e9f06..a05cf1317f2851 100644 --- a/ports/keystone/portfile.cmake +++ b/ports/keystone/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO keystone-engine/keystone @@ -43,4 +41,4 @@ endif() vcpkg_fixup_pkgconfig() # Handle copyright -file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/keystone/vcpkg.json b/ports/keystone/vcpkg.json index 62827d58e690d2..f8fcdb38244fab 100644 --- a/ports/keystone/vcpkg.json +++ b/ports/keystone/vcpkg.json @@ -1,7 +1,7 @@ { "name": "keystone", "version-semver": "0.9.2", - "port-version": 1, + "port-version": 2, "description": "A Lightweight multi-platform, multi-architecture assembler framework.", "homepage": "https://github.com/keystone-engine/keystone", "supports": "!uwp", diff --git a/ports/kfr/portfile.cmake b/ports/kfr/portfile.cmake index ca8f4a0fd7b8a0..c632bb1d9c97ca 100644 --- a/ports/kfr/portfile.cmake +++ b/ports/kfr/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "Linux") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/kfr/vcpkg.json b/ports/kfr/vcpkg.json index ecf2ac02d0f308..9137445292221e 100644 --- a/ports/kfr/vcpkg.json +++ b/ports/kfr/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kfr", "version-semver": "4.2.1", + "port-version": 1, "description": "Fast, modern C++ DSP framework.", "homepage": "https://www.kfr.dev/", "license": "GPL-2.0", diff --git a/ports/kinectsdk1/portfile.cmake b/ports/kinectsdk1/portfile.cmake index adcb82a524126a..305f9d7bb5dbab 100644 --- a/ports/kinectsdk1/portfile.cmake +++ b/ports/kinectsdk1/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm") - set(KINECTSDK10_VERSION "v1.8") vcpkg_download_distfile(KINECTSDK10_INSTALLER URLS "https://download.microsoft.com/download/E/1/D/E1DEC243-0389-4A23-87BF-F47DE869FC1A/KinectSDK-${KINECTSDK10_VERSION}-Setup.exe" @@ -63,4 +61,4 @@ file( ) # Handle copyright -file(INSTALL ${KINECTSDK10_DIR}/SDKEula.rtf DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file +file(INSTALL ${KINECTSDK10_DIR}/SDKEula.rtf DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/kinectsdk1/vcpkg.json b/ports/kinectsdk1/vcpkg.json index 230677a2552107..225fe460e37185 100644 --- a/ports/kinectsdk1/vcpkg.json +++ b/ports/kinectsdk1/vcpkg.json @@ -1,7 +1,7 @@ { "name": "kinectsdk1", - "version-string": "1.8", - "port-version": 3, + "version": "1.8", + "port-version": 4, "description": "Kinect for Windows SDK for Kinect v1 sensor.", "supports": "!arm" } diff --git a/ports/knet/portfile.cmake b/ports/knet/portfile.cmake index 73e97179b62d93..d3330ad118d663 100644 --- a/ports/knet/portfile.cmake +++ b/ports/knet/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/knet/vcpkg.json b/ports/knet/vcpkg.json index dfad9b2c133a15..a5a5c2411c7adb 100644 --- a/ports/knet/vcpkg.json +++ b/ports/knet/vcpkg.json @@ -1,6 +1,7 @@ { "name": "knet", "version": "1.1.0", + "port-version": 1, "description": "A cross platform lock-free and timer-supported C++11 network library.", "homepage": "https://github.com/kibaamor/knet", "license": "MIT", diff --git a/ports/krabsetw/portfile.cmake b/ports/krabsetw/portfile.cmake index 7dcb2c7fb7c63c..ee321fc61cdd20 100644 --- a/ports/krabsetw/portfile.cmake +++ b/ports/krabsetw/portfile.cmake @@ -1,7 +1,3 @@ -# Header-only library - -vcpkg_fail_port_install(ON_TARGET "UWP" "LINUX" "OSX" "FREEBSD" "ANDROID" "MINGW") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/krabsetw diff --git a/ports/krabsetw/vcpkg.json b/ports/krabsetw/vcpkg.json index 93749378612ebf..9027ddacb83c03 100644 --- a/ports/krabsetw/vcpkg.json +++ b/ports/krabsetw/vcpkg.json @@ -1,6 +1,7 @@ { "name": "krabsetw", - "version-string": "4.1.18", + "version": "4.1.18", + "port-version": 1, "description": "krabsetw is a header-only C++ library that simplifies interacting with ETW.", "homepage": "https://github.com/microsoft/krabsetw", "supports": "windows & !uwp" diff --git a/ports/ktx/portfile.cmake b/ports/ktx/portfile.cmake index 8731a85b8928e9..46fa8f5dd3170d 100644 --- a/ports/ktx/portfile.cmake +++ b/ports/ktx/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP" ON_ARCH "x86" "arm64") - set(PORT_VERSION 4.0.0) vcpkg_from_github( @@ -24,7 +22,7 @@ if(VCPKG_TARGET_IS_WINDOWS) ff951c2cd96d0fda87bacb505c93e4aa1f9aeb35f829c52b5a7862d05e167f69605a4927a0e7197b5ee2b2fa5cb56619ad7a6ba293ede4765fdcacedf2ed35da ) vcpkg_add_to_path(${MSYS_ROOT}/usr/bin) - + file(REMOVE "${SOURCE_PATH}/other_include/zstd.h" "${SOURCE_PATH}/other_include/zstd_errors.h") @@ -74,4 +72,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin") configure_file("${SOURCE_PATH}/LICENSE.md" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY) file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*") -file(COPY ${LICENSE_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSES") \ No newline at end of file +file(COPY ${LICENSE_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSES") diff --git a/ports/ktx/vcpkg.json b/ports/ktx/vcpkg.json index ae905f55d89c46..df4492757e9850 100644 --- a/ports/ktx/vcpkg.json +++ b/ports/ktx/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ktx", "version": "4.0.0", + "port-version": 1, "description": "A small library of functions for writing and reading KTX files, and instantiating OpenGL®, OpenGL ES™️ and Vulkan® textures from them", "homepage": "https://github.com/KhronosGroup/KTX-Software", "supports": "!(uwp | x86 | arm64)", diff --git a/ports/kubernetes/portfile.cmake b/ports/kubernetes/portfile.cmake index b6e179ab59b774..ff554cf668e609 100644 --- a/ports/kubernetes/portfile.cmake +++ b/ports/kubernetes/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO kubernetes-client/c @@ -24,4 +22,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT}) vcpkg_copy_pdbs() -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/kubernetes/vcpkg.json b/ports/kubernetes/vcpkg.json index d93c6f16a68aa8..0a0a186fbf954e 100644 --- a/ports/kubernetes/vcpkg.json +++ b/ports/kubernetes/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kubernetes", "version-date": "2022-01-19", + "port-version": 1, "description": "Kubernetes C client", "homepage": "https://github.com/kubernetes-client/c/", "supports": "!uwp", diff --git a/ports/kwsys/portfile.cmake b/ports/kwsys/portfile.cmake index b676a4a13d53e0..6b8879d8955039 100644 --- a/ports/kwsys/portfile.cmake +++ b/ports/kwsys/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_gitlab( GITLAB_URL https://gitlab.kitware.com OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/kwsys/vcpkg.json b/ports/kwsys/vcpkg.json index b45350d738d937..6a6c4c3f8f86ab 100644 --- a/ports/kwsys/vcpkg.json +++ b/ports/kwsys/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kwsys", "version-date": "2021-08-06", + "port-version": 1, "description": "Provides platform-independent APIs to many common system features", "homepage": "https://gitlab.kitware.com/utils/kwsys", "supports": "!uwp", diff --git a/ports/libarchive/portfile.cmake b/ports/libarchive/portfile.cmake index 71cdde2376474e..5685a345b2acd3 100644 --- a/ports/libarchive/portfile.cmake +++ b/ports/libarchive/portfile.cmake @@ -1,12 +1,10 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libarchive/libarchive REF 1b2c437b99b361c7692538fa373e99955e9b93ae #v3.5.2 SHA512 df527dd333b01ed85f07831ba0bd4b1d0b5384fe12cfa53474ad39c04509105a3c8574a2d21a430e3584a931c8f6ae923bca95df83945f0c593c1ffaed3f62da HEAD_REF master - PATCHES + PATCHES disable-warnings.patch fix-buildsystem.patch fix-cpu-set.patch diff --git a/ports/libarchive/vcpkg.json b/ports/libarchive/vcpkg.json index 0eb93f942a66d5..5e4177191e8fda 100644 --- a/ports/libarchive/vcpkg.json +++ b/ports/libarchive/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libarchive", "version-semver": "3.5.2", - "port-version": 2, + "port-version": 3, "description": "Library for reading and writing streaming archives", "homepage": "https://github.com/libarchive/libarchive", "supports": "!uwp", diff --git a/ports/libassuan/portfile.cmake b/ports/libassuan/portfile.cmake index d2cd25a5243972..1d0451406bc63b 100644 --- a/ports/libassuan/portfile.cmake +++ b/ports/libassuan/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports unix platform" ON_TARGET "Windows") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO gpg/libassuan @@ -21,7 +19,7 @@ vcpkg_configure_make( ) vcpkg_install_make() -vcpkg_fixup_pkgconfig() +vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs() vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/libassuan/bin/libassuan-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..") diff --git a/ports/libassuan/vcpkg.json b/ports/libassuan/vcpkg.json index 9bb9aba212c5e8..eb2e6a2d86df08 100644 --- a/ports/libassuan/vcpkg.json +++ b/ports/libassuan/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libassuan", "version": "2.5.3", - "port-version": 3, + "port-version": 4, "description": "A library implementing the so-called Assuan protocol", "homepage": "https://gnupg.org/software/libassuan/index.html", "supports": "!windows", diff --git a/ports/libb2/portfile.cmake b/ports/libb2/portfile.cmake index fe26199ce72198..452218f2804874 100644 --- a/ports/libb2/portfile.cmake +++ b/ports/libb2/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "WINDOWS") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO BLAKE2/libb2 @@ -28,4 +26,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) vcpkg_copy_pdbs() -file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file +file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/libb2/vcpkg.json b/ports/libb2/vcpkg.json index 6cd8bc6dc8a662..e8ef8ec0578ee2 100644 --- a/ports/libb2/vcpkg.json +++ b/ports/libb2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libb2", "version": "0.98.1", - "port-version": 5, + "port-version": 6, "description": "C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp", "homepage": "https://github.com/BLAKE2/libb2", "supports": "!windows" diff --git a/ports/libcanberra/portfile.cmake b/ports/libcanberra/portfile.cmake index 6fa7f3221bc188..9b862ca23eb998 100644 --- a/ports/libcanberra/portfile.cmake +++ b/ports/libcanberra/portfile.cmake @@ -1,6 +1,5 @@ -vcpkg_fail_port_install(ON_TARGET "Windows" "UWP") set(VERSION 0.30) -set(PATCHES +set(PATCHES pkgconfig.patch undefined_reference.diff # https://sources.debian.org/patches/libcanberra/0.30-7/ gtk_dont_assume_x11.patch # likewise diff --git a/ports/libcanberra/vcpkg.json b/ports/libcanberra/vcpkg.json index 7ddde042164511..44c64d07b21e44 100644 --- a/ports/libcanberra/vcpkg.json +++ b/ports/libcanberra/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libcanberra", "version": "0.30", - "port-version": 1, + "port-version": 2, "description": "An implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops", "homepage": "http://0pointer.de/lennart/projects/libcanberra/", "supports": "!(windows | uwp)", diff --git a/ports/libcrafter/portfile.cmake b/ports/libcrafter/portfile.cmake index 71303f600bca0e..b72759a15a3b4d 100644 --- a/ports/libcrafter/portfile.cmake +++ b/ports/libcrafter/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "windows") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pellegre/libcrafter @@ -25,4 +23,4 @@ vcpkg_copy_pdbs() vcpkg_fixup_pkgconfig() # Handle copyright -file(INSTALL "${SOURCE_PATH}/libcrafter/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/libcrafter/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libcrafter/vcpkg.json b/ports/libcrafter/vcpkg.json index 22f83239becdee..8f8dfd08ca8f15 100644 --- a/ports/libcrafter/vcpkg.json +++ b/ports/libcrafter/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libcrafter", "version": "1.0", - "port-version": 1, + "port-version": 2, "description": "Libcrafter is a high level library for C++ designed to create and decode network packets.", "homepage": "https://github.com/pellegre/libcrafter", "supports": "!windows", diff --git a/ports/libevent/portfile.cmake b/ports/libevent/portfile.cmake index d89df926c3da30..df80d0a0939e77 100644 --- a/ports/libevent/portfile.cmake +++ b/ports/libevent/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libevent/libevent diff --git a/ports/libevent/vcpkg.json b/ports/libevent/vcpkg.json index 70e05c8cc20d3f..41bcecaf14cfa2 100644 --- a/ports/libevent/vcpkg.json +++ b/ports/libevent/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libevent", "version": "2.1.12", - "port-version": 5, + "port-version": 6, "description": "An event notification library", "homepage": "https://github.com/libevent/libevent", "supports": "!uwp", diff --git a/ports/libexif/portfile.cmake b/ports/libexif/portfile.cmake index 4869c40b5099fc..a3f2abb371f2c6 100644 --- a/ports/libexif/portfile.cmake +++ b/ports/libexif/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET uwp) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libexif/libexif diff --git a/ports/libexif/vcpkg.json b/ports/libexif/vcpkg.json index d27752d4b700dd..01b68491c80dbc 100644 --- a/ports/libexif/vcpkg.json +++ b/ports/libexif/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libexif", - "version-string": "0.6.22", - "port-version": 1, + "version": "0.6.22", + "port-version": 2, "description": "a library for parsing, editing, and saving EXIF data", "homepage": "https://libexif.github.io/", "supports": "!uwp" diff --git a/ports/libgo/portfile.cmake b/ports/libgo/portfile.cmake index e365ee3a118321..e51f060e2729e1 100644 --- a/ports/libgo/portfile.cmake +++ b/ports/libgo/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "uwp") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/libgo/vcpkg.json b/ports/libgo/vcpkg.json index 47377a3e87b270..94c6818d16aab3 100644 --- a/ports/libgo/vcpkg.json +++ b/ports/libgo/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libgo", "version": "3.1", - "port-version": 3, + "port-version": 4, "description": "The best stackful coroutine by c++11.", "homepage": "https://github.com/yyzybb537/libgo", "supports": "!(arm | uwp)", diff --git a/ports/libgwenhywfar/portfile.cmake b/ports/libgwenhywfar/portfile.cmake index 44967ed7823d7a..3ea00a459e822d 100644 --- a/ports/libgwenhywfar/portfile.cmake +++ b/ports/libgwenhywfar/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports unix platforms" ON_TARGET "Windows") - set(VERSION_MAJOR 5) set(VERSION_MINOR 6) set(VERSION_PATCH 0) @@ -13,7 +11,7 @@ vcpkg_download_distfile(ARCHIVE vcpkg_extract_source_archive_ex( OUT_SOURCE_PATH SOURCE_PATH - ARCHIVE ${ARCHIVE} + ARCHIVE ${ARCHIVE} REF ${VERSION} ) @@ -39,7 +37,7 @@ vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} OPTIONS --disable-silent-rules - --disable-binreloc + --disable-binreloc --with-guis=${GUIS} --with-libgpg-error-prefix=${CURRENT_INSTALLED_DIR}/tools/libgpg-error --with-libgcrypt-prefix=${CURRENT_INSTALLED_DIR}/tools/libgcrypt diff --git a/ports/libgwenhywfar/vcpkg.json b/ports/libgwenhywfar/vcpkg.json index df3f0bfa3c8759..6c56ae3f811a1d 100644 --- a/ports/libgwenhywfar/vcpkg.json +++ b/ports/libgwenhywfar/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libgwenhywfar", "version-semver": "5.6.0", - "port-version": 1, + "port-version": 2, "description": "A helper library for networking and security applications and libraries", "homepage": "https://www.aquamaniac.de/rdm/", "supports": "!windows", diff --git a/ports/libhsplasma/portfile.cmake b/ports/libhsplasma/portfile.cmake index b37dfa7ae5f528..5393b9ca569bd7 100644 --- a/ports/libhsplasma/portfile.cmake +++ b/ports/libhsplasma/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO H-uru/libhsplasma @@ -29,4 +27,4 @@ vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libhsplasma/vcpkg.json b/ports/libhsplasma/vcpkg.json index 3c6ea3930f5c5b..92bc718ae020dd 100644 --- a/ports/libhsplasma/vcpkg.json +++ b/ports/libhsplasma/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libhsplasma", "version-string": "2021.06.08", + "port-version": 1, "description": "Cross-platform Plasma data and network library", "homepage": "https://github.com/H-uru/libhsplasma", "supports": "!(arm | uwp)", diff --git a/ports/libhv/portfile.cmake b/ports/libhv/portfile.cmake index cb13974b9e5ea7..76f7ede0efe1a5 100644 --- a/ports/libhv/portfile.cmake +++ b/ports/libhv/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ithewei/libhv diff --git a/ports/libhv/vcpkg.json b/ports/libhv/vcpkg.json index 6df137e120de9f..2dbea503caae98 100644 --- a/ports/libhv/vcpkg.json +++ b/ports/libhv/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libhv", "version": "1.2.2", + "port-version": 1, "description": "Libhv is a C/C++ network library similar to libevent/libuv.", "homepage": "https://github.com/ithewei/libhv", "supports": "!(arm | uwp)", diff --git a/ports/libigl/portfile.cmake b/ports/libigl/portfile.cmake index 5917425cec5cb6..345aa4cc7c58ee 100644 --- a/ports/libigl/portfile.cmake +++ b/ports/libigl/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libigl/libigl @@ -50,4 +48,4 @@ vcpkg_copy_pdbs() # libigl is a header-only library. file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") -file(INSTALL "${SOURCE_PATH}/LICENSE.GPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE.GPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libigl/vcpkg.json b/ports/libigl/vcpkg.json index 22f523168347ec..c74ff015f758dc 100644 --- a/ports/libigl/vcpkg.json +++ b/ports/libigl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libigl", "version": "2.3.0", + "port-version": 1, "description": "libigl is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.", "homepage": "https://github.com/libigl/libigl", "supports": "!(arm | uwp)", diff --git a/ports/liblinear/portfile.cmake b/ports/liblinear/portfile.cmake index fab41c0396829e..245e35e2508f32 100644 --- a/ports/liblinear/portfile.cmake +++ b/ports/liblinear/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cjlin1/liblinear diff --git a/ports/liblinear/vcpkg.json b/ports/liblinear/vcpkg.json index a65229aa0d1b19..a7eff708c68fe5 100644 --- a/ports/liblinear/vcpkg.json +++ b/ports/liblinear/vcpkg.json @@ -1,6 +1,7 @@ { "name": "liblinear", - "version-string": "243", + "version": "243", + "port-version": 1, "description": "A Library for Large Linear Classification", "homepage": "https://github.com/cjlin1/liblinear", "supports": "!uwp", diff --git a/ports/libmodbus/portfile.cmake b/ports/libmodbus/portfile.cmake index a607f5a9ed6b8d..24b6bdfa13de3c 100644 --- a/ports/libmodbus/portfile.cmake +++ b/ports/libmodbus/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stephane/libmodbus @@ -29,4 +27,4 @@ endif() # Handle copyright file(INSTALL ${SOURCE_PATH}/COPYING.LESSER DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) \ No newline at end of file +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) diff --git a/ports/libmodbus/vcpkg.json b/ports/libmodbus/vcpkg.json index cea78893150e31..08d6a1cda532db 100644 --- a/ports/libmodbus/vcpkg.json +++ b/ports/libmodbus/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libmodbus", - "version-string": "3.1.6", - "port-version": 1, + "version": "3.1.6", + "port-version": 2, "description": "libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol", "homepage": "https://github.com/stephane/libmodbus", "supports": "!uwp" diff --git a/ports/libmpeg2/portfile.cmake b/ports/libmpeg2/portfile.cmake index 3813e0d6e46bca..181ff2d5e27f41 100644 --- a/ports/libmpeg2/portfile.cmake +++ b/ports/libmpeg2/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports Windows Desktop platform." ON_TARGET "Linux" "OSX" "uwp") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) # There is archived version of releases available at https://github.com/janisozaur/libmpeg2 diff --git a/ports/libmpeg2/vcpkg.json b/ports/libmpeg2/vcpkg.json index 4936a91dbc792f..7942b34272d86c 100644 --- a/ports/libmpeg2/vcpkg.json +++ b/ports/libmpeg2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libmpeg2", - "version-string": "0.5.1", - "port-version": 1, + "version": "0.5.1", + "port-version": 2, "description": "a free MPEG-2 video stream decoder", "homepage": "http://libmpeg2.sourceforge.net/", "supports": "!(linux | osx | uwp)", diff --git a/ports/libmupdf/portfile.cmake b/ports/libmupdf/portfile.cmake index 88e7b7e375b26d..3ef0146ba631d5 100644 --- a/ports/libmupdf/portfile.cmake +++ b/ports/libmupdf/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "osx") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/libmupdf/vcpkg.json b/ports/libmupdf/vcpkg.json index af307e1df2a62b..d6c2cd491311c4 100644 --- a/ports/libmupdf/vcpkg.json +++ b/ports/libmupdf/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libmupdf", - "version-string": "1.19.0-rc2", + "version": "1.19.0-rc2", + "port-version": 1, "description": "a lightweight PDF, XPS, and E-book library", "homepage": "https://github.com/ArtifexSoftware/mupdf", "supports": "!osx", diff --git a/ports/libosip2/portfile.cmake b/ports/libosip2/portfile.cmake index c46102a6563db4..e289d493bcee05 100644 --- a/ports/libosip2/portfile.cmake +++ b/ports/libosip2/portfile.cmake @@ -18,8 +18,6 @@ vcpkg_extract_source_archive_ex( ) if(VCPKG_TARGET_IS_WINDOWS) - vcpkg_fail_port_install(ON_ARCH "arm" "arm64") - # Use /Z7 rather than /Zi to avoid "fatal error C1090: PDB API call failed, error code '23': (0x00000006)" foreach(VCXPROJ IN ITEMS "${SOURCE_PATH}/platform/vsnet/osip2.vcxproj" diff --git a/ports/libosip2/vcpkg.json b/ports/libosip2/vcpkg.json index 8b3d9ecc804f7e..a524d3460a6be6 100644 --- a/ports/libosip2/vcpkg.json +++ b/ports/libosip2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libosip2", "version": "5.2.0", - "port-version": 1, + "port-version": 2, "description": "oSIP is an LGPL implementation of SIP. It's stable, portable, flexible and compliant! -may be more-! It is used mostly with eXosip2 stack (GPL) which provides simpler API for User-Agent implementation.", "homepage": "https://www.gnu.org/software/osip/", "supports": "!(windows & arm)", diff --git a/ports/libp7client/portfile.cmake b/ports/libp7client/portfile.cmake index 66a87883463593..95809babf0292c 100644 --- a/ports/libp7client/portfile.cmake +++ b/ports/libp7client/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "osx") - vcpkg_download_distfile(ARCHIVE URLS http://baical.net/files/libP7Client_v5.6.zip FILENAME libP7Client_v5.6.zip diff --git a/ports/libp7client/vcpkg.json b/ports/libp7client/vcpkg.json index dda660ebc884e2..d5a77d32f43aad 100644 --- a/ports/libp7client/vcpkg.json +++ b/ports/libp7client/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libp7client", "version-string": "5.6", - "port-version": 1, + "port-version": 2, "description": "Open source, cross-platform, fastest library for sending logs, telemetry & trace data from your application.", "homepage": "https://baical.net/", "supports": "!(arm | uwp | osx)" diff --git a/ports/libqcow/portfile.cmake b/ports/libqcow/portfile.cmake index 043c72f407bfca..f43d288909c6db 100644 --- a/ports/libqcow/portfile.cmake +++ b/ports/libqcow/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) set(LIB_VERSION 20210419) diff --git a/ports/libqcow/vcpkg.json b/ports/libqcow/vcpkg.json index 5f8992d0be2f64..2436924ceacb71 100644 --- a/ports/libqcow/vcpkg.json +++ b/ports/libqcow/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libqcow", "version-string": "20210419", - "port-version": 1, + "port-version": 2, "description": "Library and tools to access the QEMU Copy-On-Write (QCOW) image format.", "homepage": "https://github.com/libyal/libqcow", "supports": "!uwp", diff --git a/ports/libressl/portfile.cmake b/ports/libressl/portfile.cmake index 32ca4d767919e4..d957d8783e0cda 100644 --- a/ports/libressl/portfile.cmake +++ b/ports/libressl/portfile.cmake @@ -4,8 +4,6 @@ if(EXISTS "${CURRENT_INSTALLED_DIR}/include/openssl/ssl.h") return() endif() -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - set(LIBRESSL_VERSION 3.3.4) set(LIBRESSL_HASH 11defdde8169d3653c24e149e698ffc5a8ead5ac0808111d1986cb11ef72e9912c463d4891d4635877021e73a8a045dbdbe5e83ec785a59150f170d2ca2031de) diff --git a/ports/libressl/vcpkg.json b/ports/libressl/vcpkg.json index ff08a3b587b5e4..f6afd1026741c1 100644 --- a/ports/libressl/vcpkg.json +++ b/ports/libressl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libressl", "version": "3.3.4", + "port-version": 1, "description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.", "supports": "!(uwp | arm)", "dependencies": [ diff --git a/ports/librsync/portfile.cmake b/ports/librsync/portfile.cmake index e9bb64ab9cad2a..a0a07bad3d4d01 100644 --- a/ports/librsync/portfile.cmake +++ b/ports/librsync/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( @@ -12,8 +10,8 @@ vcpkg_from_github( vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" - OPTIONS - -DBUILD_RDIFF:BOOL=OFF + OPTIONS + -DBUILD_RDIFF:BOOL=OFF -DENABLE_COMPRESSION:BOOL=OFF -DENABLE_TRACE:BOOL=OFF ) diff --git a/ports/librsync/vcpkg.json b/ports/librsync/vcpkg.json index 34aafdb9bcadf4..7fda0a64de099b 100644 --- a/ports/librsync/vcpkg.json +++ b/ports/librsync/vcpkg.json @@ -1,6 +1,7 @@ { "name": "librsync", "version-semver": "2.3.2", + "port-version": 1, "description": "librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications.", "homepage": "http://librsync.sourcefrog.net/", "supports": "!uwp", diff --git a/ports/libsass/portfile.cmake b/ports/libsass/portfile.cmake index 9195b45628ad64..6428e9c07b66d3 100644 --- a/ports/libsass/portfile.cmake +++ b/ports/libsass/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO sass/libsass diff --git a/ports/libsass/vcpkg.json b/ports/libsass/vcpkg.json index 1b7f9e1ce8c3ff..3d2fa450c9ba46 100644 --- a/ports/libsass/vcpkg.json +++ b/ports/libsass/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libsass", "version": "3.6.5", + "port-version": 1, "description": "LibSass - Sass compiler written in C++", "homepage": "https://github.com/sass/libsass", "supports": "!uwp" diff --git a/ports/libsbml/portfile.cmake b/ports/libsbml/portfile.cmake index 9b88b13b09dc3c..e4961abb2b2c2a 100644 --- a/ports/libsbml/portfile.cmake +++ b/ports/libsbml/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO sbmlteam/libsbml @@ -86,5 +84,5 @@ if(EXISTS "${CURRENT_PACKAGES_DIR}/README.md") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/README.md") endif() -file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) -vcpkg_fixup_pkgconfig() +file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) +vcpkg_fixup_pkgconfig() diff --git a/ports/libsbml/vcpkg.json b/ports/libsbml/vcpkg.json index cc2cc215654fda..4d63730231f081 100644 --- a/ports/libsbml/vcpkg.json +++ b/ports/libsbml/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libsbml", "version": "5.19.0", - "port-version": 1, + "port-version": 2, "description": "A library for reading / writing SBML files", "supports": "!uwp", "dependencies": [ diff --git a/ports/libsmb2/portfile.cmake b/ports/libsmb2/portfile.cmake index 4558f3e0143523..bce687a7110b4b 100644 --- a/ports/libsmb2/portfile.cmake +++ b/ports/libsmb2/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "osx") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( @@ -23,5 +22,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") #the debug/share folder is generated empty by the provided cmake system file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") - + file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/libsmb2/vcpkg.json b/ports/libsmb2/vcpkg.json index 4b5b2b9a984f1f..8bed89ce6d6334 100644 --- a/ports/libsmb2/vcpkg.json +++ b/ports/libsmb2/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libsmb2", "version-date": "2021-04-29", + "port-version": 1, "description": "SMB2/3 Userspace Client", "homepage": "https://github.com/sahlberg/libsmb2", "supports": "!osx", diff --git a/ports/libsnoretoast/portfile.cmake b/ports/libsnoretoast/portfile.cmake index e97d5f637d20ec..295eb96eab1d46 100644 --- a/ports/libsnoretoast/portfile.cmake +++ b/ports/libsnoretoast/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "osx" "linux" "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/snoretoast @@ -12,7 +10,7 @@ vcpkg_from_github( vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" - OPTIONS + OPTIONS -DBUILD_EXAMPLES=OFF -DBUILD_STATIC_RUNTIME=OFF ) diff --git a/ports/libsnoretoast/vcpkg.json b/ports/libsnoretoast/vcpkg.json index eb0c3838bc7b39..d9263bbd8cc13f 100644 --- a/ports/libsnoretoast/vcpkg.json +++ b/ports/libsnoretoast/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libsnoretoast", "version": "0.8.0", - "port-version": 1, + "port-version": 2, "description": "A tool to create Windows Toast notifications and parse them on Windows 8 or later.", "homepage": "https://invent.kde.org/libraries/snoretoast", "supports": "windows & !uwp", diff --git a/ports/libsoundio/portfile.cmake b/ports/libsoundio/portfile.cmake index 3b5081cf970b23..1e5946189f2371 100644 --- a/ports/libsoundio/portfile.cmake +++ b/ports/libsoundio/portfile.cmake @@ -1,6 +1,3 @@ - -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO andrewrk/libsoundio diff --git a/ports/libsoundio/vcpkg.json b/ports/libsoundio/vcpkg.json index 96413f017a0283..52ca059cdf25ce 100644 --- a/ports/libsoundio/vcpkg.json +++ b/ports/libsoundio/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libsoundio", "version": "2.0.0", - "port-version": 5, + "port-version": 6, "description": "libsoundio is C library providing cross-platform audio input and output.", "homepage": "http://libsound.io/", "supports": "!uwp", diff --git a/ports/libspnav/portfile.cmake b/ports/libspnav/portfile.cmake index 35d012519480c5..89bf76c4457d94 100644 --- a/ports/libspnav/portfile.cmake +++ b/ports/libspnav/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "windows" "uwp" "osx") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO FreeSpacenav/libspnav diff --git a/ports/libspnav/vcpkg.json b/ports/libspnav/vcpkg.json index f3bb1f791e0cc5..1c9557d3e6a22c 100644 --- a/ports/libspnav/vcpkg.json +++ b/ports/libspnav/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libspnav", - "version-string": "0.2.3", - "port-version": 1, + "version": "0.2.3", + "port-version": 2, "description": "Library for communicating with spacenavd or 3dxsrv to get input from 6-dof devices.", "homepage": "https://github.com/FreeSpacenav/libspnav", "supports": "linux" diff --git a/ports/libsrt/portfile.cmake b/ports/libsrt/portfile.cmake index 23ae59ccd53db0..35ebd06543b88d 100644 --- a/ports/libsrt/portfile.cmake +++ b/ports/libsrt/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Haivision/srt @@ -38,4 +36,4 @@ vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libsrt/vcpkg.json b/ports/libsrt/vcpkg.json index 5de788840aed97..02de23beb7f5b9 100644 --- a/ports/libsrt/vcpkg.json +++ b/ports/libsrt/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libsrt", "version": "1.4.4", - "port-version": 1, + "port-version": 2, "description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.", "homepage": "https://github.com/Haivision/srt", "supports": "!uwp", diff --git a/ports/libssh/portfile.cmake b/ports/libssh/portfile.cmake index 4354177c10947e..77724f1db69252 100644 --- a/ports/libssh/portfile.cmake +++ b/ports/libssh/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_git( OUT_SOURCE_PATH SOURCE_PATH URL https://git.libssh.org/projects/libssh.git @@ -50,10 +48,10 @@ vcpkg_fixup_pkgconfig() if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") vcpkg_replace_string( - "${CURRENT_PACKAGES_DIR}/include/libssh/libssh.h" + "${CURRENT_PACKAGES_DIR}/include/libssh/libssh.h" "#ifdef LIBSSH_STATIC" "#if 1" - ) + ) endif() if(VCPKG_TARGET_IS_WINDOWS) diff --git a/ports/libssh/vcpkg.json b/ports/libssh/vcpkg.json index 9bcc032dab26c4..d1f22ec076c731 100644 --- a/ports/libssh/vcpkg.json +++ b/ports/libssh/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libssh", "version": "0.9.6", - "port-version": 1, + "port-version": 2, "description": "libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side", "homepage": "https://www.libssh.org/", "supports": "!(uwp | arm)", diff --git a/ports/libtorrent/portfile.cmake b/ports/libtorrent/portfile.cmake index 0c11403fc11d0e..38388b0dfbb53d 100644 --- a/ports/libtorrent/portfile.cmake +++ b/ports/libtorrent/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - if(VCPKG_TARGET_IS_WINDOWS) # Building python bindings is currently broken on Windows if("python" IN_LIST FEATURES) diff --git a/ports/libtorrent/vcpkg.json b/ports/libtorrent/vcpkg.json index 7e0de91ddd6257..16b370d4832dd3 100644 --- a/ports/libtorrent/vcpkg.json +++ b/ports/libtorrent/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libtorrent", "version": "1.2.14", - "port-version": 1, + "port-version": 2, "maintainers": "Arvid Norberg ", "description": "An efficient feature complete C++ BitTorrent implementation", "homepage": "https://libtorrent.org", diff --git a/ports/libunistring/portfile.cmake b/ports/libunistring/portfile.cmake index e9eef0641d09a9..e16d0a5bac1160 100644 --- a/ports/libunistring/portfile.cmake +++ b/ports/libunistring/portfile.cmake @@ -1,10 +1,6 @@ set(LIBUNISTRING_VERSION 0.9.10) set(LIBUNISTRING_FILENAME libunistring-${LIBUNISTRING_VERSION}.tar.gz) -if(NOT VCPKG_TARGET_IS_MINGW) - vcpkg_fail_port_install(ON_TARGET "Windows" "UWP") -endif() - vcpkg_download_distfile(ARCHIVE URLS "https://ftp.gnu.org/gnu/libunistring/${LIBUNISTRING_FILENAME}" diff --git a/ports/libunistring/vcpkg.json b/ports/libunistring/vcpkg.json index 585ddca79423ac..c2aa59fc2de7b8 100644 --- a/ports/libunistring/vcpkg.json +++ b/ports/libunistring/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libunistring", "version": "0.9.10", - "port-version": 1, + "port-version": 2, "description": "GNU libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.", "homepage": "https://www.gnu.org/software/libunistring/", "supports": "!windows", diff --git a/ports/liburing/portfile.cmake b/ports/liburing/portfile.cmake index 304bef5ecc676a..4aa521420976dc 100644 --- a/ports/liburing/portfile.cmake +++ b/ports/liburing/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "windows" "uwp" "osx" "ios" "android") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO axboe/liburing @@ -20,9 +18,9 @@ vcpkg_configure_make( vcpkg_install_make() vcpkg_fixup_pkgconfig() -file(INSTALL ${SOURCE_PATH}/LICENSE +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) -file(INSTALL ${CURRENT_PORT_DIR}/usage +file(INSTALL ${CURRENT_PORT_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) # note: {SOURCE_PATH}/src/Makefile makes liburing.so from liburing.a. diff --git a/ports/liburing/vcpkg.json b/ports/liburing/vcpkg.json index e2bb1b53e23a5f..d0300ff8beb9d0 100644 --- a/ports/liburing/vcpkg.json +++ b/ports/liburing/vcpkg.json @@ -1,6 +1,7 @@ { "name": "liburing", "version": "2.0", + "port-version": 1, "description": "Linux-native io_uring I/O access library", "homepage": "https://github.com/axboe/liburing", "supports": "linux" diff --git a/ports/libusb-win32/portfile.cmake b/ports/libusb-win32/portfile.cmake index 1cca3bedb627b0..cbfe2b1ebb6177 100644 --- a/ports/libusb-win32/portfile.cmake +++ b/ports/libusb-win32/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX") - set(LIBUSB_VERSION 1.2.6.0) set(LIBUSB_HASH 972438b7465a22882bc91a1238291240ee3cdb09f374454a027d003b150656d4c262553104f74418bb49b4a7ca2f1a4f72d20e689fa3a7728881bafc876267f4) diff --git a/ports/libusb-win32/vcpkg.json b/ports/libusb-win32/vcpkg.json index 462fd2322f6cc2..9cbe7bc3551a0b 100644 --- a/ports/libusb-win32/vcpkg.json +++ b/ports/libusb-win32/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libusb-win32", "version-string": "1.2.6.0", - "port-version": 7, + "port-version": 8, "description": "Allows user space applications to access many USB device on Windows.", "homepage": "https://sourceforge.net/projects/libusb-win32", "supports": "windows" diff --git a/ports/libusbmuxd/portfile.cmake b/ports/libusbmuxd/portfile.cmake index 5ad0cb01fa4095..92a82472db9d63 100644 --- a/ports/libusbmuxd/portfile.cmake +++ b/ports/libusbmuxd/portfile.cmake @@ -1,9 +1,7 @@ -vcpkg_fail_port_install( ON_TARGET "uwp" "linux" "osx") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libimobiledevice-win32/libusbmuxd - REF ac86b23f57879b8b702f3712ba66729008d059a3 # v1.2.219 + REF ac86b23f57879b8b702f3712ba66729008d059a3 # v1.2.219 SHA512 ced85088bc6ebb416ccb635d6b4e79662fb34f427d869b64b61847e5fde7b4ae094cebb1f7916d9387c314aeb84106a618fbd7497dc4b36151b236dcb55bd0e4 HEAD_REF msvc-master PATCHES fix-win-build.patch diff --git a/ports/libusbmuxd/vcpkg.json b/ports/libusbmuxd/vcpkg.json index f9bfb7f9fc1bf6..894b846af2fe2f 100644 --- a/ports/libusbmuxd/vcpkg.json +++ b/ports/libusbmuxd/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libusbmuxd", - "version-string": "1.2.219", - "port-version": 1, + "version": "1.2.219", + "port-version": 2, "description": "A client library to multiplex connections from and to iOS devices", "supports": "!(uwp | linux | osx)", "dependencies": [ diff --git a/ports/libuuid/portfile.cmake b/ports/libuuid/portfile.cmake index e989ce53fe2d32..7ed5400c2f4b41 100644 --- a/ports/libuuid/portfile.cmake +++ b/ports/libuuid/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports unix platform" ON_TARGET "Windows") - set(LIBUUID_VERSION 1.0.3) vcpkg_from_sourceforge( diff --git a/ports/libuuid/vcpkg.json b/ports/libuuid/vcpkg.json index cf15566ebf3e14..0abea1e938d265 100644 --- a/ports/libuuid/vcpkg.json +++ b/ports/libuuid/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libuuid", "version": "1.0.3", - "port-version": 10, + "port-version": 11, "description": "Universally unique id library", "homepage": "https://sourceforge.net/projects/libuuid", "supports": "!osx & !windows" diff --git a/ports/libvmdk/portfile.cmake b/ports/libvmdk/portfile.cmake index 505d5e68c4f947..1aac7f717b6ade 100644 --- a/ports/libvmdk/portfile.cmake +++ b/ports/libvmdk/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(LIB_VERSION 20200926) set(LIB_FILENAME libvmdk-alpha-${LIB_VERSION}.tar.gz) diff --git a/ports/libvmdk/vcpkg.json b/ports/libvmdk/vcpkg.json index e8211d6c62e367..9a9f7f705cdaa5 100644 --- a/ports/libvmdk/vcpkg.json +++ b/ports/libvmdk/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libvmdk", "version-string": "20200926", - "port-version": 1, + "port-version": 2, "description": "Library and tools to access the VMware Virtual Disk (VMDK) format", "homepage": "https://github.com/libyal/libvmdk", "supports": "!uwp", diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake index 32423a44beb417..6307aa306574f1 100644 --- a/ports/libwebsockets/portfile.cmake +++ b/ports/libwebsockets/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO warmcat/libwebsockets diff --git a/ports/libwebsockets/vcpkg.json b/ports/libwebsockets/vcpkg.json index d945d8d46d378e..f86174727d501c 100644 --- a/ports/libwebsockets/vcpkg.json +++ b/ports/libwebsockets/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libwebsockets", "version-semver": "4.3.0", - "port-version": 1, + "port-version": 2, "description": "Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.", "homepage": "https://github.com/warmcat/libwebsockets", "supports": "!uwp", diff --git a/ports/libxdiff/portfile.cmake b/ports/libxdiff/portfile.cmake index 05b7ade351ac97..e0813a12098fa1 100644 --- a/ports/libxdiff/portfile.cmake +++ b/ports/libxdiff/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports being built for desktop" ON_TARGET "UWP") - set(LIBXDIFF_REF 77e30f3190685efd87cce2c9c5d688cbaa1b0134) set(LIBXDIFF_SHA512 c559b575e6d6f06f3b3064f3e077a15d8f57422340199215a4cbd7beab527bc250347c8779a8d6f8c4e41799a032431e83c7336f86569527ab754444455b8c87) @@ -31,7 +29,7 @@ if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL debug) endif() -if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL release) +if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL release) if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/xdiff.dll DESTINATION ${CURRENT_PACKAGES_DIR}/bin) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/xdiff.dll") diff --git a/ports/libxdiff/vcpkg.json b/ports/libxdiff/vcpkg.json index ab48b66baff822..40e9f6d3ec83ef 100644 --- a/ports/libxdiff/vcpkg.json +++ b/ports/libxdiff/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libxdiff", - "version-string": "0.23", - "port-version": 1, + "version": "0.23", + "port-version": 2, "description": "The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability.", "homepage": "https://github.com/Drako/libxdiff", "supports": "!uwp" diff --git a/ports/licensepp/portfile.cmake b/ports/licensepp/portfile.cmake index aa4d009695228f..c7e3fe3dad76e6 100644 --- a/ports/licensepp/portfile.cmake +++ b/ports/licensepp/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/licensepp/vcpkg.json b/ports/licensepp/vcpkg.json index 04de78675ebca8..6365f1567e305b 100644 --- a/ports/licensepp/vcpkg.json +++ b/ports/licensepp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "licensepp", - "version-string": "2020-05-19", - "port-version": 2, + "version-date": "2020-05-19", + "port-version": 3, "description": "Cross platform software licensing library", "homepage": "https://github.com/zuhd-org/licensepp", "supports": "!uwp", diff --git a/ports/lilv/portfile.cmake b/ports/lilv/portfile.cmake index 858c6c3bf88323..2bb18d8985463a 100644 --- a/ports/lilv/portfile.cmake +++ b/ports/lilv/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_gitlab( GITLAB_URL https://gitlab.com OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/lilv/vcpkg.json b/ports/lilv/vcpkg.json index bcebc1eca16337..aab088cc087a94 100644 --- a/ports/lilv/vcpkg.json +++ b/ports/lilv/vcpkg.json @@ -1,6 +1,7 @@ { "name": "lilv", - "version-string": "0.24.10", + "version": "0.24.10", + "port-version": 1, "description": "Lilv is a C library for simple use of LV2 plugins in applications.", "homepage": "https://drobilla.net/software/lilv", "license": "ISC", diff --git a/ports/log4cpp/portfile.cmake b/ports/log4cpp/portfile.cmake index e36923d62e508a..2548807f7d7b72 100644 --- a/ports/log4cpp/portfile.cmake +++ b/ports/log4cpp/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO orocos-toolchain/log4cpp diff --git a/ports/log4cpp/vcpkg.json b/ports/log4cpp/vcpkg.json index e2e16680553d77..a7729f41e0b931 100644 --- a/ports/log4cpp/vcpkg.json +++ b/ports/log4cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "log4cpp", - "version-string": "2.9.1", - "port-version": 6, + "version": "2.9.1", + "port-version": 7, "description": "Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.", "homepage": "https://github.com/orocos-toolchain/log4cpp", "supports": "!uwp" diff --git a/ports/luajit/portfile.cmake b/ports/luajit/portfile.cmake index 262f7ec0908686..e8a39ff25d1fcf 100644 --- a/ports/luajit/portfile.cmake +++ b/ports/luajit/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports being built for desktop" ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO LuaJIT/LuaJIT @@ -21,17 +19,17 @@ if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL debug) message(STATUS "Building ${TARGET_TRIPLET}-dbg") file(REMOVE_RECURSE "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg") file(MAKE_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg") - + vcpkg_execute_required_process_repeat( COUNT 1 COMMAND "${SOURCE_PATH}/src/msvcbuild.bat" ${SOURCE_PATH}/src ${VCPKG_CRT_LINKAGE} debug ${LJIT_STATIC} WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg" LOGNAME build-${TARGET_TRIPLET}-dbg ) - + file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/luajit.exe DESTINATION ${CURRENT_PACKAGES_DIR}/debug/tools) file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/lua51.lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib) - + if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/lua51.dll DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin) file(COPY ${CURRENT_PACKAGES_DIR}/debug/bin/lua51.dll DESTINATION ${CURRENT_PACKAGES_DIR}/debug/tools) @@ -44,17 +42,17 @@ if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL release) message(STATUS "Building ${TARGET_TRIPLET}-rel") file(REMOVE_RECURSE "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel") file(MAKE_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel") - + vcpkg_execute_required_process_repeat(d8un COUNT 1 COMMAND "${SOURCE_PATH}/src/msvcbuild.bat" ${SOURCE_PATH}/src ${VCPKG_CRT_LINKAGE} ${LJIT_STATIC} WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel" LOGNAME build-${TARGET_TRIPLET}-rel ) - + file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/luajit.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools) file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/lua51.lib DESTINATION ${CURRENT_PACKAGES_DIR}/lib) - + if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) file(INSTALL ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/lua51.dll DESTINATION ${CURRENT_PACKAGES_DIR}/bin) vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools) @@ -70,4 +68,4 @@ file(INSTALL ${SOURCE_PATH}/src/lauxlib.h DESTINATION ${CURRENT_PACKAGES_D file(INSTALL ${SOURCE_PATH}/src/lua.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT}) # Handle copyright -file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) \ No newline at end of file +file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) diff --git a/ports/luajit/vcpkg.json b/ports/luajit/vcpkg.json index e4cd839f458aea..22c50d2682cac0 100644 --- a/ports/luajit/vcpkg.json +++ b/ports/luajit/vcpkg.json @@ -1,7 +1,7 @@ { "name": "luajit", - "version-string": "2.0.5", - "port-version": 4, + "version": "2.0.5", + "port-version": 5, "description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.", "homepage": "https://github.com/LuaJIT/LuaJIT", "supports": "!uwp" diff --git a/ports/marl/portfile.cmake b/ports/marl/portfile.cmake index 53e13ef79c311a..7fcad275150ebd 100644 --- a/ports/marl/portfile.cmake +++ b/ports/marl/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/marl diff --git a/ports/marl/vcpkg.json b/ports/marl/vcpkg.json index 30c2aa24008f73..c66549aadb179a 100644 --- a/ports/marl/vcpkg.json +++ b/ports/marl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "marl", "version-date": "2021-04-25", + "port-version": 1, "description": "A hybrid thread/fiber task scheduler written in modern C++", "homepage": "https://github.com/google/marl", "license": "Apache-2.0", diff --git a/ports/mbedtls/portfile.cmake b/ports/mbedtls/portfile.cmake index 3bd961fbce827f..a6f1e152b53868 100644 --- a/ports/mbedtls/portfile.cmake +++ b/ports/mbedtls/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(VCPKG_LIBRARY_LINKAGE static) vcpkg_from_github( @@ -38,4 +36,4 @@ if (VCPKG_TARGET_IS_WINDOWS AND pthreads IN_LIST FEATURES) file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) endif () -vcpkg_copy_pdbs() \ No newline at end of file +vcpkg_copy_pdbs() diff --git a/ports/mbedtls/vcpkg.json b/ports/mbedtls/vcpkg.json index ec036a05f62094..d3079e1259afb4 100644 --- a/ports/mbedtls/vcpkg.json +++ b/ports/mbedtls/vcpkg.json @@ -1,7 +1,7 @@ { "name": "mbedtls", - "version-string": "2.24.0", - "port-version": 3, + "version": "2.24.0", + "port-version": 4, "description": "An open source, portable, easy to use, readable and flexible SSL library", "homepage": "https://github.com/ARMmbed/mbedtls", "supports": "!uwp", diff --git a/ports/mimalloc/portfile.cmake b/ports/mimalloc/portfile.cmake index 405cc9426db2ad..030bd1f651a852 100644 --- a/ports/mimalloc/portfile.cmake +++ b/ports/mimalloc/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/mimalloc @@ -57,4 +55,4 @@ endif() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/mimalloc/vcpkg.json b/ports/mimalloc/vcpkg.json index 4a0840969ab322..e8fbec6c798d36 100644 --- a/ports/mimalloc/vcpkg.json +++ b/ports/mimalloc/vcpkg.json @@ -1,7 +1,7 @@ { "name": "mimalloc", "version": "2.0.3", - "port-version": 1, + "port-version": 2, "description": "Compact general purpose allocator with excellent performance", "homepage": "https://github.com/microsoft/mimalloc", "supports": "!(arm | uwp)", diff --git a/ports/minizip/portfile.cmake b/ports/minizip/portfile.cmake index 20cc0184e76cc8..5e5a56e38ad1c6 100644 --- a/ports/minizip/portfile.cmake +++ b/ports/minizip/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/minizip/vcpkg.json b/ports/minizip/vcpkg.json index 9e8c24b8135fb1..c8bc8dbb6d4518 100644 --- a/ports/minizip/vcpkg.json +++ b/ports/minizip/vcpkg.json @@ -1,7 +1,7 @@ { "name": "minizip", "version-semver": "1.2.11", - "port-version": 9, + "port-version": 10, "description": "Zip compression library", "homepage": "https://github.com/madler/zlib", "supports": "!uwp", diff --git a/ports/mmloader/portfile.cmake b/ports/mmloader/portfile.cmake index 4ad635693a5fb3..72d6534846e1df 100644 --- a/ports/mmloader/portfile.cmake +++ b/ports/mmloader/portfile.cmake @@ -1,12 +1,3 @@ -# fail early for unsupported triplets -vcpkg_fail_port_install( - MESSAGE "mmLoader supports only x86/x64-windows-static triplets" - ON_TARGET "UWP" "LINUX" "OSX" "ANDROID" "FREEBSD" - ON_ARCH "arm" "arm64" - ON_CRT_LINKAGE "dynamic" - ON_LIBRARY_LINKAGE "dynamic" -) - # source vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/mmloader/vcpkg.json b/ports/mmloader/vcpkg.json index 79d7c4b5abcc9d..30d49748ff60f7 100644 --- a/ports/mmloader/vcpkg.json +++ b/ports/mmloader/vcpkg.json @@ -1,6 +1,7 @@ { "name": "mmloader", "version-date": "2021-12-13", + "port-version": 1, "description": "A library for loading dll module bypassing windows PE loader from memory (x86/x64)", "homepage": "http://tishion.github.io/mmLoader/", "supports": "(x86 | x64) & windows & static", diff --git a/ports/mnn/portfile.cmake b/ports/mnn/portfile.cmake index 8147fddb1dba20..b3a7dc3fcf6f74 100644 --- a/ports/mnn/portfile.cmake +++ b/ports/mnn/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "ios" "android") if(VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) endif() diff --git a/ports/mnn/vcpkg.json b/ports/mnn/vcpkg.json index 27676e8630fd49..0b21ba2f4a8251 100644 --- a/ports/mnn/vcpkg.json +++ b/ports/mnn/vcpkg.json @@ -1,7 +1,7 @@ { "name": "mnn", "version": "1.1.0", - "port-version": 1, + "port-version": 2, "description": "MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba", "homepage": "https://www.mnn.zone/", "license": "Apache-2.0", diff --git a/ports/mongoose/portfile.cmake b/ports/mongoose/portfile.cmake index abc0d8dd1887fa..d5912f6e0b2b8c 100644 --- a/ports/mongoose/portfile.cmake +++ b/ports/mongoose/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/mongoose/vcpkg.json b/ports/mongoose/vcpkg.json index c0c13592627494..1177b737ea83e6 100644 --- a/ports/mongoose/vcpkg.json +++ b/ports/mongoose/vcpkg.json @@ -1,6 +1,7 @@ { "name": "mongoose", "version": "7.5", + "port-version": 1, "description": "Embedded web server / embedded networking library", "homepage": "https://cesanta.com/", "supports": "!uwp", diff --git a/ports/monkeys-audio/portfile.cmake b/ports/monkeys-audio/portfile.cmake index 40c2bccdecb300..39cc578537d121 100644 --- a/ports/monkeys-audio/portfile.cmake +++ b/ports/monkeys-audio/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP" "OSX" "Linux") - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT) set(MA_VERSION 570) diff --git a/ports/monkeys-audio/vcpkg.json b/ports/monkeys-audio/vcpkg.json index ceb22ba8b1b63e..208a85119d8774 100644 --- a/ports/monkeys-audio/vcpkg.json +++ b/ports/monkeys-audio/vcpkg.json @@ -1,7 +1,7 @@ { "name": "monkeys-audio", - "version-string": "5.70", - "port-version": 1, + "version": "5.70", + "port-version": 2, "description": [ "Monkey's Audio is an excellent audio compression tool which has multiple advantages over traditional methods.", "Audio files compressed with it end with .ape extension." diff --git a/ports/mpir/portfile.cmake b/ports/mpir/portfile.cmake index 856e4e273d4b55..d23db9f343cc8b 100644 --- a/ports/mpir/portfile.cmake +++ b/ports/mpir/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - if(EXISTS "${CURRENT_INSTALLED_DIR}/include/gmp.h" OR "${CURRENT_INSTALLED_DIR}/include/gmpxx.h") message(FATAL_ERROR "Can't build ${PORT} if gmp is installed. Please remove gmp, and try to install ${PORT} again if you need it.") endif() @@ -41,20 +39,20 @@ if(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX) if(VCPKG_TARGET_IS_LINUX) set(AUTOCONFIG "AUTOCONFIG") endif() - + vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} ${AUTOCONFIG} - OPTIONS ${OPTIONS} + OPTIONS ${OPTIONS} ) - + vcpkg_install_make() - + if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug") file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) endif() - + configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) elseif(VCPKG_TARGET_IS_WINDOWS) @@ -95,7 +93,7 @@ elseif(VCPKG_TARGET_IS_WINDOWS) OPTIONS_DEBUG "/p:RuntimeLibrary=MultiThreadedDebug${RuntimeLibraryExt}" OPTIONS_RELEASE "/p:RuntimeLibrary=MultiThreaded${RuntimeLibraryExt}" ) - + if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") vcpkg_build_msbuild( PROJECT_PATH ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/build.vc${MSVC_VERSION}/${DLL_OR_LIB}_mpir_cxx/${DLL_OR_LIB}_mpir_cxx.vcxproj @@ -106,7 +104,7 @@ elseif(VCPKG_TARGET_IS_WINDOWS) file(GLOB REL_LIBS_CXX ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Release/mpirxx.lib) endif() if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug") - file(GLOB DBG_LIBS_CXX ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Debug/mpirxx.lib) + file(GLOB DBG_LIBS_CXX ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Debug/mpirxx.lib) endif() endif() @@ -118,11 +116,11 @@ elseif(VCPKG_TARGET_IS_WINDOWS) ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Release/mpirxx.h ) file(INSTALL ${HEADERS} DESTINATION ${CURRENT_PACKAGES_DIR}/include) - + file(GLOB REL_DLLS ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Release/mpir.dll) file(GLOB REL_LIBS ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Release/mpir.lib) list(APPEND REL_LIBS ${REL_LIBS_CXX}) - + file(INSTALL ${REL_DLLS} DESTINATION ${CURRENT_PACKAGES_DIR}/bin) file(INSTALL ${REL_LIBS} DESTINATION ${CURRENT_PACKAGES_DIR}/lib) endif() @@ -134,19 +132,19 @@ elseif(VCPKG_TARGET_IS_WINDOWS) ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Debug/mpirxx.h ) file(INSTALL ${HEADERS} DESTINATION ${CURRENT_PACKAGES_DIR}/include) - + file(GLOB DBG_DLLS ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Debug/mpir.dll) file(GLOB DBG_LIBS ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}/*/*/Debug/mpir.lib) list(APPEND DBG_LIBS ${DBG_LIBS_CXX}) - + file(INSTALL ${DBG_DLLS} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/bin) file(INSTALL ${DBG_LIBS} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib) - + if(VCPKG_LIBRARY_LINKAGE STREQUAL static) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) endif() endif() - + vcpkg_copy_pdbs() file(INSTALL ${SOURCE_PATH}/COPYING.lib DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/mpir/vcpkg.json b/ports/mpir/vcpkg.json index 29754ccd9ace40..958d3a4faafc96 100644 --- a/ports/mpir/vcpkg.json +++ b/ports/mpir/vcpkg.json @@ -1,7 +1,7 @@ { "name": "mpir", - "version-string": "3.0.0", - "port-version": 10, + "version": "3.0.0", + "port-version": 11, "description": "Multiple Precision Integers and Rationals", "homepage": "https://github.com/wbhart/mpir", "supports": "!(uwp | arm)" diff --git a/ports/ms-gltf/portfile.cmake b/ports/ms-gltf/portfile.cmake index 1382dc046c22a1..c59b61bbebac14 100644 --- a/ports/ms-gltf/portfile.cmake +++ b/ports/ms-gltf/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "ms-gltf currently only supports Windows and Mac platforms" ON_TARGET "linux" "ios") if(VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) endif() diff --git a/ports/ms-gltf/vcpkg.json b/ports/ms-gltf/vcpkg.json index 9b7983b2737d97..34728d11be19e3 100644 --- a/ports/ms-gltf/vcpkg.json +++ b/ports/ms-gltf/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ms-gltf", "version-string": "r1.9.5.4", + "port-version": 1, "description": "glTF-SDK is a C++ Software Development Kit for glTF", "homepage": "https://github.com/microsoft/glTF-SDK", "supports": "!linux", diff --git a/ports/msmpi/portfile.cmake b/ports/msmpi/portfile.cmake index cf5b69afe9db8f..c94e2c30490624 100644 --- a/ports/msmpi/portfile.cmake +++ b/ports/msmpi/portfile.cmake @@ -1,12 +1,10 @@ -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP") - set(MSMPI_VERSION "10.1.12498") set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/msmpi-${MSMPI_VERSION}) vcpkg_download_distfile(SDK_ARCHIVE URLS "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi" FILENAME "msmpisdk-${MSMPI_VERSION}-b0087dfd.msi" - SHA512 b0087dfd21423bf87b94b17d7cb03576838585371bbf8b03cca95c3ad73670108c7bc6517b0de852ef595072cc4143be2011636e7242bcb080394d94294848a7 + SHA512 b0087dfd21423bf87b94b17d7cb03576838585371bbf8b03cca95c3ad73670108c7bc6517b0de852ef595072cc4143be2011636e7242bcb080394d94294848a7 ) diff --git a/ports/msmpi/vcpkg.json b/ports/msmpi/vcpkg.json index fa32759b43af2e..d220c1d6189cfb 100644 --- a/ports/msmpi/vcpkg.json +++ b/ports/msmpi/vcpkg.json @@ -1,7 +1,7 @@ { "name": "msmpi", "version": "10.1.12498", - "port-version": 2, + "port-version": 3, "description": "Microsoft MPI (MS-MPI) is a Microsoft implementation of the Message Passing Interface standard for developing and running parallel applications on the Windows platform.", "homepage": "https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi", "license": "MIT", diff --git a/ports/munit/portfile.cmake b/ports/munit/portfile.cmake index 6a8c8e194d2fa8..37802974dd7295 100644 --- a/ports/munit/portfile.cmake +++ b/ports/munit/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( @@ -21,5 +19,5 @@ vcpkg_install_meson() vcpkg_copy_pdbs() file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) - -vcpkg_fixup_pkgconfig() + +vcpkg_fixup_pkgconfig() diff --git a/ports/munit/vcpkg.json b/ports/munit/vcpkg.json index 63c511f315b482..4f5cfb85c93690 100644 --- a/ports/munit/vcpkg.json +++ b/ports/munit/vcpkg.json @@ -1,10 +1,10 @@ { "name": "munit", - "version-string": "2019-04-06", - "port-version": 4, + "version-date": "2019-04-06", + "port-version": 5, "description": "A small but full-featured unit testing framework for C", "homepage": "https://github.com/nemequ/munit", - "supports": "!(arm | arm64 | uwp)", + "supports": "!(arm | uwp)", "dependencies": [ { "name": "vcpkg-tool-meson", diff --git a/ports/muparser/portfile.cmake b/ports/muparser/portfile.cmake index 113dace9318821..a2fcbbc73d038c 100644 --- a/ports/muparser/portfile.cmake +++ b/ports/muparser/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO beltoforion/muparser diff --git a/ports/muparser/vcpkg.json b/ports/muparser/vcpkg.json index 5eb6e7c5b495b3..71820e38227423 100644 --- a/ports/muparser/vcpkg.json +++ b/ports/muparser/vcpkg.json @@ -1,6 +1,7 @@ { "name": "muparser", - "version": "2.3.3-1", + "version": "2.3.3", + "port-version": 1, "description": "Fast math parser library", "homepage": "https://github.com/beltoforion/muparser", "license": "BSD-2-Clause", diff --git a/ports/mvfst/portfile.cmake b/ports/mvfst/portfile.cmake index 16acf66fa5043f..fb6db09edd3d44 100644 --- a/ports/mvfst/portfile.cmake +++ b/ports/mvfst/portfile.cmake @@ -1,14 +1,11 @@ -vcpkg_fail_port_install(ON_TARGET "Windows") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebookincubator/mvfst - REF 531b935a + REF 531b935a SHA512 47683907e5c19aa7392bffc0f23378636e73e03bbbd598640d20042234a9385ac7ca2fb8202905e1c101713bfb3467df78b12fd1629ca83a3ccf2bae2f58a2e1 HEAD_REF main ) - vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS @@ -21,4 +18,3 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/mvfst) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) - diff --git a/ports/mvfst/vcpkg.json b/ports/mvfst/vcpkg.json index 7aec0054bd2489..e4033286ab8e34 100644 --- a/ports/mvfst/vcpkg.json +++ b/ports/mvfst/vcpkg.json @@ -1,6 +1,7 @@ { "name": "mvfst", "version": "0.1", + "port-version": 1, "description": "mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC protocol in C++ by Facebook.", "homepage": "https://github.com/facebookincubator/mvfst", "supports": "!windows", diff --git a/ports/nanogui/portfile.cmake b/ports/nanogui/portfile.cmake index 06c899c5e790ec..937c2c0a00d94e 100644 --- a/ports/nanogui/portfile.cmake +++ b/ports/nanogui/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO wjakob/nanogui @@ -22,4 +20,4 @@ vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/nanogui/vcpkg.json b/ports/nanogui/vcpkg.json index c4c7b43254aae1..f075b3dc6a87e2 100644 --- a/ports/nanogui/vcpkg.json +++ b/ports/nanogui/vcpkg.json @@ -1,7 +1,7 @@ { "name": "nanogui", - "version-string": "2019-09-23", - "port-version": 2, + "version-date": "2019-09-23", + "port-version": 3, "description": "NanoGUI is a minimalistic cross-platform widget library for OpenGL 3.x or higher.", "homepage": "https://github.com/wjakob/nanogui", "supports": "!uwp", diff --git a/ports/networkdirect-sdk/portfile.cmake b/ports/networkdirect-sdk/portfile.cmake index 2b97eb8a1a0215..bd378607f61318 100644 --- a/ports/networkdirect-sdk/portfile.cmake +++ b/ports/networkdirect-sdk/portfile.cmake @@ -1,6 +1,3 @@ -#only supports windows -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "linux" "osx") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_download_distfile(ARCHIVE diff --git a/ports/networkdirect-sdk/vcpkg.json b/ports/networkdirect-sdk/vcpkg.json index ec8ec3f989082f..8313f8f606db8e 100644 --- a/ports/networkdirect-sdk/vcpkg.json +++ b/ports/networkdirect-sdk/vcpkg.json @@ -1,7 +1,7 @@ { "name": "networkdirect-sdk", - "version-string": "2.0.1", - "port-version": 2, + "version": "2.0.1", + "port-version": 3, "description": "The Network Direct architecture allows hardware vendors to expose the advanced capabilities of their networking devices.", "homepage": "https://www.nuget.org/packages/NetworkDirect", "supports": "windows & (x64 | x86) & !uwp" diff --git a/ports/ngspice/portfile.cmake b/ports/ngspice/portfile.cmake index e128d737ec52cb..8702403700372c 100644 --- a/ports/ngspice/portfile.cmake +++ b/ports/ngspice/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP" ON_ARCH "arm" "arm64") - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) # ngspice produces self-contained DLLs @@ -66,19 +64,19 @@ if("codemodels" IN_LIST FEATURES) else() message(FATAL_ERROR "Unsupported target architecture") endif() - + #put the code models in the intended location file(GLOB NGSPICE_CODEMODELS_DEBUG ${BUILDTREE_PATH}/visualc/codemodels/${OUT_ARCH}/Debug/*.cm ) file(COPY ${NGSPICE_CODEMODELS_DEBUG} DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/ngspice) - + file(GLOB NGSPICE_CODEMODELS_RELEASE ${BUILDTREE_PATH}/visualc/codemodels/${OUT_ARCH}/Release/*.cm ) file(COPY ${NGSPICE_CODEMODELS_RELEASE} DESTINATION ${CURRENT_PACKAGES_DIR}/lib/ngspice) - - + + # copy over spinit (spice init) file(RENAME ${BUILDTREE_PATH}/visualc/spinit_all ${BUILDTREE_PATH}/visualc/spinit) file(COPY ${BUILDTREE_PATH}/visualc/spinit DESTINATION ${CURRENT_PACKAGES_DIR}/share/ngspice) diff --git a/ports/ngspice/vcpkg.json b/ports/ngspice/vcpkg.json index 1b6da85d1545cc..2025a7279343c6 100644 --- a/ports/ngspice/vcpkg.json +++ b/ports/ngspice/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ngspice", - "version-string": "35", + "version": "35", + "port-version": 1, "description": "Ngspice is a mixed-level/mixed-signal electronic circuit simulator. It is a successor of the latest stable release of Berkeley SPICE", "homepage": "http://ngspice.sourceforge.net/", "supports": "!(linux | osx | arm | uwp)", diff --git a/ports/nmslib/portfile.cmake b/ports/nmslib/portfile.cmake index 1ca78c8119ff73..a6f6a0bd4f2a79 100644 --- a/ports/nmslib/portfile.cmake +++ b/ports/nmslib/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/nmslib/vcpkg.json b/ports/nmslib/vcpkg.json index 1d53e2e02f4b6a..eb475f07dcdaa7 100644 --- a/ports/nmslib/vcpkg.json +++ b/ports/nmslib/vcpkg.json @@ -1,6 +1,7 @@ { "name": "nmslib", "version": "2.1.1", + "port-version": 1, "description": "Non-Metric Space Library (NMSLIB) is an efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces.", "homepage": "https://github.com/searchivarius/nmslib", "supports": "!(arm | uwp)", diff --git a/ports/nnpack/portfile.cmake b/ports/nnpack/portfile.cmake index 51432669a93dc8..9cde055f9337ce 100644 --- a/ports/nnpack/portfile.cmake +++ b/ports/nnpack/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Windows") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Maratyszcza/nnpack diff --git a/ports/nnpack/vcpkg.json b/ports/nnpack/vcpkg.json index a0e0a4ea211d7c..e039985aea5282 100644 --- a/ports/nnpack/vcpkg.json +++ b/ports/nnpack/vcpkg.json @@ -1,7 +1,7 @@ { "name": "nnpack", "version-date": "2021-02-21", - "port-version": 1, + "port-version": 2, "description": "Acceleration package for neural networks on multi-core CPUs", "homepage": "https://github.com/Maratyszcza/NNPACK", "supports": "linux & osx", diff --git a/ports/nvtt/portfile.cmake b/ports/nvtt/portfile.cmake index f235be2d0cde52..def4097606d321 100644 --- a/ports/nvtt/portfile.cmake +++ b/ports/nvtt/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/nvtt/vcpkg.json b/ports/nvtt/vcpkg.json index 24ad40926d3072..3e9688b2453f97 100644 --- a/ports/nvtt/vcpkg.json +++ b/ports/nvtt/vcpkg.json @@ -1,7 +1,7 @@ { "name": "nvtt", - "version-string": "2.1.2", - "port-version": 2, + "version": "2.1.2", + "port-version": 3, "description": "Texture processing tools with support for Direct3D 10 and 11 formats.", "homepage": "https://github.com/castano/nvidia-texture-tools", "supports": "!x86", diff --git a/ports/ocilib/portfile.cmake b/ports/ocilib/portfile.cmake index 139ccab3f4049f..350d7f2ec9e434 100644 --- a/ports/ocilib/portfile.cmake +++ b/ports/ocilib/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO vrogier/ocilib @@ -14,7 +12,7 @@ if(VCPKG_TARGET_IS_WINDOWS) else() set(PLATFORM x64) endif() - + # There is no debug configuration # As it is a C library, build the release configuration and copy its output to the debug folder set(VCPKG_BUILD_TYPE release) @@ -39,7 +37,7 @@ else() COPY_SOURCE AUTOCONFIG SOURCE_PATH "${SOURCE_PATH}" - OPTIONS + OPTIONS --with-oracle-import=runtime ) diff --git a/ports/ocilib/vcpkg.json b/ports/ocilib/vcpkg.json index 6c7a56a11c9a96..4bd3110228b3c9 100644 --- a/ports/ocilib/vcpkg.json +++ b/ports/ocilib/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ocilib", "version": "4.7.3", + "port-version": 1, "description": "OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.", "homepage": "https://vrogier.github.io/ocilib/", "supports": "!(arm | uwp)" diff --git a/ports/onednn/portfile.cmake b/ports/onednn/portfile.cmake index 964ed488c278e7..f254c4e3750ba6 100644 --- a/ports/onednn/portfile.cmake +++ b/ports/onednn/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO oneapi-src/oneDNN diff --git a/ports/onednn/vcpkg.json b/ports/onednn/vcpkg.json index c34f03429ef5cd..b06a952641a0f3 100644 --- a/ports/onednn/vcpkg.json +++ b/ports/onednn/vcpkg.json @@ -1,6 +1,7 @@ { "name": "onednn", "version-semver": "2.4.3", + "port-version": 1, "description": "oneAPI Deep Neural Network Library (oneDNN)", "homepage": "https://github.com/oneapi-src/oneDNN", "supports": "x64 & !uwp", diff --git a/ports/onnxruntime-gpu/portfile.cmake b/ports/onnxruntime-gpu/portfile.cmake index 524936ac26c74b..bce266e9433a52 100644 --- a/ports/onnxruntime-gpu/portfile.cmake +++ b/ports/onnxruntime-gpu/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm" ON_TARGET "UWP" "LINUX" "ANDROID" "FREEBSD" "OSX") - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) set(VERSION 1.5.1) diff --git a/ports/onnxruntime-gpu/vcpkg.json b/ports/onnxruntime-gpu/vcpkg.json index b656e7df3a0466..53723298a77e19 100644 --- a/ports/onnxruntime-gpu/vcpkg.json +++ b/ports/onnxruntime-gpu/vcpkg.json @@ -1,6 +1,7 @@ { "name": "onnxruntime-gpu", - "version-string": "1.5.1", + "version": "1.5.1", + "port-version": 1, "description": "onnxruntime (GPU)", "homepage": "https://github.com/microsoft/onnxruntime", "supports": "windows & !x86 & !uwp & !static & !arm" diff --git a/ports/openal-soft/portfile.cmake b/ports/openal-soft/portfile.cmake index 30c413ff43df8b..c090c7406671d4 100644 --- a/ports/openal-soft/portfile.cmake +++ b/ports/openal-soft/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO kcat/openal-soft diff --git a/ports/openal-soft/vcpkg.json b/ports/openal-soft/vcpkg.json index 8f86e6bd5946ac..4988f6635261d8 100644 --- a/ports/openal-soft/vcpkg.json +++ b/ports/openal-soft/vcpkg.json @@ -1,7 +1,7 @@ { "name": "openal-soft", "version-semver": "1.21.1", - "port-version": 3, + "port-version": 4, "description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.", "homepage": "https://github.com/kcat/openal-soft", "supports": "!uwp" diff --git a/ports/opencc/portfile.cmake b/ports/opencc/portfile.cmake index ad68c29b229203..f9d4a97fe740b3 100644 --- a/ports/opencc/portfile.cmake +++ b/ports/opencc/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO BYVoid/OpenCC @@ -49,5 +47,5 @@ endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) -vcpkg_fixup_pkgconfig() +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +vcpkg_fixup_pkgconfig() diff --git a/ports/opencc/vcpkg.json b/ports/opencc/vcpkg.json index 3645c6d13632e8..ef89e10e72b318 100644 --- a/ports/opencc/vcpkg.json +++ b/ports/opencc/vcpkg.json @@ -1,10 +1,10 @@ { "name": "opencc", - "version-string": "2020-04-26", - "port-version": 9, + "version-date": "2020-04-26", + "port-version": 10, "description": "A project for conversion between Traditional and Simplified Chinese", "homepage": "https://github.com/BYVoid/OpenCC", - "supports": "!(arm | arm64 | uwp)", + "supports": "!(arm | uwp)", "features": { "tools": { "description": "Build OpenCC command-line tools" diff --git a/ports/opencolorio/portfile.cmake b/ports/opencolorio/portfile.cmake index de8120a3a29274..c024129f0cd464 100644 --- a/ports/opencolorio/portfile.cmake +++ b/ports/opencolorio/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO AcademySoftwareFoundation/OpenColorIO diff --git a/ports/opencolorio/vcpkg.json b/ports/opencolorio/vcpkg.json index cfd5b7c8b2e30a..6bf6d0d3317342 100644 --- a/ports/opencolorio/vcpkg.json +++ b/ports/opencolorio/vcpkg.json @@ -1,6 +1,7 @@ { "name": "opencolorio", "version-semver": "2.1.1", + "port-version": 1, "description": "OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats.", "homepage": "https://opencolorio.org/", "supports": "!uwp", diff --git a/ports/openmpi/portfile.cmake b/ports/openmpi/portfile.cmake index 09c74688362c97..82b139a2add940 100644 --- a/ports/openmpi/portfile.cmake +++ b/ports/openmpi/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Windows" "UWP") - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) set(OpenMPI_FULL_VERSION "4.1.0") @@ -14,7 +12,7 @@ vcpkg_download_distfile(ARCHIVE vcpkg_extract_source_archive_ex( OUT_SOURCE_PATH SOURCE_PATH ARCHIVE ${ARCHIVE} - PATCHES + PATCHES keep_isystem.patch ) diff --git a/ports/openmpi/vcpkg.json b/ports/openmpi/vcpkg.json index 1d371474b2d917..d880ce0f1c13a4 100644 --- a/ports/openmpi/vcpkg.json +++ b/ports/openmpi/vcpkg.json @@ -1,7 +1,7 @@ { "name": "openmpi", "version": "4.1.0", - "port-version": 3, + "port-version": 4, "description": "The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.", "homepage": "https://www.open-mpi.org/", "supports": "!(windows | uwp)" diff --git a/ports/opensubdiv/portfile.cmake b/ports/opensubdiv/portfile.cmake index faa42c30907a1a..cb218ab17389d8 100644 --- a/ports/opensubdiv/portfile.cmake +++ b/ports/opensubdiv/portfile.cmake @@ -2,8 +2,6 @@ if (VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_IOS) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) endif() -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO PixarAnimationStudios/OpenSubdiv @@ -122,7 +120,7 @@ endif() # The header files are read only and can't remove when remove this port file(GLOB_RECURSE OSD_HDRS "${CURRENT_PACKAGES_DIR}/include/*.h") -file(CHMOD_RECURSE ${OSD_HDRS} +file(CHMOD_RECURSE ${OSD_HDRS} PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ GROUP_WRITE diff --git a/ports/opensubdiv/vcpkg.json b/ports/opensubdiv/vcpkg.json index f535d51b79b789..a94a9ea3465dcd 100644 --- a/ports/opensubdiv/vcpkg.json +++ b/ports/opensubdiv/vcpkg.json @@ -1,7 +1,7 @@ { "name": "opensubdiv", "version-semver": "3.4.3", - "port-version": 3, + "port-version": 4, "description": "An Open-Source subdivision surface library.", "homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv", "supports": "!arm & !uwp", diff --git a/ports/opentracing/portfile.cmake b/ports/opentracing/portfile.cmake index 61c1516cb3f201..9a6312e8f61621 100644 --- a/ports/opentracing/portfile.cmake +++ b/ports/opentracing/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET uwp) - if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic") set(LOCAL_OPTIONS -DBUILD_STATIC_LIBS=OFF diff --git a/ports/opentracing/vcpkg.json b/ports/opentracing/vcpkg.json index d61870038912f7..8061bc3d9c2749 100644 --- a/ports/opentracing/vcpkg.json +++ b/ports/opentracing/vcpkg.json @@ -1,7 +1,7 @@ { "name": "opentracing", - "version-string": "1.6.0", - "port-version": 1, + "version": "1.6.0", + "port-version": 2, "description": "C++ implementation of the OpenTracing API", "homepage": "https://opentracing.io", "supports": "!uwp" diff --git a/ports/openvr/portfile.cmake b/ports/openvr/portfile.cmake index 9b4b3d6505276c..1aef03e9cb73e1 100644 --- a/ports/openvr/portfile.cmake +++ b/ports/openvr/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "osx") vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( diff --git a/ports/openvr/vcpkg.json b/ports/openvr/vcpkg.json index 3a3b00bab4d153..3662ad5a011406 100644 --- a/ports/openvr/vcpkg.json +++ b/ports/openvr/vcpkg.json @@ -1,7 +1,7 @@ { "name": "openvr", - "version-string": "1.16.8", - "port-version": 1, + "version": "1.16.8", + "port-version": 2, "description": "an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting.", "homepage": "https://github.com/ValveSoftware/openvr", "supports": "!(arm | uwp | osx | android)" diff --git a/ports/pixel/portfile.cmake b/ports/pixel/portfile.cmake index 0b63c66f7ae867..39a773f3ea16ff 100644 --- a/ports/pixel/portfile.cmake +++ b/ports/pixel/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Windows") - if(VCPKG_TARGET_IS_LINUX) message(WARNING"${PORT} currently requires libglu1-mesa from the system package manager: This can be installed on Ubuntu systems via sudo apt install libglu1-mesa-dev") diff --git a/ports/pixel/vcpkg.json b/ports/pixel/vcpkg.json index df2963bc99ff8c..f88b55d63b0d00 100644 --- a/ports/pixel/vcpkg.json +++ b/ports/pixel/vcpkg.json @@ -1,7 +1,7 @@ { "name": "pixel", - "version-string": "0.3", - "port-version": 3, + "version": "0.3", + "port-version": 4, "description": "Simple 2D Graphics based on standard and portable OpenGL.", "homepage": "https://github.com/dascandy/pixel", "supports": "!windows", diff --git a/ports/plibsys/portfile.cmake b/ports/plibsys/portfile.cmake index c6ab653b60714c..777443c7be8912 100644 --- a/ports/plibsys/portfile.cmake +++ b/ports/plibsys/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO saprykin/plibsys @@ -31,5 +29,3 @@ vcpkg_copy_pdbs() configure_file(${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake ${CURRENT_PACKAGES_DIR}/share/${PORT}/vcpkg-cmake-wrapper.cmake @ONLY) file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) - - diff --git a/ports/plibsys/vcpkg.json b/ports/plibsys/vcpkg.json index 4960c01a26cb2c..fa95157d389b4d 100644 --- a/ports/plibsys/vcpkg.json +++ b/ports/plibsys/vcpkg.json @@ -1,7 +1,7 @@ { "name": "plibsys", - "version-string": "0.0.4", - "port-version": 5, + "version": "0.0.4", + "port-version": 6, "description": "Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more.", "homepage": "https://github.com/saprykin/plibsys", "supports": "!uwp" diff --git a/ports/pmdk/portfile.cmake b/ports/pmdk/portfile.cmake index 60d53e11a06c3f..dcda72d8cb0988 100644 --- a/ports/pmdk/portfile.cmake +++ b/ports/pmdk/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT) -vcpkg_fail_port_install(ON_ARCH "arm" "x86") - set(PMDK_VERSION "1.11.0") vcpkg_from_github( diff --git a/ports/pmdk/vcpkg.json b/ports/pmdk/vcpkg.json index b51a613f0ff579..75c6148dab219e 100644 --- a/ports/pmdk/vcpkg.json +++ b/ports/pmdk/vcpkg.json @@ -1,6 +1,7 @@ { "name": "pmdk", "version": "1.11.0", + "port-version": 1, "description": "Persistent Memory Development Kit", "homepage": "https://github.com/pmem/pmdk", "supports": "!(arm | x86)" diff --git a/ports/polyhook2/portfile.cmake b/ports/polyhook2/portfile.cmake index 5d638eb9a15d82..2058fab14c6403 100644 --- a/ports/polyhook2/portfile.cmake +++ b/ports/polyhook2/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "Linux" "OSX" "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stevemk14ebr/PolyHook_2_0 @@ -32,7 +30,7 @@ endif() vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} - PREFER_NINJA + PREFER_NINJA OPTIONS ${FEATURE_OPTIONS} -DPOLYHOOK_BUILD_SHARED_LIB=${BUILD_SHARED_LIB} -DPOLYHOOK_BUILD_STATIC_RUNTIME=${BUILD_STATIC_RUNTIME} diff --git a/ports/polyhook2/vcpkg.json b/ports/polyhook2/vcpkg.json index 252fb1a87217a2..2c1ed8f7201935 100644 --- a/ports/polyhook2/vcpkg.json +++ b/ports/polyhook2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "polyhook2", - "version-string": "2021-05-09", - "port-version": 1, + "version-date": "2021-05-09", + "port-version": 2, "description": "C++17, x86/x64 Hooking Library v2.0", "homepage": "https://github.com/stevemk14ebr/PolyHook_2_0", "supports": "!(arm | uwp | linux | osx)", diff --git a/ports/portaudio/portfile.cmake b/ports/portaudio/portfile.cmake index 30e9adfa0509a8..f80cace7922101 100644 --- a/ports/portaudio/portfile.cmake +++ b/ports/portaudio/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO PortAudio/portaudio diff --git a/ports/portaudio/vcpkg.json b/ports/portaudio/vcpkg.json index cbf20bfc6b01aa..581b35543097f9 100644 --- a/ports/portaudio/vcpkg.json +++ b/ports/portaudio/vcpkg.json @@ -1,7 +1,7 @@ { "name": "portaudio", "version": "19.7", - "port-version": 2, + "port-version": 3, "description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.", "homepage": "http://www.portaudio.com", "supports": "!uwp" diff --git a/ports/portmidi/portfile.cmake b/ports/portmidi/portfile.cmake index 61ebbba174f400..c6dd12b1cfd2dd 100644 --- a/ports/portmidi/portfile.cmake +++ b/ports/portmidi/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO PortMidi/portmidi diff --git a/ports/portmidi/vcpkg.json b/ports/portmidi/vcpkg.json index b24e07f9728103..4b2da518b3efcc 100644 --- a/ports/portmidi/vcpkg.json +++ b/ports/portmidi/vcpkg.json @@ -1,6 +1,7 @@ { "name": "portmidi", "version": "2.0.2", + "port-version": 1, "description": "PortMidi is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs.", "homepage": "https://github.com/PortMidi/portmidi", "license": "MIT", diff --git a/ports/portsmf/portfile.cmake b/ports/portsmf/portfile.cmake index 158094ee76c020..01370f7c2c9787 100644 --- a/ports/portsmf/portfile.cmake +++ b/ports/portsmf/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO tenacityteam/portsmf diff --git a/ports/portsmf/vcpkg.json b/ports/portsmf/vcpkg.json index c97b7711de8e7b..f3105391aa7917 100644 --- a/ports/portsmf/vcpkg.json +++ b/ports/portsmf/vcpkg.json @@ -1,6 +1,7 @@ { "name": "portsmf", "version": "0.238", + "port-version": 1, "description": "Portsmf is 'Port Standard MIDI File', a cross-platform, C++ library for reading and writing Standard MIDI Files.", "homepage": "https://github.com/tenacityteam/portsmf", "license": "MIT", diff --git a/ports/presentmon/portfile.cmake b/ports/presentmon/portfile.cmake index b6a00824bde1fd..a2c5dc041ba8b9 100644 --- a/ports/presentmon/portfile.cmake +++ b/ports/presentmon/portfile.cmake @@ -1,8 +1,6 @@ # The upstream doesn't export any symbols vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "linux" "osx" "uwp" "ios" "android" "freebsd") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GameTechDev/PresentMon diff --git a/ports/presentmon/vcpkg.json b/ports/presentmon/vcpkg.json index b4e05670cba237..daa764fddec5ad 100644 --- a/ports/presentmon/vcpkg.json +++ b/ports/presentmon/vcpkg.json @@ -1,6 +1,7 @@ { "name": "presentmon", "version-semver": "1.7.0", + "port-version": 1, "description": "PresentMon is a tool to capture and analyze ETW events related to swap chain presentation on Windows.", "supports": "windows & !uwp", "features": { diff --git a/ports/proxygen/portfile.cmake b/ports/proxygen/portfile.cmake index d2789572d9d96d..00876d611f0a22 100644 --- a/ports/proxygen/portfile.cmake +++ b/ports/proxygen/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Windows") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/proxygen diff --git a/ports/proxygen/vcpkg.json b/ports/proxygen/vcpkg.json index 2e8dd6606b95db..a6f07e5680109d 100644 --- a/ports/proxygen/vcpkg.json +++ b/ports/proxygen/vcpkg.json @@ -1,6 +1,7 @@ { "name": "proxygen", "version-string": "2021.06.14.00", + "port-version": 1, "description": "It comprises the core C++ HTTP abstractions used at Facebook.", "homepage": "https://github.com/facebook/proxygen", "supports": "!windows", diff --git a/ports/ptex/portfile.cmake b/ports/ptex/portfile.cmake index 6fe24666be5fa9..057dfc089d0542 100644 --- a/ports/ptex/portfile.cmake +++ b/ports/ptex/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(PTEX_VER 2.3.2) vcpkg_from_github( @@ -8,7 +6,7 @@ vcpkg_from_github( REF 1b8bc985a71143317ae9e4969fa08e164da7c2e5 SHA512 37f2df9ec195f3d69d9526d0dea6a93ef49d69287bfae6ccd9671477491502ea760ed14e3b206b4f488831ab728dc749847b7d176c9b8439fb58b0a0466fe6c5 HEAD_REF master - PATCHES + PATCHES fix-build.patch fix-config.cmake.patch ) diff --git a/ports/ptex/vcpkg.json b/ports/ptex/vcpkg.json index 355a40596ce1f7..636cea5191348c 100644 --- a/ports/ptex/vcpkg.json +++ b/ports/ptex/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ptex", "version": "2.3.2", - "port-version": 3, + "port-version": 4, "description": "Per-Face Texture Mapping for Production Rendering.", "homepage": "https://github.com/wdas/ptex", "supports": "!uwp", diff --git a/ports/qnnpack/portfile.cmake b/ports/qnnpack/portfile.cmake index 271bd11ca3b21c..673307bc479ad3 100644 --- a/ports/qnnpack/portfile.cmake +++ b/ports/qnnpack/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Windows") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pytorch/QNNPACK diff --git a/ports/qnnpack/vcpkg.json b/ports/qnnpack/vcpkg.json index 20b4aa0e3ab5eb..75ec67e2ac5a64 100644 --- a/ports/qnnpack/vcpkg.json +++ b/ports/qnnpack/vcpkg.json @@ -1,6 +1,7 @@ { "name": "qnnpack", "version-date": "2021-02-26", + "port-version": 1, "description": "Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators", "homepage": "https://github.com/pytorch/QNNPACK", "supports": "linux | osx", diff --git a/ports/quill/portfile.cmake b/ports/quill/portfile.cmake index 6bc0398c4240c5..3c5470d48aadd8 100644 --- a/ports/quill/portfile.cmake +++ b/ports/quill/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( @@ -32,4 +30,4 @@ vcpkg_fixup_pkgconfig() vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/quill/TweakMe.h" "// #define QUILL_FMT_EXTERNAL" "#define QUILL_FMT_EXTERNAL") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/quill/vcpkg.json b/ports/quill/vcpkg.json index 9057a3ec89ebd9..350321f5c48ff6 100644 --- a/ports/quill/vcpkg.json +++ b/ports/quill/vcpkg.json @@ -1,7 +1,7 @@ { "name": "quill", "version-semver": "1.6.3", - "port-version": 3, + "port-version": 4, "description": "C++14 Asynchronous Low Latency Logging Library", "homepage": "https://github.com/odygrd/quill/", "supports": "!(uwp | android)", diff --git a/ports/qwtw/portfile.cmake b/ports/qwtw/portfile.cmake index 27dd91786110de..5799b3d6f2d2d6 100644 --- a/ports/qwtw/portfile.cmake +++ b/ports/qwtw/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID" ON_ARCH "arm" "x86" ON_LIBRARY_LINKAGE "static") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ig-or/qwtw @@ -7,7 +5,7 @@ vcpkg_from_github( SHA512 de5abf26d0975b9f0ed88e10cd4d5b4d12e25cce8c87ab6a18d8e7064697de6fc8da83e118b5a4e2819c09e2dbbfd20daeecc6a42748c019c6699666276d075a HEAD_REF master ) - + vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA diff --git a/ports/qwtw/vcpkg.json b/ports/qwtw/vcpkg.json index 2fa18ec80dcf15..48653056420658 100644 --- a/ports/qwtw/vcpkg.json +++ b/ports/qwtw/vcpkg.json @@ -1,7 +1,7 @@ { "name": "qwtw", - "version-string": "3.1.0", - "port-version": 1, + "version": "3.1.0", + "port-version": 2, "description": "qwt-based 2D plotting library", "homepage": "https://github.com/ig-or/qwtw", "supports": "windows & x64 & !static", diff --git a/ports/raylib/portfile.cmake b/ports/raylib/portfile.cmake index a1a3ab0d99a152..f0a4f422160bea 100644 --- a/ports/raylib/portfile.cmake +++ b/ports/raylib/portfile.cmake @@ -1,6 +1,3 @@ -# https://github.com/raysan5/raylib/issues/388 -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - if(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_LINUX) message( "raylib currently requires the following libraries from the system package manager: diff --git a/ports/raylib/vcpkg.json b/ports/raylib/vcpkg.json index 4a27c41bfd2b24..74de9fc8603411 100644 --- a/ports/raylib/vcpkg.json +++ b/ports/raylib/vcpkg.json @@ -1,6 +1,7 @@ { "name": "raylib", "version-semver": "4.0.0", + "port-version": 1, "description": "A simple and easy-to-use library to enjoy videogames programming", "homepage": "https://github.com/raysan5/raylib", "supports": "!(arm | uwp)", diff --git a/ports/replxx/portfile.cmake b/ports/replxx/portfile.cmake index e9fc798467db64..140d7425ee8491 100644 --- a/ports/replxx/portfile.cmake +++ b/ports/replxx/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO AmokHuginnsson/replxx diff --git a/ports/replxx/vcpkg.json b/ports/replxx/vcpkg.json index 58c74968d9961a..e82e01326802c8 100644 --- a/ports/replxx/vcpkg.json +++ b/ports/replxx/vcpkg.json @@ -1,6 +1,7 @@ { "name": "replxx", "version": "0.0.4", + "port-version": 1, "description": "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.", "homepage": "https://github.com/AmokHuginnsson/replxx", "supports": "!uwp", diff --git a/ports/reproc/portfile.cmake b/ports/reproc/portfile.cmake index ec99b5112ac80b..572cce5fbd8d81 100644 --- a/ports/reproc/portfile.cmake +++ b/ports/reproc/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO DaanDeMeyer/reproc diff --git a/ports/reproc/vcpkg.json b/ports/reproc/vcpkg.json index a4f70dc794d782..7c499935597c2b 100644 --- a/ports/reproc/vcpkg.json +++ b/ports/reproc/vcpkg.json @@ -1,6 +1,7 @@ { "name": "reproc", "version": "14.2.4", + "port-version": 1, "description": "Cross-platform (C99/C++11) process library", "homepage": "https://github.com/DaanDeMeyer/reproc", "supports": "!uwp", diff --git a/ports/rhash/portfile.cmake b/ports/rhash/portfile.cmake index 76c03c58c05715..d80f7fce644365 100644 --- a/ports/rhash/portfile.cmake +++ b/ports/rhash/portfile.cmake @@ -1,6 +1,4 @@ set(RHASH_XVERSION 1.4.0) -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO rhash/RHash diff --git a/ports/rhash/vcpkg.json b/ports/rhash/vcpkg.json index 1cdb5fef020e94..252e0b0cf77a1e 100644 --- a/ports/rhash/vcpkg.json +++ b/ports/rhash/vcpkg.json @@ -1,7 +1,7 @@ { "name": "rhash", - "version-string": "1.4.0", - "port-version": 1, + "version": "1.4.0", + "port-version": 2, "description": "C library for computing a wide variety of hash sums", "homepage": "https://github.com/rhash/RHash", "supports": "!uwp" diff --git a/ports/rsasynccpp/portfile.cmake b/ports/rsasynccpp/portfile.cmake index 438f2cd8c49406..4fa5cbb8105bc6 100644 --- a/ports/rsasynccpp/portfile.cmake +++ b/ports/rsasynccpp/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "ANDROID" "FREEBSD" "OPENBSD") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( @@ -37,12 +36,12 @@ endif() vcpkg_install_msbuild( SOURCE_PATH ${SOURCE_PATH} PROJECT_SUBPATH RStein.AsyncCppLib.sln - LICENSE_SUBPATH LICENSE + LICENSE_SUBPATH LICENSE PLATFORM ${MSBUILD_PLATFORM} DEBUG_CONFIGURATION ${DEBUG_CONFIGURATION} - RELEASE_CONFIGURATION ${RELEASE_CONFIGURATION} + RELEASE_CONFIGURATION ${RELEASE_CONFIGURATION} ) file(COPY "${SOURCE_PATH}/RStein.AsyncCpp/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/asynccpp" - FILES_MATCHING PATTERN "*.h") \ No newline at end of file + FILES_MATCHING PATTERN "*.h") diff --git a/ports/rsasynccpp/vcpkg.json b/ports/rsasynccpp/vcpkg.json index f29d9388b49782..b74ead2502a87e 100644 --- a/ports/rsasynccpp/vcpkg.json +++ b/ports/rsasynccpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "rsasynccpp", "version": "0.0.7", + "port-version": 1, "maintainers": "Rene Stein ", "description": "Task Parallel Library (TPL)/dataflow/actors/async primitives for C++ based on C++ 20 coroutines.", "homepage": "https://github.com/renestein/Rstein.AsyncCpp", diff --git a/ports/rsm-binary-io/portfile.cmake b/ports/rsm-binary-io/portfile.cmake index 28c00b72e610db..bb14909cee9a9c 100644 --- a/ports/rsm-binary-io/portfile.cmake +++ b/ports/rsm-binary-io/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "OSX" "UWP") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/rsm-binary-io/vcpkg.json b/ports/rsm-binary-io/vcpkg.json index c353ba650f4b13..0c5c77eb66dd54 100644 --- a/ports/rsm-binary-io/vcpkg.json +++ b/ports/rsm-binary-io/vcpkg.json @@ -1,6 +1,7 @@ { "name": "rsm-binary-io", "version-semver": "2.0.4", + "port-version": 1, "description": "A binary i/o library for C++, without the agonizing pain", "homepage": "https://github.com/Ryan-rsm-McKenzie/binary_io", "documentation": "https://ryan-rsm-mckenzie.github.io/binary_io/", diff --git a/ports/rsm-mmio/portfile.cmake b/ports/rsm-mmio/portfile.cmake index a55ed8760c8e81..cec066167175f0 100644 --- a/ports/rsm-mmio/portfile.cmake +++ b/ports/rsm-mmio/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "OSX" "UWP") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/rsm-mmio/vcpkg.json b/ports/rsm-mmio/vcpkg.json index fa7d4f7da53b2d..b88664f9c89b99 100644 --- a/ports/rsm-mmio/vcpkg.json +++ b/ports/rsm-mmio/vcpkg.json @@ -1,7 +1,7 @@ { "name": "rsm-mmio", "version-semver": "1.1.0", - "port-version": 1, + "port-version": 2, "description": "A cross-platform memory-mapped io library for C++ ", "homepage": "https://github.com/Ryan-rsm-McKenzie/mmio", "supports": "!osx & !uwp", diff --git a/ports/rtlsdr/portfile.cmake b/ports/rtlsdr/portfile.cmake index fdf48429032381..472dbe0989666d 100644 --- a/ports/rtlsdr/portfile.cmake +++ b/ports/rtlsdr/portfile.cmake @@ -1,8 +1,3 @@ -vcpkg_fail_port_install( - ON_TARGET "uwp" "linux" "osx" "android" "freebsd" - ON_ARCH "arm" "arm64" -) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO osmocom/rtl-sdr diff --git a/ports/rtlsdr/vcpkg.json b/ports/rtlsdr/vcpkg.json index 1dbd2b0da36b13..3680d31284b3cc 100644 --- a/ports/rtlsdr/vcpkg.json +++ b/ports/rtlsdr/vcpkg.json @@ -1,7 +1,7 @@ { "name": "rtlsdr", - "version-string": "2020-04-16", - "port-version": 2, + "version-date": "2020-04-16", + "port-version": 3, "description": "rtl-sdr is a library that turns your Realtek RTL2832 based DVB dongle into a SDR receiver", "homepage": "https://osmocom.org/projects/rtl-sdr", "supports": "windows & (x86 | x64)", diff --git a/ports/rtmidi/portfile.cmake b/ports/rtmidi/portfile.cmake index 8d1316ff68cc12..9b57212c46f90f 100644 --- a/ports/rtmidi/portfile.cmake +++ b/ports/rtmidi/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - # Upstream uses CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS, which causes issues # https://github.com/thestk/rtmidi/blob/4.0.0/CMakeLists.txt#L20 vcpkg_check_linkage(ONLY_STATIC_LIBRARY) diff --git a/ports/rtmidi/vcpkg.json b/ports/rtmidi/vcpkg.json index 82d6c482c962b6..73280aa86fec0a 100644 --- a/ports/rtmidi/vcpkg.json +++ b/ports/rtmidi/vcpkg.json @@ -1,7 +1,7 @@ { "name": "rtmidi", "version-semver": "4.0.0", - "port-version": 3, + "port-version": 4, "description": "A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)", "homepage": "https://github.com/thestk/rtmidi", "supports": "!uwp" diff --git a/ports/rxspencer/portfile.cmake b/ports/rxspencer/portfile.cmake index 92e4fd31f06530..b4ce794d01af94 100644 --- a/ports/rxspencer/portfile.cmake +++ b/ports/rxspencer/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO garyhouston/rxspencer @@ -12,7 +10,7 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" BUILD_SHARED) vcpkg_cmake_configure( SOURCE_PATH ${SOURCE_PATH} - OPTIONS + OPTIONS -DCMAKE_CONFIG_DEST=share/rxspencer -Drxshared=${BUILD_SHARED} ) diff --git a/ports/rxspencer/vcpkg.json b/ports/rxspencer/vcpkg.json index a4fef35bebbabf..41b863e25f4f35 100644 --- a/ports/rxspencer/vcpkg.json +++ b/ports/rxspencer/vcpkg.json @@ -1,6 +1,7 @@ { "name": "rxspencer", "version": "3.9.0", + "port-version": 1, "description": "Henry Spencer's BSD regular expression library.", "homepage": "https://garyhouston.github.io/regex/", "supports": "!uwp", diff --git a/ports/ryu/portfile.cmake b/ports/ryu/portfile.cmake index 332de8d31a5311..c37850966d7c22 100644 --- a/ports/ryu/portfile.cmake +++ b/ports/ryu/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ulfjack/ryu @@ -26,9 +24,9 @@ vcpkg_execute_build_process( if (CMAKE_HOST_WIN32) file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/ryu.lib DESTINATION ${CURRENT_PACKAGES_DIR}/lib/) - file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/ryu.lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/) + file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/ryu.lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/) file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/ryu_printf.lib DESTINATION ${CURRENT_PACKAGES_DIR}/lib/) - file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/ryu_printf.lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/) + file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/ryu_printf.lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/) else() file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/libryu.a DESTINATION ${CURRENT_PACKAGES_DIR}/lib/) file(INSTALL ${SOURCE_PATH}/bazel-bin/ryu/libryu.a DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib/) diff --git a/ports/ryu/vcpkg.json b/ports/ryu/vcpkg.json index 52d1ea6d76beb9..19096019b87eba 100644 --- a/ports/ryu/vcpkg.json +++ b/ports/ryu/vcpkg.json @@ -1,7 +1,7 @@ { "name": "ryu", - "version-string": "2.0", - "port-version": 5, + "version": "2.0", + "port-version": 6, "description": "Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.", "homepage": "https://github.com/ulfjack/ryu", "supports": "!(uwp | arm | x86)" diff --git a/ports/s2geometry/portfile.cmake b/ports/s2geometry/portfile.cmake index f15e3bcb58fe76..8eeeccaf1be23e 100644 --- a/ports/s2geometry/portfile.cmake +++ b/ports/s2geometry/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Windows") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/s2geometry diff --git a/ports/s2geometry/vcpkg.json b/ports/s2geometry/vcpkg.json index 2f2a949b2dca5e..e6f274b11f3bd3 100644 --- a/ports/s2geometry/vcpkg.json +++ b/ports/s2geometry/vcpkg.json @@ -1,6 +1,7 @@ { "name": "s2geometry", "version": "0.9.0", + "port-version": 1, "description": "S2 is a library for spherical geometry that aims to have the same robustness, flexibility, and performance as the very best planar geometry libraries.", "homepage": "https://s2geometry.io", "supports": "!windows", diff --git a/ports/sbp/portfile.cmake b/ports/sbp/portfile.cmake index 219a548793bbaf..d345735fc2e8f0 100644 --- a/ports/sbp/portfile.cmake +++ b/ports/sbp/portfile.cmake @@ -1,7 +1,5 @@ # Windows shared libraries are not supported yet # See https://github.com/swift-nav/libsbp/issues/1062 -vcpkg_fail_port_install(ON_TARGET "uwp") - if(VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) endif() diff --git a/ports/sbp/vcpkg.json b/ports/sbp/vcpkg.json index 248dc3139e1ca0..ca94345d428677 100644 --- a/ports/sbp/vcpkg.json +++ b/ports/sbp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "sbp", "version-semver": "3.4.10", + "port-version": 1, "description": "Swift Navigation Binary Protocol (SBP) is a binary protocol for communicating GNSS data used by Piksi devices.", "homepage": "https://github.com/swift-nav/libsbp", "documentation": "https://support.swiftnav.com/support/solutions/articles/44001850782-swift-binary-protocol", diff --git a/ports/scintilla/portfile.cmake b/ports/scintilla/portfile.cmake index d1e1f1b77631c3..50d61e642baf6c 100644 --- a/ports/scintilla/portfile.cmake +++ b/ports/scintilla/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP") - vcpkg_download_distfile(ARCHIVE URLS "https://www.scintilla.org/scintilla446.zip" FILENAME "scintilla446.zip" diff --git a/ports/scintilla/vcpkg.json b/ports/scintilla/vcpkg.json index c223db6a0bc996..2a934dc634bcc6 100644 --- a/ports/scintilla/vcpkg.json +++ b/ports/scintilla/vcpkg.json @@ -1,6 +1,7 @@ { "name": "scintilla", "version": "4.4.6", + "port-version": 1, "description": "A free source code editing component for Win32, GTK+, and OS X", "homepage": "https://www.scintilla.org/", "supports": "!(uwp | linux | osx)" diff --git a/ports/sdformat6/portfile.cmake b/ports/sdformat6/portfile.cmake index 8818b2be88088e..5030c404e764e2 100644 --- a/ports/sdformat6/portfile.cmake +++ b/ports/sdformat6/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO osrf/sdformat diff --git a/ports/sdformat6/vcpkg.json b/ports/sdformat6/vcpkg.json index f1ee8fccbabffe..efece34f4559a0 100644 --- a/ports/sdformat6/vcpkg.json +++ b/ports/sdformat6/vcpkg.json @@ -1,7 +1,7 @@ { "name": "sdformat6", "version": "6.2.0", - "port-version": 4, + "port-version": 5, "description": "Simulation Description Format (SDF) parser and description files.", "homepage": "http://sdformat.org/", "supports": "!(arm | uwp)", diff --git a/ports/simage/portfile.cmake b/ports/simage/portfile.cmake index 6cf59953b934c8..8e451405557284 100644 --- a/ports/simage/portfile.cmake +++ b/ports/simage/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(SIMAGE_VERSION 1.8.1) vcpkg_from_github( diff --git a/ports/simage/vcpkg.json b/ports/simage/vcpkg.json index e01f4629d33962..784879b1a815c7 100644 --- a/ports/simage/vcpkg.json +++ b/ports/simage/vcpkg.json @@ -1,7 +1,7 @@ { "name": "simage", "version-semver": "1.8.1", - "port-version": 3, + "port-version": 4, "description": "Image file format library abstraction layer", "homepage": "https://github.com/coin3d/simage", "supports": "!uwp", diff --git a/ports/skia/portfile.cmake b/ports/skia/portfile.cmake index 91e407805d7f1e..72f5ed140a2d1a 100644 --- a/ports/skia/portfile.cmake +++ b/ports/skia/portfile.cmake @@ -1,7 +1,3 @@ -vcpkg_fail_port_install( - ON_ARCH "x86" "arm" "arm64" - ON_TARGET "UWP" "LINUX" "ANDROID" "FREEBSD") - vcpkg_from_git( OUT_SOURCE_PATH SOURCE_PATH URL https://skia.googlesource.com/skia.git @@ -13,7 +9,7 @@ function(checkout_in_path PATH URL REF) if(EXISTS "${PATH}") return() endif() - + vcpkg_from_git( OUT_SOURCE_PATH DEP_SOURCE_PATH URL "${URL}" @@ -51,7 +47,7 @@ function(cmake_to_gn_list OUTPUT_ INPUT_) set(${OUTPUT_} "[]" PARENT_SCOPE) else() string(REPLACE ";" "\",\"" TEMP "${INPUT_}") - set(${OUTPUT_} "[\"${TEMP}\"]" PARENT_SCOPE) + set(${OUTPUT_} "[\"${TEMP}\"]" PARENT_SCOPE) endif() endfunction() @@ -102,8 +98,8 @@ replace_skia_dep(harfbuzz "/include/harfbuzz" "harfbuzz-icu" "harfbuzz-icu" "") replace_skia_dep(icu "/include" "icuuc,icuucd" "icuuc" "U_USING_ICU_NAMESPACE=0") replace_skia_dep(libjpeg-turbo "/include" "jpeg,jpegd;turbojpeg,turbojpegd" "jpeg;turbojpeg" "") replace_skia_dep(libpng "/include" "libpng16,libpng16d" "libpng16" "") -replace_skia_dep(libwebp "/include" - "webp,webpd;webpdemux,webpdemuxd;webpdecoder,webpdecoderd;libwebpmux,libwebpmuxd" +replace_skia_dep(libwebp "/include" + "webp,webpd;webpdemux,webpdemuxd;webpdecoder,webpdecoderd;libwebpmux,libwebpmuxd" "webp;webpdemux;webpdecoder;libwebpmux" "") replace_skia_dep(zlib "/include" "z,zlib,zlibd" "z,zlib" "") @@ -176,11 +172,11 @@ vcpkg_install_gn( ) message(STATUS "Installing: ${CURRENT_PACKAGES_DIR}/include/${PORT}") -file(COPY "${SOURCE_PATH}/include" +file(COPY "${SOURCE_PATH}/include" DESTINATION "${CURRENT_PACKAGES_DIR}/include") -file(RENAME "${CURRENT_PACKAGES_DIR}/include/include" +file(RENAME "${CURRENT_PACKAGES_DIR}/include/include" "${CURRENT_PACKAGES_DIR}/include/${PORT}") -file(GLOB_RECURSE SKIA_INCLUDE_FILES LIST_DIRECTORIES false +file(GLOB_RECURSE SKIA_INCLUDE_FILES LIST_DIRECTORIES false "${CURRENT_PACKAGES_DIR}/include/${PORT}/*") foreach(file_ ${SKIA_INCLUDE_FILES}) vcpkg_replace_string("${file_}" "#include \"include/" "#include \"${PORT}/") diff --git a/ports/skia/vcpkg.json b/ports/skia/vcpkg.json index 0732b731783c0a..391163edd6e854 100644 --- a/ports/skia/vcpkg.json +++ b/ports/skia/vcpkg.json @@ -1,7 +1,7 @@ { "name": "skia", "version-date": "2020-05-18", - "port-version": 6, + "port-version": 7, "description": [ "Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms.", "It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products.", diff --git a/ports/sleef/portfile.cmake b/ports/sleef/portfile.cmake index ce37b7ce7e4f40..77dddf19c86b9b 100644 --- a/ports/sleef/portfile.cmake +++ b/ports/sleef/portfile.cmake @@ -1,8 +1,3 @@ -# x86: Reports ICE(Internal Compiler Error) for x86-windows/release. -# see ${SOURCE_PATH}/src/libm/sleefsimddp.c -# uwp: codegen fails -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO shibatch/sleef diff --git a/ports/sleef/vcpkg.json b/ports/sleef/vcpkg.json index dcd74f6fc96250..5c12aaf36da7aa 100644 --- a/ports/sleef/vcpkg.json +++ b/ports/sleef/vcpkg.json @@ -1,6 +1,7 @@ { "name": "sleef", "version": "3.5.1", + "port-version": 1, "description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT", "homepage": "https://sleef.org/", "license": "BSL-1.0", diff --git a/ports/slikenet/portfile.cmake b/ports/slikenet/portfile.cmake index ba5ef493feef65..74572911d45917 100644 --- a/ports/slikenet/portfile.cmake +++ b/ports/slikenet/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO SLikeSoft/SLikeNet diff --git a/ports/slikenet/vcpkg.json b/ports/slikenet/vcpkg.json index 158a28c4851c81..fa74ed5946464d 100644 --- a/ports/slikenet/vcpkg.json +++ b/ports/slikenet/vcpkg.json @@ -1,6 +1,7 @@ { "name": "slikenet", "version-date": "2021-06-07", + "port-version": 1, "description": "SLikeNetT is an Open Source/Free Software cross-platform network engine written in C++ and specifially designed for games (and applications which have comparable requirements on a network engine like games) building upon the discontinued RakNet network engine which had more than 13 years of active development.", "homepage": "https://github.com/SLikeSoft/SLikeNet", "supports": "!uwp", diff --git a/ports/sockpp/portfile.cmake b/ports/sockpp/portfile.cmake index 19b43486e3ce73..c88f689bf65867 100644 --- a/ports/sockpp/portfile.cmake +++ b/ports/sockpp/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/sockpp/vcpkg.json b/ports/sockpp/vcpkg.json index d17daad6d06e20..d04916951653fc 100644 --- a/ports/sockpp/vcpkg.json +++ b/ports/sockpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "sockpp", - "version-string": "0.7", - "port-version": 1, + "version": "0.7", + "port-version": 2, "description": "Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.", "homepage": "https://github.com/fpagliughi/sockpp", "supports": "!uwp" diff --git a/ports/soem/portfile.cmake b/ports/soem/portfile.cmake index e80e64a3e1e5d8..069e4056285fb8 100644 --- a/ports/soem/portfile.cmake +++ b/ports/soem/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/soem/vcpkg.json b/ports/soem/vcpkg.json index ffa002687d1149..8b4dcaab7ec06d 100644 --- a/ports/soem/vcpkg.json +++ b/ports/soem/vcpkg.json @@ -1,7 +1,7 @@ { "name": "soem", - "version-string": "1.4.0", - "port-version": 2, + "version": "1.4.0", + "port-version": 3, "description": "Simple Open Source EtherCAT Master", "homepage": "https://github.com/OpenEtherCATsociety/SOEM", "supports": "!uwp", diff --git a/ports/soil/portfile.cmake b/ports/soil/portfile.cmake index 8c259bfb305b55..4d591dbe19df6e 100644 --- a/ports/soil/portfile.cmake +++ b/ports/soil/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO paralin/soil diff --git a/ports/soil/vcpkg.json b/ports/soil/vcpkg.json index 8920b977bbabe7..11ef3473b0921d 100644 --- a/ports/soil/vcpkg.json +++ b/ports/soil/vcpkg.json @@ -1,6 +1,7 @@ { "name": "soil", "version-date": "2021-04-22", + "port-version": 1, "description": "SOIL is a tiny C library used primarily for uploading textures into OpenGL.", "homepage": "https://github.com/paralin/soil", "supports": "!uwp" diff --git a/ports/soundtouch/portfile.cmake b/ports/soundtouch/portfile.cmake index 36217c43bea3a3..0e2ad0626abe82 100644 --- a/ports/soundtouch/portfile.cmake +++ b/ports/soundtouch/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH GITHUB_HOST https://codeberg.org diff --git a/ports/soundtouch/vcpkg.json b/ports/soundtouch/vcpkg.json index 5bfd5d29530da6..645d9b39162f9b 100644 --- a/ports/soundtouch/vcpkg.json +++ b/ports/soundtouch/vcpkg.json @@ -1,7 +1,7 @@ { "name": "soundtouch", "version": "2.3.1", - "port-version": 1, + "port-version": 2, "description": "SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.", "homepage": "https://www.surina.net/soundtouch", "supports": "!uwp", diff --git a/ports/sqlcipher/portfile.cmake b/ports/sqlcipher/portfile.cmake index 141503804af583..093d09d58f2475 100644 --- a/ports/sqlcipher/portfile.cmake +++ b/ports/sqlcipher/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) -vcpkg_fail_port_install( ON_TARGET "UWP" "OSX" "Linux") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO sqlcipher/sqlcipher diff --git a/ports/sqlcipher/vcpkg.json b/ports/sqlcipher/vcpkg.json index 4ec446da567aee..c7506fae5b278e 100644 --- a/ports/sqlcipher/vcpkg.json +++ b/ports/sqlcipher/vcpkg.json @@ -1,6 +1,7 @@ { "name": "sqlcipher", "version": "4.5.0", + "port-version": 1, "description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage.", "homepage": "https://www.zetetic.net/sqlcipher", "supports": "windows & !uwp & !static", diff --git a/ports/starlink-ast/portfile.cmake b/ports/starlink-ast/portfile.cmake index 61d647b66f9881..058b37badff5ac 100644 --- a/ports/starlink-ast/portfile.cmake +++ b/ports/starlink-ast/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "Linux" "OSX") - vcpkg_download_distfile(ARCHIVE URLS "https://github.com/Starlink/ast/releases/download/v9.2.7/ast-9.2.7.tar.gz" FILENAME "ast-9.2.7.tar.gz" @@ -8,7 +6,7 @@ vcpkg_download_distfile(ARCHIVE vcpkg_extract_source_archive_ex( OUT_SOURCE_PATH SOURCE_PATH - ARCHIVE ${ARCHIVE} + ARCHIVE ${ARCHIVE} ) set(CONFIGURE_OPTIONS diff --git a/ports/starlink-ast/vcpkg.json b/ports/starlink-ast/vcpkg.json index 9df5bca036ebf2..5acdf6d3d990db 100644 --- a/ports/starlink-ast/vcpkg.json +++ b/ports/starlink-ast/vcpkg.json @@ -1,6 +1,7 @@ { "name": "starlink-ast", "version": "9.2.7", + "port-version": 1, "description": "The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it", "homepage": "https://starlink.eao.hawaii.edu/starlink/AST", "supports": "windows", diff --git a/ports/superlu/portfile.cmake b/ports/superlu/portfile.cmake index 3d21ec510ff9da..7b4f8d25a2c1f8 100644 --- a/ports/superlu/portfile.cmake +++ b/ports/superlu/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO xiaoyeli/superlu diff --git a/ports/superlu/vcpkg.json b/ports/superlu/vcpkg.json index 08b6be02a71cb7..fc100ad2e540fd 100644 --- a/ports/superlu/vcpkg.json +++ b/ports/superlu/vcpkg.json @@ -1,7 +1,7 @@ { "name": "superlu", - "version-string": "2020-01-07", - "port-version": 4, + "version-date": "2020-01-07", + "port-version": 5, "description": "Supernodal sparse direct solver.", "homepage": "https://github.com/xiaoyeli/superlu", "supports": "!(uwp | arm)", diff --git a/ports/tbb/portfile.cmake b/ports/tbb/portfile.cmake index bf65511b788943..048349e53c32b3 100644 --- a/ports/tbb/portfile.cmake +++ b/ports/tbb/portfile.cmake @@ -1,7 +1,3 @@ -if (NOT VCPKG_TARGET_IS_LINUX AND NOT VCPKG_TARGET_IS_OSX) - vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "uwp") -endif() - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO oneapi-src/oneTBB diff --git a/ports/tbb/vcpkg.json b/ports/tbb/vcpkg.json index 101e41bd7b5b17..48b996974fc3d7 100644 --- a/ports/tbb/vcpkg.json +++ b/ports/tbb/vcpkg.json @@ -1,7 +1,7 @@ { "name": "tbb", "version-string": "2020_U3", - "port-version": 6, + "port-version": 7, "description": "Intel's Threading Building Blocks.", "homepage": "https://github.com/01org/tbb", "supports": "!(uwp | arm | arm64) | linux | osx" diff --git a/ports/teemo/portfile.cmake b/ports/teemo/portfile.cmake index c097389de02e39..6d0a1a7ee6a7bd 100644 --- a/ports/teemo/portfile.cmake +++ b/ports/teemo/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP" "osx") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO winsoft666/teemo diff --git a/ports/teemo/vcpkg.json b/ports/teemo/vcpkg.json index 49835d203a0a4c..ed999e2ebac17a 100644 --- a/ports/teemo/vcpkg.json +++ b/ports/teemo/vcpkg.json @@ -1,6 +1,7 @@ { "name": "teemo", "version": "2.6", + "port-version": 1, "maintainers": "winsoft666 ", "description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.", "homepage": "https://github.com/winsoft666/teemo", diff --git a/ports/tensorflow-cc/portfile.cmake b/ports/tensorflow-cc/portfile.cmake index 4cf12cf527545a..ee9926b15d5e8a 100644 --- a/ports/tensorflow-cc/portfile.cmake +++ b/ports/tensorflow-cc/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm" ON_TARGET "UWP") - if(VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) endif() diff --git a/ports/tensorflow-cc/vcpkg.json b/ports/tensorflow-cc/vcpkg.json index ad074c8b03e1ac..9bb69848cd3cde 100644 --- a/ports/tensorflow-cc/vcpkg.json +++ b/ports/tensorflow-cc/vcpkg.json @@ -1,7 +1,7 @@ { "name": "tensorflow-cc", "version-semver": "2.7.0", - "port-version": 1, + "port-version": 2, "description": "Library for computation using data flow graphs for scalable machine learning (C++ API version)", "homepage": "https://github.com/tensorflow/tensorflow", "supports": "!(x86 | arm | uwp)", diff --git a/ports/tensorflow/portfile.cmake b/ports/tensorflow/portfile.cmake index fac0e9adae74bb..1782730f9b409e 100644 --- a/ports/tensorflow/portfile.cmake +++ b/ports/tensorflow/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm" ON_TARGET "uwp") - set(TF_LIB_SUFFIX "") set(TF_PORT_SUFFIX "") set(TF_INCLUDE_DIRS "\${TENSORFLOW_INSTALL_PREFIX}/include") diff --git a/ports/tensorflow/vcpkg.json b/ports/tensorflow/vcpkg.json index 18801c70c99c7a..2c00ec901f0df2 100644 --- a/ports/tensorflow/vcpkg.json +++ b/ports/tensorflow/vcpkg.json @@ -1,7 +1,7 @@ { "name": "tensorflow", "version-semver": "2.7.0", - "port-version": 1, + "port-version": 2, "description": "Library for computation using data flow graphs for scalable machine learning (C API version)", "homepage": "https://github.com/tensorflow/tensorflow", "supports": "!(x86 | arm | uwp)", diff --git a/ports/tensorpipe/portfile.cmake b/ports/tensorpipe/portfile.cmake index d6e941d72f4d80..b81a37c89117b7 100644 --- a/ports/tensorpipe/portfile.cmake +++ b/ports/tensorpipe/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "windows" "uwp") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/tensorpipe/vcpkg.json b/ports/tensorpipe/vcpkg.json index 82971d8ad4a6d4..3ddcb1d5a2b1fa 100644 --- a/ports/tensorpipe/vcpkg.json +++ b/ports/tensorpipe/vcpkg.json @@ -1,6 +1,7 @@ { "name": "tensorpipe", "version-date": "2021-04-26", + "port-version": 1, "description": "A tensor-aware point-to-point communication primitive for machine learning", "homepage": "https://github.com/pytorch/tensorpipe", "supports": "linux | osx", diff --git a/ports/tfhe/portfile.cmake b/ports/tfhe/portfile.cmake index fc06a54a600b4f..6eb77f140cf0d6 100644 --- a/ports/tfhe/portfile.cmake +++ b/ports/tfhe/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports Unix" ON_TARGET "Windows") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO tfhe/tfhe diff --git a/ports/tfhe/vcpkg.json b/ports/tfhe/vcpkg.json index 73898248b8f2d9..9749d5d1c101ba 100644 --- a/ports/tfhe/vcpkg.json +++ b/ports/tfhe/vcpkg.json @@ -1,7 +1,7 @@ { "name": "tfhe", "version-semver": "1.0.1", - "port-version": 2, + "port-version": 3, "description": "TFHE is open-source software distributed under the terms of the Apache 2.0 license.", "homepage": "https://github.com/tfhe/tfhe", "supports": "!windows" diff --git a/ports/tinkerforge/portfile.cmake b/ports/tinkerforge/portfile.cmake index cfc5c3989075b9..96f561ae5e91e1 100644 --- a/ports/tinkerforge/portfile.cmake +++ b/ports/tinkerforge/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - set(VERSION 2_1_25) vcpkg_download_distfile(ARCHIVE diff --git a/ports/tinkerforge/vcpkg.json b/ports/tinkerforge/vcpkg.json index 6590a57f116195..bc809a76a17af5 100644 --- a/ports/tinkerforge/vcpkg.json +++ b/ports/tinkerforge/vcpkg.json @@ -1,7 +1,7 @@ { "name": "tinkerforge", - "version-string": "2.1.25", - "port-version": 1, + "version": "2.1.25", + "port-version": 2, "description": "Tinkerforge C API bindings for bricks and bricklets", "supports": "!uwp" } diff --git a/ports/tinyfiledialogs/portfile.cmake b/ports/tinyfiledialogs/portfile.cmake index 10929dec1d0501..b93dec69f4f23c 100644 --- a/ports/tinyfiledialogs/portfile.cmake +++ b/ports/tinyfiledialogs/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_git( diff --git a/ports/tinyfiledialogs/vcpkg.json b/ports/tinyfiledialogs/vcpkg.json index 6bc220ee0eac32..ca44d2c9e5983a 100644 --- a/ports/tinyfiledialogs/vcpkg.json +++ b/ports/tinyfiledialogs/vcpkg.json @@ -1,7 +1,7 @@ { "name": "tinyfiledialogs", "version": "3.8.8", - "port-version": 3, + "port-version": 4, "description": "Highly portable and cross-platform dialogs for native inputbox, passwordbox, colorpicker and more", "homepage": "https://sourceforge.net/projects/tinyfiledialogs/", "supports": "!uwp", diff --git a/ports/triangle/portfile.cmake b/ports/triangle/portfile.cmake index 38b027986b68f3..15f027c2cd2b36 100644 --- a/ports/triangle/portfile.cmake +++ b/ports/triangle/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_download_distfile(ARCHIVE_FILE URLS "http://www.netlib.org/voronoi/triangle.zip" FILENAME "triangle.zip" diff --git a/ports/triangle/vcpkg.json b/ports/triangle/vcpkg.json index 816f5015221ca4..29cd78867285e5 100644 --- a/ports/triangle/vcpkg.json +++ b/ports/triangle/vcpkg.json @@ -1,7 +1,7 @@ { "name": "triangle", - "version-string": "1.6", - "port-version": 1, + "version": "1.6", + "port-version": 2, "description": "A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.", "homepage": "http://www.cs.cmu.edu/~quake/triangle.html", "supports": "!uwp" diff --git a/ports/ttauri/portfile.cmake b/ports/ttauri/portfile.cmake index b2878a2d263173..52eeca7babc609 100644 --- a/ports/ttauri/portfile.cmake +++ b/ports/ttauri/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm" "arm64") -vcpkg_fail_port_install(ON_TARGET "linux" "uwp" "osx") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( diff --git a/ports/ttauri/vcpkg.json b/ports/ttauri/vcpkg.json index 5bc11e747c8c7b..b59bd25f4c94a8 100644 --- a/ports/ttauri/vcpkg.json +++ b/ports/ttauri/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ttauri", "version": "0.5.0", + "port-version": 1, "maintainers": "@takev", "description": "A portable, low latency, retained-mode GUI framework written in C++.", "homepage": "https://github.com/ttauri-project/ttauri", diff --git a/ports/tvision/portfile.cmake b/ports/tvision/portfile.cmake index c8f42021d83bf5..4df140166bb0e2 100644 --- a/ports/tvision/portfile.cmake +++ b/ports/tvision/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO magiblot/tvision @@ -20,4 +18,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT}) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") -file(INSTALL "${SOURCE_PATH}/COPYRIGHT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/COPYRIGHT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/tvision/vcpkg.json b/ports/tvision/vcpkg.json index 4e1f52a18962ce..9d2af79cc2e833 100644 --- a/ports/tvision/vcpkg.json +++ b/ports/tvision/vcpkg.json @@ -1,6 +1,7 @@ { "name": "tvision", "version-date": "2021-08-10", + "port-version": 1, "description": "A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces.", "homepage": "https://github.com/magiblot/tvision", "license": "MIT", diff --git a/ports/usd/portfile.cmake b/ports/usd/portfile.cmake index 6abb5c15e33930..58d328ea87db75 100644 --- a/ports/usd/portfile.cmake +++ b/ports/usd/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86") - # Don't file if the bin folder exists. We need exe and custom files. SET(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/ports/usd/vcpkg.json b/ports/usd/vcpkg.json index e284433ec8fbb2..dd308fe5d8a1be 100644 --- a/ports/usd/vcpkg.json +++ b/ports/usd/vcpkg.json @@ -1,7 +1,7 @@ { "name": "usd", "version-string": "20.08", - "port-version": 1, + "port-version": 2, "description": "Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications.", "homepage": "https://github.com/PixarAnimationStudios/USD", "supports": "!x86", diff --git a/ports/uthenticode/portfile.cmake b/ports/uthenticode/portfile.cmake index 730d411fdd165e..e97f058c53dfa4 100644 --- a/ports/uthenticode/portfile.cmake +++ b/ports/uthenticode/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO trailofbits/uthenticode diff --git a/ports/uthenticode/vcpkg.json b/ports/uthenticode/vcpkg.json index 9ed6e1f7c60cd8..0fb35e592e493b 100644 --- a/ports/uthenticode/vcpkg.json +++ b/ports/uthenticode/vcpkg.json @@ -1,6 +1,7 @@ { "name": "uthenticode", - "version-string": "1.0.6", + "version": "1.0.6", + "port-version": 1, "description": "A cross-platform library for verifying Authenticode signatures", "homepage": "https://github.com/trailofbits/uthenticode", "supports": "!uwp", diff --git a/ports/uvatlas/portfile.cmake b/ports/uvatlas/portfile.cmake index ddb6325d3fe199..f3fb140c1c966d 100644 --- a/ports/uvatlas/portfile.cmake +++ b/ports/uvatlas/portfile.cmake @@ -1,7 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install(ON_TARGET "OSX") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/UVAtlas diff --git a/ports/uvatlas/vcpkg.json b/ports/uvatlas/vcpkg.json index 8a2191e06d6922..23f367155982c8 100644 --- a/ports/uvatlas/vcpkg.json +++ b/ports/uvatlas/vcpkg.json @@ -1,6 +1,7 @@ { "name": "uvatlas", "version-date": "2021-11-08", + "port-version": 1, "description": "UVAtlas isochart texture atlas", "homepage": "https://github.com/Microsoft/UVAtlas", "documentation": "https://github.com/Microsoft/UVAtlas/wiki", diff --git a/ports/v-hacd/portfile.cmake b/ports/v-hacd/portfile.cmake index 3e4cdefa32a2de..70148bfb94a446 100644 --- a/ports/v-hacd/portfile.cmake +++ b/ports/v-hacd/portfile.cmake @@ -1,8 +1,5 @@ -vcpkg_fail_port_install(ON_ARCH "arm") - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO kmammou/v-hacd diff --git a/ports/v-hacd/vcpkg.json b/ports/v-hacd/vcpkg.json index 338e0337be3fcf..217ee155fb668c 100644 --- a/ports/v-hacd/vcpkg.json +++ b/ports/v-hacd/vcpkg.json @@ -1,7 +1,7 @@ { "name": "v-hacd", - "version-string": "3.2.0", - "port-version": 2, + "version": "3.2.0", + "port-version": 3, "description": "The V-HACD library decomposes a 3D surface into a set of \"near\" convex parts.", "homepage": "https://github.com/kmammou/v-hacd", "supports": "!arm", diff --git a/ports/vc/portfile.cmake b/ports/vc/portfile.cmake index 3b51c814190784..35a5461e9c3467 100644 --- a/ports/vc/portfile.cmake +++ b/ports/vc/portfile.cmake @@ -1,8 +1,6 @@ -vcpkg_fail_port_install(ON_ARCH "arm64") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO VcDevel/Vc + REPO VcDevel/Vc REF 1.4.2 SHA512 9a929cd48bdf6b8e94765bd649e7ec42b10dea28e36eff288223d72cffa5f4fc8693e942aa3f780b42d8a0c1824fcabff22ec0622aa8ea5232c9123858b8bbbf HEAD_REF 1.4 diff --git a/ports/vc/vcpkg.json b/ports/vc/vcpkg.json index d63975fbe86f8b..14ab1d8bbf6ce1 100644 --- a/ports/vc/vcpkg.json +++ b/ports/vc/vcpkg.json @@ -1,7 +1,7 @@ { "name": "vc", - "version-string": "1.4.2", - "port-version": 1, + "version": "1.4.2", + "port-version": 2, "description": "SIMD Vector Classes for C++ .", "homepage": "https://github.com/VcDevel/Vc", "supports": "!arm64" diff --git a/ports/vcpkg-gfortran/portfile.cmake b/ports/vcpkg-gfortran/portfile.cmake index 7939c7684da28a..d1b7168a54a13b 100644 --- a/ports/vcpkg-gfortran/portfile.cmake +++ b/ports/vcpkg-gfortran/portfile.cmake @@ -1,4 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "linux" "osx") include(vcpkg_find_fortran) vcpkg_find_fortran(FORTRAN_CMAKE) if(VCPKG_USE_INTERNAL_Fortran) @@ -49,4 +48,4 @@ if(VCPKG_USE_INTERNAL_Fortran) set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) else() set(VCPKG_POLICY_EMPTY_PACKAGE enabled) -endif() \ No newline at end of file +endif() diff --git a/ports/vcpkg-gfortran/vcpkg.json b/ports/vcpkg-gfortran/vcpkg.json index 604a1626d30cd0..ea146c4203bf2c 100644 --- a/ports/vcpkg-gfortran/vcpkg.json +++ b/ports/vcpkg-gfortran/vcpkg.json @@ -1,7 +1,7 @@ { "name": "vcpkg-gfortran", - "version-string": "3", - "port-version": 1, + "version": "3", + "port-version": 2, "description": "Metaport to install gfortran dependencies from msys if VCPKG_USE_EXTERNAL_Fortran is false", "supports": "windows & !arm" } diff --git a/ports/vectorclass/portfile.cmake b/ports/vectorclass/portfile.cmake index 2ec2732627b062..ae582388996cfa 100644 --- a/ports/vectorclass/portfile.cmake +++ b/ports/vectorclass/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO vectorclass/version2 diff --git a/ports/vectorclass/vcpkg.json b/ports/vectorclass/vcpkg.json index ce2f69c8423b4e..40b26d7546c956 100644 --- a/ports/vectorclass/vcpkg.json +++ b/ports/vectorclass/vcpkg.json @@ -1,7 +1,7 @@ { "name": "vectorclass", "version-string": "2.00.01", - "port-version": 1, + "port-version": 2, "description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors", "homepage": "https://github.com/vectorclass/version2", "supports": "!(arm | arm64)" diff --git a/ports/wavpack/portfile.cmake b/ports/wavpack/portfile.cmake index aa7300aa5b867b..2c0dba8ad00b2a 100644 --- a/ports/wavpack/portfile.cmake +++ b/ports/wavpack/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO dbry/WavPack diff --git a/ports/wavpack/vcpkg.json b/ports/wavpack/vcpkg.json index bf488fb5431be4..7918e036d04b8f 100644 --- a/ports/wavpack/vcpkg.json +++ b/ports/wavpack/vcpkg.json @@ -1,6 +1,7 @@ { "name": "wavpack", "version": "5.4.0", + "port-version": 1, "description": "WavPack encode/decode library, command-line programs, and several plugins", "homepage": "https://github.com/dbry/WavPack", "supports": "!(arm | arm64)" diff --git a/ports/winreg/portfile.cmake b/ports/winreg/portfile.cmake index e4c5b08cefc0b6..a317df740c7ef3 100644 --- a/ports/winreg/portfile.cmake +++ b/ports/winreg/portfile.cmake @@ -1,6 +1,3 @@ -# WinReg - Header-only library -vcpkg_fail_port_install(ON_TARGET "linux" "osx") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GiovanniDicanio/WinReg @@ -13,4 +10,4 @@ vcpkg_from_github( file(COPY "${SOURCE_PATH}/WinReg/WinReg.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}") # Handle copyright -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/winreg/vcpkg.json b/ports/winreg/vcpkg.json index 7aa2cbf4a9c4ec..e2cd34ffacc224 100644 --- a/ports/winreg/vcpkg.json +++ b/ports/winreg/vcpkg.json @@ -1,7 +1,8 @@ { "name": "winreg", "version": "4.1.2", + "port-version": 1, "description": "High-level C++ wrapper around the Windows Registry C API.", "homepage": "https://github.com/GiovanniDicanio/WinReg", - "supports": "windows | uwp" + "supports": "windows" } diff --git a/ports/wpilib/portfile.cmake b/ports/wpilib/portfile.cmake index cbe4051f75fec1..f4b48dc3084015 100644 --- a/ports/wpilib/portfile.cmake +++ b/ports/wpilib/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "OSX") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO wpilibsuite/allwpilib diff --git a/ports/wpilib/vcpkg.json b/ports/wpilib/vcpkg.json index c96157cc6ad224..b0e07c291179d9 100644 --- a/ports/wpilib/vcpkg.json +++ b/ports/wpilib/vcpkg.json @@ -1,7 +1,7 @@ { "name": "wpilib", "version-string": "2020.3.2", - "port-version": 1, + "port-version": 2, "description": "WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library.", "homepage": "https://github.com/wpilibsuite/allwpilib", "supports": "!osx", diff --git a/ports/x-plane/portfile.cmake b/ports/x-plane/portfile.cmake index 56ea2e77e82bad..3b7c9a6790cafc 100644 --- a/ports/x-plane/portfile.cmake +++ b/ports/x-plane/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "x86" "arm" "arm64" "wasm32") - vcpkg_download_distfile(ARCHIVE URLS "http://developer.x-plane.com/wp-content/plugins/code-sample-generation/sample_templates/XPSDK303.zip" FILENAME "XPSDK303.zip" @@ -16,7 +14,7 @@ if(VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_OSX) file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug/lib - ) + ) endif() # copy headers & sources diff --git a/ports/x-plane/vcpkg.json b/ports/x-plane/vcpkg.json index 4884ca8e8d0ceb..6402bd4b52b7f1 100644 --- a/ports/x-plane/vcpkg.json +++ b/ports/x-plane/vcpkg.json @@ -1,6 +1,7 @@ { "name": "x-plane", - "version-string": "3.0.3", + "version": "3.0.3", + "port-version": 1, "description": "The X-Plane Plugin SDK", "homepage": "https://developer.x-plane.com/sdk/", "supports": "!(x86 | arm | wasm32)" diff --git a/ports/x264/portfile.cmake b/ports/x264/portfile.cmake index 79d874910482b5..33e6979ac0e776 100644 --- a/ports/x264/portfile.cmake +++ b/ports/x264/portfile.cmake @@ -1,7 +1,5 @@ set(X264_VERSION 164) -vcpkg_fail_port_install(ON_ARCH "arm") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mirror/x264 diff --git a/ports/x264/vcpkg.json b/ports/x264/vcpkg.json index 7a313e8eedbd90..436cf0b5efd276 100644 --- a/ports/x264/vcpkg.json +++ b/ports/x264/vcpkg.json @@ -1,7 +1,7 @@ { "name": "x264", "version-string": "164-5db6aa6cab1b146", - "port-version": 3, + "port-version": 4, "description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format", "homepage": "https://github.com/mirror/x264", "supports": "!(arm & windows)", diff --git a/ports/xaudio2redist/portfile.cmake b/ports/xaudio2redist/portfile.cmake index 2e8b479ca2a813..9d4c4d5d911a65 100644 --- a/ports/xaudio2redist/portfile.cmake +++ b/ports/xaudio2redist/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP" "Linux" "OSX") - vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_download_distfile(ARCHIVE diff --git a/ports/xaudio2redist/vcpkg.json b/ports/xaudio2redist/vcpkg.json index cb596c2fa7dbfa..ba5655191c595d 100644 --- a/ports/xaudio2redist/vcpkg.json +++ b/ports/xaudio2redist/vcpkg.json @@ -1,6 +1,7 @@ { "name": "xaudio2redist", - "version-string": "1.2.8", + "version": "1.2.8", + "port-version": 1, "description": "Redistributable version of XAudio 2.9 for Windows 7 SP1 or later", "homepage": "https://aka.ms/XAudio2Redist", "supports": "windows & !arm & !uwp & !static" diff --git a/ports/xbyak/portfile.cmake b/ports/xbyak/portfile.cmake index 2bfc9ff8fcc4ae..67ac1435917fbe 100644 --- a/ports/xbyak/portfile.cmake +++ b/ports/xbyak/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO herumi/xbyak diff --git a/ports/xbyak/vcpkg.json b/ports/xbyak/vcpkg.json index cf7a9efbd38895..cc668903b825f5 100644 --- a/ports/xbyak/vcpkg.json +++ b/ports/xbyak/vcpkg.json @@ -1,6 +1,7 @@ { "name": "xbyak", "version-string": "6.00", + "port-version": 1, "description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).", "homepage": "https://github.com/herumi/xbyak", "supports": "!(arm | uwp)", diff --git a/ports/yasm-tool/portfile.cmake b/ports/yasm-tool/portfile.cmake index d4949bc9c2ff04..a003621976c873 100644 --- a/ports/yasm-tool/portfile.cmake +++ b/ports/yasm-tool/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "uwp") - if(VCPKG_TARGET_IS_WINDOWS) set(YASM_BUILD_BINARY ON) set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) diff --git a/ports/yasm-tool/vcpkg.json b/ports/yasm-tool/vcpkg.json index a3552faaa69c60..7e5fb52b29dff2 100644 --- a/ports/yasm-tool/vcpkg.json +++ b/ports/yasm-tool/vcpkg.json @@ -1,6 +1,7 @@ { "name": "yasm-tool", "version": "1.3.0", + "port-version": 1, "description": "A modular assembler.", "homepage": "http://yasm.tortall.net/", "supports": "native & !uwp" diff --git a/ports/z3/portfile.cmake b/ports/z3/portfile.cmake index e5d5ec72a6fb60..85f1c3142fe6e8 100644 --- a/ports/z3/portfile.cmake +++ b/ports/z3/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_find_acquire_program(PYTHON2) get_filename_component(PYTHON2_DIR "${PYTHON2}" DIRECTORY) vcpkg_add_to_path("${PYTHON2_DIR}") diff --git a/ports/z3/vcpkg.json b/ports/z3/vcpkg.json index 1ad7aece5c8d0f..07697f0b3de975 100644 --- a/ports/z3/vcpkg.json +++ b/ports/z3/vcpkg.json @@ -1,7 +1,7 @@ { "name": "z3", "version": "4.8.12", - "port-version": 1, + "port-version": 2, "description": "Z3 is a theorem prover from Microsoft Research", "homepage": "https://github.com/Z3Prover/z3", "supports": "!uwp" diff --git a/ports/zeromq/portfile.cmake b/ports/zeromq/portfile.cmake index ba51367e2f5cc2..ce595ce0f1e12d 100644 --- a/ports/zeromq/portfile.cmake +++ b/ports/zeromq/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO zeromq/libzmq diff --git a/ports/zeromq/vcpkg.json b/ports/zeromq/vcpkg.json index e7d469bf287bca..7c49777350c489 100644 --- a/ports/zeromq/vcpkg.json +++ b/ports/zeromq/vcpkg.json @@ -1,7 +1,7 @@ { "name": "zeromq", "version": "4.3.4", - "port-version": 2, + "port-version": 3, "description": "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products", "homepage": "https://github.com/zeromq/libzmq", "supports": "!uwp", diff --git a/versions/3-/3fd.json b/versions/3-/3fd.json index 2a20264ea9ae88..a4398c8dfd18cc 100644 --- a/versions/3-/3fd.json +++ b/versions/3-/3fd.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3b52e6aff44ca4e11335754570701f692ea14184", + "version": "2.6.3", + "port-version": 2 + }, { "git-tree": "622078647d4fff0a51a26a4ecff2ba9109e5764d", "version": "2.6.3", diff --git a/versions/7-/7zip.json b/versions/7-/7zip.json index f699a2885f4926..6701c1367cd4d2 100644 --- a/versions/7-/7zip.json +++ b/versions/7-/7zip.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "54b143613df50187b48517d63796569641c4eee7", + "version-string": "19.00", + "port-version": 4 + }, { "git-tree": "c49050bcc9af0a2cbd9c572386e6a8b547ebd9f7", "version-string": "19.00", diff --git a/versions/a-/akali.json b/versions/a-/akali.json index e960d28aafcfc6..210ecf510b1368 100644 --- a/versions/a-/akali.json +++ b/versions/a-/akali.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "44ab167f077406e598eb19f7e48f10b638bc1547", + "version-string": "1.42", + "port-version": 3 + }, { "git-tree": "1b94b1623b0778525e405410cee7d6d069ac56ca", "version-string": "1.42", diff --git a/versions/a-/alembic.json b/versions/a-/alembic.json index b2a60245545ed4..8bebb133f7dc2e 100644 --- a/versions/a-/alembic.json +++ b/versions/a-/alembic.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "16bef528ef38e7426a333739878188d9ca909bc5", + "version": "1.8.3", + "port-version": 1 + }, { "git-tree": "8cb082c36da272a988b08fe0c4c638ff62cb1ad2", "version": "1.8.3", diff --git a/versions/a-/ampl-asl.json b/versions/a-/ampl-asl.json index ace12ea0ae0b4e..aad10ec2833a7a 100644 --- a/versions/a-/ampl-asl.json +++ b/versions/a-/ampl-asl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "024e7d3399beb537eb371c85181e48f4db51a4b0", + "version-string": "2020-11-11", + "port-version": 2 + }, { "git-tree": "823dcf0d7f897a92269faf1915322c012b281a2a", "version-string": "2020-11-11", diff --git a/versions/a-/ampl-mp.json b/versions/a-/ampl-mp.json index 3abf1335e44fa9..f10ce12eaa3242 100644 --- a/versions/a-/ampl-mp.json +++ b/versions/a-/ampl-mp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d52dd1ac4a69a74bb658b52be36c7457ca6049ef", + "version-string": "2020-11-11", + "port-version": 2 + }, { "git-tree": "0363f4dd57d8729a0a6bd3e1c2ca8d424fd59eda", "version-string": "2020-11-11", diff --git a/versions/a-/amqpcpp.json b/versions/a-/amqpcpp.json index c16bbb5cd01a17..ce5199977fafbd 100644 --- a/versions/a-/amqpcpp.json +++ b/versions/a-/amqpcpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b071aaf9f29af43e9463bcc9a118f4553351eb16", + "version": "4.3.15", + "port-version": 1 + }, { "git-tree": "3f2e1a0132721d9cdb8515d40010eaba97ecc8de", "version": "4.3.15", diff --git a/versions/a-/antlr4.json b/versions/a-/antlr4.json index 9e0745db3359b0..c256005fb66aa0 100644 --- a/versions/a-/antlr4.json +++ b/versions/a-/antlr4.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0a3fbd320c22b3c017fe13fb4cac5fe330c0df99", + "version": "4.9.3", + "port-version": 1 + }, { "git-tree": "55208ea9aa8be016d24423442ffbb2e31a7390a1", "version": "4.9.3", diff --git a/versions/a-/apsi.json b/versions/a-/apsi.json index 2719543e4b4824..3a593eceb1a997 100644 --- a/versions/a-/apsi.json +++ b/versions/a-/apsi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c2703eaa248b72c269dd22aac1e2aca49060dfba", + "version-semver": "0.7.0", + "port-version": 1 + }, { "git-tree": "652d69df44a689fa55f1b757db46c97bcb840c13", "version-semver": "0.7.0", diff --git a/versions/a-/arcus.json b/versions/a-/arcus.json index 47d36bb4d1a79e..c7981fe70dd6fa 100644 --- a/versions/a-/arcus.json +++ b/versions/a-/arcus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1edcde9d0c4a64d780c6692b017cd30137a9ab19", + "version-semver": "4.10.0", + "port-version": 2 + }, { "git-tree": "0aeec8ed7245362e90ef531d8ecaf4ca315e85e5", "version-semver": "4.10.0", diff --git a/versions/a-/ashes.json b/versions/a-/ashes.json index 0d6724fc891999..09d4352195d363 100644 --- a/versions/a-/ashes.json +++ b/versions/a-/ashes.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "68557018b215aba6325caf97248c62955fdef397", + "version-date": "2021-06-18", + "port-version": 1 + }, { "git-tree": "3d20e63c5d3a016d41571baefa723a23113c13c3", "version-date": "2021-06-18", diff --git a/versions/a-/asiosdk.json b/versions/a-/asiosdk.json index e29848b0426c82..087591c2f33c64 100644 --- a/versions/a-/asiosdk.json +++ b/versions/a-/asiosdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "101bbdad9205db5b4249eae8b47bf8c5f73493a8", + "version": "2.3.3", + "port-version": 4 + }, { "git-tree": "870921549ca1a681fe04ba3a0c17586995c1b567", "version": "2.3.3", diff --git a/versions/a-/asmjit.json b/versions/a-/asmjit.json index 9f303a291faed8..b6222d2404edbf 100644 --- a/versions/a-/asmjit.json +++ b/versions/a-/asmjit.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f67010904c0f2d7a1d79a647ea928aece3e66750", + "version-date": "2021-10-26", + "port-version": 1 + }, { "git-tree": "3ce58638bee35ef08b3ee8286c1e519b171c39bf", "version-date": "2021-10-26", diff --git a/versions/a-/avisynthplus.json b/versions/a-/avisynthplus.json index 1f6240d38fd8e0..eeb574694dc06d 100644 --- a/versions/a-/avisynthplus.json +++ b/versions/a-/avisynthplus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a585670d79213148e938d9f3ea7d2ccb1c784f2c", + "version-semver": "3.7.0", + "port-version": 3 + }, { "git-tree": "ed06319cd3b2bb9e0811743ca7f66dd9539eabef", "version-semver": "3.7.0", diff --git a/versions/a-/avro-c.json b/versions/a-/avro-c.json index c1835d92a4b942..595afcbbbc0678 100644 --- a/versions/a-/avro-c.json +++ b/versions/a-/avro-c.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e36456a1ada18a8020e4bb1fffa24b0dc2edfa3e", + "version": "1.11.0", + "port-version": 2 + }, { "git-tree": "75d0ed12b643fe1ed6a175c12549e9bb0ca94a1d", "version": "1.11.0", diff --git a/versions/a-/aws-lambda-cpp.json b/versions/a-/aws-lambda-cpp.json index 7856f5dd945072..13fa94b2e9b5d5 100644 --- a/versions/a-/aws-lambda-cpp.json +++ b/versions/a-/aws-lambda-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "48030b34e22463cab36178bb50d3ce62257d6d56", + "version": "0.2.7", + "port-version": 1 + }, { "git-tree": "e9c58661b9a838e782997f03ee3af449260ece4f", "version-string": "0.2.7", diff --git a/versions/a-/azure-c-shared-utility.json b/versions/a-/azure-c-shared-utility.json index 65623e3a38b194..5eafd0c4f79fcb 100644 --- a/versions/a-/azure-c-shared-utility.json +++ b/versions/a-/azure-c-shared-utility.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f2f3f9c6b03d02268920eee133f660bf2fe5d946", + "version-date": "2021-09-09", + "port-version": 1 + }, { "git-tree": "6898a05e54b88637fc5a42136facc194b84e71a1", "version-date": "2021-09-09", diff --git a/versions/a-/azure-storage-cpp.json b/versions/a-/azure-storage-cpp.json index 34ceb4c76da1ab..7a9f8412560b0b 100644 --- a/versions/a-/azure-storage-cpp.json +++ b/versions/a-/azure-storage-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8216ff9a5060864170113353495400e342d862ad", + "version-string": "7.5.0", + "port-version": 3 + }, { "git-tree": "242bb84480e51b70b53dbd9b126f600e1ea39ef6", "version-string": "7.5.0", diff --git a/versions/b-/bddisasm.json b/versions/b-/bddisasm.json index ae9d39405f8003..897c575111656e 100644 --- a/versions/b-/bddisasm.json +++ b/versions/b-/bddisasm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3cede34b39c8ab7d83ee9f43dcb112e4d1c96104", + "version": "1.34.7", + "port-version": 1 + }, { "git-tree": "296988f2d875c4fe41506e163c5c35141c6d35f8", "version": "1.34.7", diff --git a/versions/b-/behaviortree-cpp.json b/versions/b-/behaviortree-cpp.json index 642a0062397942..9268e1e6e7c7d0 100644 --- a/versions/b-/behaviortree-cpp.json +++ b/versions/b-/behaviortree-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "79f662c115d97eb11ef1a08753aed0eef061d7cc", + "version": "3.5.6", + "port-version": 2 + }, { "git-tree": "96c8331bb642e665bd66a9aa82797d4db84b86fa", "version": "3.5.6", diff --git a/versions/b-/berkeleydb.json b/versions/b-/berkeleydb.json index e51fe1ff0a4944..49497baa4add33 100644 --- a/versions/b-/berkeleydb.json +++ b/versions/b-/berkeleydb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "27ed2f8c5c5b6c5ba677703f69d9e83062ff6c86", + "version": "4.8.30", + "port-version": 8 + }, { "git-tree": "753782cd715f3780a1d3d75ef7655e92a414a440", "version": "4.8.30", diff --git a/versions/b-/blitz.json b/versions/b-/blitz.json index f7d3137bef4329..6e37493626607f 100644 --- a/versions/b-/blitz.json +++ b/versions/b-/blitz.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "694507bc15d282e3de5160a0a221abfa381e6327", + "version-string": "2020-03-25", + "port-version": 4 + }, { "git-tree": "ddf54a36a0fa345a482b66d648778c13f0008eeb", "version-string": "2020-03-25", diff --git a/versions/b-/boinc.json b/versions/b-/boinc.json index b4c6e1bc173e20..13433d6288e3a5 100644 --- a/versions/b-/boinc.json +++ b/versions/b-/boinc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "33d681acad2362813b5aa9e547c73741d11432d4", + "version": "7.18.1", + "port-version": 4 + }, { "git-tree": "561d297147fabda6ccd25dc8ca3de0ce854562ca", "version": "7.18.1", diff --git a/versions/b-/boringssl.json b/versions/b-/boringssl.json index 2d3b5ad08ce5a4..5700899dcb9552 100644 --- a/versions/b-/boringssl.json +++ b/versions/b-/boringssl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ca35c06a32c83f385f840831a435c69231a7852a", + "version-date": "2021-06-23", + "port-version": 1 + }, { "git-tree": "aa2649d9a0296ed873aa8fb17c28f38baac51a26", "version-date": "2021-06-23", diff --git a/versions/b-/box2d.json b/versions/b-/box2d.json index c392cefea7c5bc..408aa7cd35b223 100644 --- a/versions/b-/box2d.json +++ b/versions/b-/box2d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2c8a3a146971f33f497c21d6b52b756245f894e4", + "version-semver": "2.4.1", + "port-version": 2 + }, { "git-tree": "f40a0f5f20b3e546e55850df8babf2d9cd526ee8", "version-semver": "2.4.1", diff --git a/versions/b-/brpc.json b/versions/b-/brpc.json index 2049b07521ea35..3de2f2b202bf43 100644 --- a/versions/b-/brpc.json +++ b/versions/b-/brpc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7c6f7c8a882730bd20874fb5832081105a169c7a", + "version-string": "0.9.7", + "port-version": 4 + }, { "git-tree": "42b5a413e49655d73b772efa7642eefff429b4c1", "version-string": "0.9.7", diff --git a/versions/b-/buck-yeh-bux-mariadb-client.json b/versions/b-/buck-yeh-bux-mariadb-client.json index f1fa95288e0162..03d2c0f5d7c029 100644 --- a/versions/b-/buck-yeh-bux-mariadb-client.json +++ b/versions/b-/buck-yeh-bux-mariadb-client.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "67f2e3a599ef1a984f01e973c71ccd5e4c0ba956", + "version": "1.0.1", + "port-version": 1 + }, { "git-tree": "84453b40536c8c57162f627c28d4f3a148516ad8", "version": "1.0.1", diff --git a/versions/baseline.json b/versions/baseline.json index 89788d025abbed..60e7bd7d0d88c9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2,11 +2,11 @@ "default": { "3fd": { "baseline": "2.6.3", - "port-version": 1 + "port-version": 2 }, "7zip": { "baseline": "19.00", - "port-version": 3 + "port-version": 4 }, "abseil": { "baseline": "20211102.1", @@ -38,7 +38,7 @@ }, "akali": { "baseline": "1.42", - "port-version": 2 + "port-version": 3 }, "alac": { "baseline": "2017-11-03-c38887c5", @@ -50,7 +50,7 @@ }, "alembic": { "baseline": "1.8.3", - "port-version": 0 + "port-version": 1 }, "aliyun-oss-c-sdk": { "baseline": "3.10.0", @@ -66,15 +66,15 @@ }, "ampl-asl": { "baseline": "2020-11-11", - "port-version": 1 + "port-version": 2 }, "ampl-mp": { "baseline": "2020-11-11", - "port-version": 1 + "port-version": 2 }, "amqpcpp": { "baseline": "4.3.15", - "port-version": 0 + "port-version": 1 }, "anax": { "baseline": "2.1.0", @@ -90,7 +90,7 @@ }, "antlr4": { "baseline": "4.9.3", - "port-version": 0 + "port-version": 1 }, "any-lite": { "baseline": "0.4.0", @@ -118,7 +118,7 @@ }, "apsi": { "baseline": "0.7.0", - "port-version": 0 + "port-version": 1 }, "arb": { "baseline": "2.21.1", @@ -126,7 +126,7 @@ }, "arcus": { "baseline": "4.10.0", - "port-version": 1 + "port-version": 2 }, "argagg": { "baseline": "0.4.6", @@ -174,7 +174,7 @@ }, "ashes": { "baseline": "2021-06-18", - "port-version": 0 + "port-version": 1 }, "asio": { "baseline": "1.20.0", @@ -186,11 +186,11 @@ }, "asiosdk": { "baseline": "2.3.3", - "port-version": 3 + "port-version": 4 }, "asmjit": { "baseline": "2021-10-26", - "port-version": 0 + "port-version": 1 }, "assimp": { "baseline": "5.0.1", @@ -246,11 +246,11 @@ }, "avisynthplus": { "baseline": "3.7.0", - "port-version": 2 + "port-version": 3 }, "avro-c": { "baseline": "1.11.0", - "port-version": 1 + "port-version": 2 }, "avro-cpp": { "baseline": "2021-06-01", @@ -302,7 +302,7 @@ }, "aws-lambda-cpp": { "baseline": "0.2.7", - "port-version": 0 + "port-version": 1 }, "aws-sdk-cpp": { "baseline": "1.9.160", @@ -314,7 +314,7 @@ }, "azure-c-shared-utility": { "baseline": "2021-09-09", - "port-version": 0 + "port-version": 1 }, "azure-core-cpp": { "baseline": "1.3.1", @@ -358,7 +358,7 @@ }, "azure-storage-cpp": { "baseline": "7.5.0", - "port-version": 2 + "port-version": 3 }, "azure-storage-files-datalake-cpp": { "baseline": "12.2.0", @@ -398,7 +398,7 @@ }, "bddisasm": { "baseline": "1.34.7", - "port-version": 0 + "port-version": 1 }, "bde": { "baseline": "3.2.0.0", @@ -414,11 +414,11 @@ }, "behaviortree-cpp": { "baseline": "3.5.6", - "port-version": 1 + "port-version": 2 }, "benchmark": { "baseline": "1.6.0", - "port-version": 1 + "port-version": 0 }, "bento4": { "baseline": "1.5.1", @@ -426,7 +426,7 @@ }, "berkeleydb": { "baseline": "4.8.30", - "port-version": 7 + "port-version": 8 }, "bext-di": { "baseline": "1.2.0", @@ -498,7 +498,7 @@ }, "blitz": { "baseline": "2020-03-25", - "port-version": 3 + "port-version": 4 }, "blosc": { "baseline": "1.18.1", @@ -506,7 +506,7 @@ }, "boinc": { "baseline": "7.18.1", - "port-version": 3 + "port-version": 4 }, "bond": { "baseline": "9.0.3", @@ -1122,7 +1122,7 @@ }, "boringssl": { "baseline": "2021-06-23", - "port-version": 0 + "port-version": 1 }, "botan": { "baseline": "2.18.1", @@ -1130,7 +1130,7 @@ }, "box2d": { "baseline": "2.4.1", - "port-version": 1 + "port-version": 2 }, "breakpad": { "baseline": "2020-09-14", @@ -1146,7 +1146,7 @@ }, "brpc": { "baseline": "0.9.7", - "port-version": 3 + "port-version": 4 }, "brunocodutra-metal": { "baseline": "2.1.3", @@ -1170,7 +1170,7 @@ }, "buck-yeh-bux-mariadb-client": { "baseline": "1.0.1", - "port-version": 0 + "port-version": 1 }, "bullet3": { "baseline": "3.17", @@ -1194,7 +1194,7 @@ }, "c-ares": { "baseline": "1.17.2", - "port-version": 1 + "port-version": 2 }, "c4core": { "baseline": "2021-07-18", @@ -1218,11 +1218,11 @@ }, "calceph": { "baseline": "3.5.0", - "port-version": 1 + "port-version": 2 }, "camport3": { "baseline": "1.5.3", - "port-version": 1 + "port-version": 2 }, "capnproto": { "baseline": "0.9.1", @@ -1346,7 +1346,7 @@ }, "chromium-base": { "baseline": "86.0.4199.1", - "port-version": 2 + "port-version": 3 }, "cimg": { "baseline": "2.9.9", @@ -1358,7 +1358,7 @@ }, "civetweb": { "baseline": "1.15", - "port-version": 0 + "port-version": 1 }, "cjson": { "baseline": "1.7.15", @@ -1366,7 +1366,7 @@ }, "clamav": { "baseline": "0.103.0", - "port-version": 2 + "port-version": 3 }, "clapack": { "baseline": "3.2.1", @@ -1382,7 +1382,7 @@ }, "clblast": { "baseline": "1.5.2", - "port-version": 0 + "port-version": 1 }, "clfft": { "baseline": "2.12.2", @@ -1414,7 +1414,7 @@ }, "clrng": { "baseline": "2020-12-01", - "port-version": 2 + "port-version": 3 }, "clue": { "baseline": "1.0.0", @@ -1450,7 +1450,7 @@ }, "coin": { "baseline": "4.0.0", - "port-version": 4 + "port-version": 5 }, "coinutils": { "baseline": "2.11.4", @@ -1474,7 +1474,7 @@ }, "commsdsl": { "baseline": "3.6.4", - "port-version": 0 + "port-version": 1 }, "compoundfilereader": { "baseline": "0.1.0", @@ -1510,7 +1510,7 @@ }, "coroutine": { "baseline": "1.5.0", - "port-version": 2 + "port-version": 3 }, "corrade": { "baseline": "2020.06", @@ -1526,7 +1526,7 @@ }, "cpp-ipc": { "baseline": "1.0.1", - "port-version": 0 + "port-version": 1 }, "cpp-jwt": { "baseline": "2021-10-18", @@ -1534,7 +1534,7 @@ }, "cpp-netlib": { "baseline": "0.13.0", - "port-version": 5 + "port-version": 6 }, "cpp-peglib": { "baseline": "0.1.0", @@ -1554,19 +1554,19 @@ }, "cppad": { "baseline": "20210000.7", - "port-version": 2 + "port-version": 3 }, "cppcms": { "baseline": "1.2.1", - "port-version": 3 + "port-version": 4 }, "cppcodec": { "baseline": "0.2", "port-version": 2 }, "cppcoro": { - "baseline": "2020-2-28", - "port-version": 2 + "baseline": "2020-02-28", + "port-version": 3 }, "cppfs": { "baseline": "1.3.0", @@ -1598,7 +1598,7 @@ }, "cppunit": { "baseline": "1.15.1", - "port-version": 2 + "port-version": 3 }, "cpputest": { "baseline": "2019-9-16", @@ -1622,7 +1622,7 @@ }, "cpu-features": { "baseline": "0.6.0", - "port-version": 0 + "port-version": 1 }, "cpuid": { "baseline": "0.5.1", @@ -1638,7 +1638,7 @@ }, "crashpad": { "baseline": "2020-03-18", - "port-version": 1 + "port-version": 2 }, "crashrpt": { "baseline": "1.4.3", @@ -1650,7 +1650,7 @@ }, "crfsuite": { "baseline": "2019-07-21", - "port-version": 2 + "port-version": 3 }, "croncpp": { "baseline": "2020-09-04", @@ -1762,7 +1762,7 @@ }, "dav1d": { "baseline": "0.8.2", - "port-version": 2 + "port-version": 3 }, "daw-header-libraries": { "baseline": "1.29.7", @@ -1781,8 +1781,8 @@ "port-version": 0 }, "dbghelp": { - "baseline": "0.0", - "port-version": 1 + "baseline": "0", + "port-version": 2 }, "dbow2": { "baseline": "2019-08-05", @@ -1822,7 +1822,7 @@ }, "directx-headers": { "baseline": "1.4.9", - "port-version": 0 + "port-version": 1 }, "directxmath": { "baseline": "jan2021", @@ -1830,23 +1830,23 @@ }, "directxmesh": { "baseline": "2021-11-08", - "port-version": 0 + "port-version": 1 }, "directxsdk": { "baseline": "jun10", - "port-version": 4 + "port-version": 5 }, "directxtex": { "baseline": "2021-11-08", - "port-version": 0 + "port-version": 1 }, "directxtk": { "baseline": "2021-11-08", - "port-version": 0 + "port-version": 1 }, "directxtk12": { "baseline": "2021-11-08", - "port-version": 0 + "port-version": 1 }, "dirent": { "baseline": "1.23.2", @@ -1854,7 +1854,7 @@ }, "discord-game-sdk": { "baseline": "2.5.6", - "port-version": 3 + "port-version": 4 }, "discord-rpc": { "baseline": "3.4.0", @@ -1882,7 +1882,7 @@ }, "dmlc": { "baseline": "2019-08-12", - "port-version": 6 + "port-version": 7 }, "docopt": { "baseline": "2018-11-01", @@ -1934,11 +1934,11 @@ }, "dxsdk-d3dx": { "baseline": "9.29.952.8", - "port-version": 1 + "port-version": 2 }, "dxut": { "baseline": "11.26", - "port-version": 0 + "port-version": 1 }, "eabase": { "baseline": "2.09.12", @@ -1954,7 +1954,7 @@ }, "easyhook": { "baseline": "2.7.7097.0", - "port-version": 3 + "port-version": 4 }, "easyloggingpp": { "baseline": "9.97.0", @@ -1978,7 +1978,7 @@ }, "ecsutil": { "baseline": "1.0.7.15", - "port-version": 1 + "port-version": 2 }, "edlib": { "baseline": "1.2.7", @@ -1986,7 +1986,7 @@ }, "effects11": { "baseline": "11.26", - "port-version": 1 + "port-version": 2 }, "effolkronium-random": { "baseline": "1.4.0", @@ -1994,7 +1994,7 @@ }, "efsw": { "baseline": "2020-06-08", - "port-version": 2 + "port-version": 3 }, "egl-registry": { "baseline": "2021-11-23", @@ -2054,7 +2054,7 @@ }, "exiv2": { "baseline": "0.27.5", - "port-version": 0 + "port-version": 1 }, "expat": { "baseline": "2.4.1", @@ -2082,7 +2082,7 @@ }, "faiss": { "baseline": "1.7.1", - "port-version": 0 + "port-version": 1 }, "fakeit": { "baseline": "2.0.9", @@ -2130,11 +2130,11 @@ }, "fbgemm": { "baseline": "2021-03-18", - "port-version": 2 + "port-version": 3 }, "fbthrift": { "baseline": "2021.06.14.00", - "port-version": 0 + "port-version": 1 }, "fcl": { "baseline": "0.7.0", @@ -2166,7 +2166,7 @@ }, "field3d": { "baseline": "1.7.3", - "port-version": 2 + "port-version": 3 }, "fixed-string": { "baseline": "0.1.0", @@ -2198,7 +2198,7 @@ }, "flint": { "baseline": "2.8.0", - "port-version": 0 + "port-version": 1 }, "fltk": { "baseline": "1.3.8", @@ -2286,7 +2286,7 @@ }, "freetds": { "baseline": "1.2.11", - "port-version": 1 + "port-version": 2 }, "freetype": { "baseline": "2.11.0", @@ -2322,7 +2322,7 @@ }, "ftxui": { "baseline": "2021-10-17", - "port-version": 0 + "port-version": 1 }, "function2": { "baseline": "4.2.0", @@ -2346,7 +2346,7 @@ }, "g3log": { "baseline": "1.3.4", - "port-version": 1 + "port-version": 2 }, "gainput": { "baseline": "1.0.0", @@ -2354,7 +2354,7 @@ }, "gamedev-framework": { "baseline": "0.20.0", - "port-version": 1 + "port-version": 2 }, "gamenetworkingsockets": { "baseline": "1.3.0", @@ -2402,7 +2402,7 @@ }, "geogram": { "baseline": "1.7.6", - "port-version": 1 + "port-version": 2 }, "geographiclib": { "baseline": "1.52", @@ -2486,7 +2486,7 @@ }, "glib": { "baseline": "2.70.1", - "port-version": 1 + "port-version": 2 }, "glibmm": { "baseline": "2.68.1", @@ -2534,7 +2534,7 @@ }, "google-cloud-cpp": { "baseline": "1.35.0", - "port-version": 1 + "port-version": 2 }, "google-cloud-cpp-common": { "baseline": "alias", @@ -2550,11 +2550,11 @@ }, "gperf": { "baseline": "3.1", - "port-version": 2 + "port-version": 3 }, "gperftools": { "baseline": "2019-09-02", - "port-version": 2 + "port-version": 3 }, "gpgme": { "baseline": "1.14.0", @@ -2606,7 +2606,7 @@ }, "gsoap": { "baseline": "2.8.112", - "port-version": 0 + "port-version": 1 }, "gst-rtsp-server": { "baseline": "1.19.2", @@ -2614,7 +2614,7 @@ }, "gstreamer": { "baseline": "1.19.2", - "port-version": 2 + "port-version": 3 }, "gtest": { "baseline": "1.11.0", @@ -2626,7 +2626,7 @@ }, "gtkmm": { "baseline": "4.4.0", - "port-version": 0 + "port-version": 1 }, "gts": { "baseline": "0.7.6", @@ -2650,7 +2650,7 @@ }, "h3": { "baseline": "3.7.2", - "port-version": 0 + "port-version": 1 }, "h5py-lzf": { "baseline": "2019-12-04", @@ -2678,7 +2678,7 @@ }, "hdf5": { "baseline": "1.12.1", - "port-version": 3 + "port-version": 4 }, "healpix": { "baseline": "1.12.10", @@ -2690,7 +2690,7 @@ }, "hexl": { "baseline": "1.2.3", - "port-version": 0 + "port-version": 1 }, "hffix": { "baseline": "1.0.0", @@ -2750,7 +2750,7 @@ }, "icu": { "baseline": "69.1", - "port-version": 17 + "port-version": 18 }, "ideviceinstaller": { "baseline": "1.1.2.23", @@ -2758,7 +2758,7 @@ }, "idevicerestore": { "baseline": "1.0.12", - "port-version": 5 + "port-version": 6 }, "if97": { "baseline": "2.1.2", @@ -2810,11 +2810,11 @@ }, "ignition-msgs5": { "baseline": "5.3.0", - "port-version": 3 + "port-version": 4 }, "ignition-msgs6": { "baseline": "6.0.0", - "port-version": 2 + "port-version": 3 }, "ignition-plugin1": { "baseline": "1.1.0", @@ -2882,7 +2882,7 @@ }, "infoware": { "baseline": "2021-06-16", - "port-version": 0 + "port-version": 1 }, "inih": { "baseline": "51", @@ -2942,11 +2942,11 @@ }, "jack2": { "baseline": "1.9.19", - "port-version": 0 + "port-version": 1 }, "jaeger-client-cpp": { "baseline": "0.7.0", - "port-version": 0 + "port-version": 1 }, "jansson": { "baseline": "2.13.1", @@ -3054,7 +3054,7 @@ }, "keystone": { "baseline": "0.9.2", - "port-version": 1 + "port-version": 2 }, "kf5archive": { "baseline": "5.89.0", @@ -3202,11 +3202,11 @@ }, "kfr": { "baseline": "4.2.1", - "port-version": 0 + "port-version": 1 }, "kinectsdk1": { "baseline": "1.8", - "port-version": 3 + "port-version": 4 }, "kinectsdk2": { "baseline": "2.0", @@ -3222,15 +3222,15 @@ }, "knet": { "baseline": "1.1.0", - "port-version": 0 + "port-version": 1 }, "krabsetw": { "baseline": "4.1.18", - "port-version": 0 + "port-version": 1 }, "ktx": { "baseline": "4.0.0", - "port-version": 0 + "port-version": 1 }, "kubazip": { "baseline": "0.1.19", @@ -3238,7 +3238,7 @@ }, "kubernetes": { "baseline": "2022-01-19", - "port-version": 0 + "port-version": 1 }, "kuku": { "baseline": "2.1", @@ -3250,7 +3250,7 @@ }, "kwsys": { "baseline": "2021-08-06", - "port-version": 0 + "port-version": 1 }, "lager": { "baseline": "2021-06-17", @@ -3330,7 +3330,7 @@ }, "libarchive": { "baseline": "3.5.2", - "port-version": 2 + "port-version": 3 }, "libass": { "baseline": "0.15.2", @@ -3338,7 +3338,7 @@ }, "libassuan": { "baseline": "2.5.3", - "port-version": 3 + "port-version": 4 }, "libatomic-ops": { "baseline": "7.7.0", @@ -3350,7 +3350,7 @@ }, "libb2": { "baseline": "0.98.1", - "port-version": 5 + "port-version": 6 }, "libbacktrace": { "baseline": "2021-03-14", @@ -3366,7 +3366,7 @@ }, "libcanberra": { "baseline": "0.30", - "port-version": 1 + "port-version": 2 }, "libcbor": { "baseline": "0.8.0", @@ -3394,7 +3394,7 @@ }, "libcrafter": { "baseline": "1.0", - "port-version": 1 + "port-version": 2 }, "libcroco": { "baseline": "0.6.13", @@ -3450,7 +3450,7 @@ }, "libevent": { "baseline": "2.1.12", - "port-version": 5 + "port-version": 6 }, "libevhtp": { "baseline": "1.2.18", @@ -3458,7 +3458,7 @@ }, "libexif": { "baseline": "0.6.22", - "port-version": 1 + "port-version": 2 }, "libfabric": { "baseline": "1.13.2", @@ -3514,7 +3514,7 @@ }, "libgo": { "baseline": "3.1", - "port-version": 3 + "port-version": 4 }, "libgpg-error": { "baseline": "1.42", @@ -3534,7 +3534,7 @@ }, "libgwenhywfar": { "baseline": "5.6.0", - "port-version": 1 + "port-version": 2 }, "libgxps": { "baseline": "0.3.2", @@ -3554,11 +3554,11 @@ }, "libhsplasma": { "baseline": "2021.06.08", - "port-version": 0 + "port-version": 1 }, "libhv": { "baseline": "1.2.2", - "port-version": 0 + "port-version": 1 }, "libhydrogen": { "baseline": "2021-12-02", @@ -3586,7 +3586,7 @@ }, "libigl": { "baseline": "2.3.0", - "port-version": 0 + "port-version": 1 }, "libilbc": { "baseline": "3.0.3", @@ -3634,7 +3634,7 @@ }, "liblinear": { "baseline": "243", - "port-version": 0 + "port-version": 1 }, "liblo": { "baseline": "0.31", @@ -3682,7 +3682,7 @@ }, "libmodbus": { "baseline": "3.1.6", - "port-version": 1 + "port-version": 2 }, "libmodman": { "baseline": "2.0.1", @@ -3702,7 +3702,7 @@ }, "libmpeg2": { "baseline": "0.5.1", - "port-version": 1 + "port-version": 2 }, "libmspack": { "baseline": "0.10.1", @@ -3714,7 +3714,7 @@ }, "libmupdf": { "baseline": "1.19.0-rc2", - "port-version": 0 + "port-version": 1 }, "libmysql": { "baseline": "8.0.20", @@ -3770,7 +3770,7 @@ }, "libosip2": { "baseline": "5.2.0", - "port-version": 1 + "port-version": 2 }, "libosmium": { "baseline": "2.17.1", @@ -3786,7 +3786,7 @@ }, "libp7client": { "baseline": "5.6", - "port-version": 1 + "port-version": 2 }, "libpcap": { "baseline": "1.10.1", @@ -3830,7 +3830,7 @@ }, "libqcow": { "baseline": "20210419", - "port-version": 1 + "port-version": 2 }, "libqglviewer": { "baseline": "2.7.2", @@ -3858,7 +3858,7 @@ }, "libressl": { "baseline": "3.3.4", - "port-version": 0 + "port-version": 1 }, "librsvg": { "baseline": "2.40.20", @@ -3866,7 +3866,7 @@ }, "librsync": { "baseline": "2.3.2", - "port-version": 0 + "port-version": 1 }, "librtmp": { "baseline": "2019-11-11", @@ -3882,11 +3882,11 @@ }, "libsass": { "baseline": "3.6.5", - "port-version": 0 + "port-version": 1 }, "libsbml": { "baseline": "5.19.0", - "port-version": 1 + "port-version": 2 }, "libsbsms": { "baseline": "2.3.0", @@ -3910,7 +3910,7 @@ }, "libsmb2": { "baseline": "2021-04-29", - "port-version": 0 + "port-version": 1 }, "libsndfile": { "baseline": "1.0.31", @@ -3918,7 +3918,7 @@ }, "libsnoretoast": { "baseline": "0.8.0", - "port-version": 1 + "port-version": 2 }, "libsodium": { "baseline": "1.0.18", @@ -3926,7 +3926,7 @@ }, "libsoundio": { "baseline": "2.0.0", - "port-version": 5 + "port-version": 6 }, "libspatialindex": { "baseline": "1.9.3", @@ -3938,7 +3938,7 @@ }, "libspnav": { "baseline": "0.2.3", - "port-version": 1 + "port-version": 2 }, "libsquish": { "baseline": "1.15", @@ -3946,7 +3946,7 @@ }, "libsrt": { "baseline": "1.4.4", - "port-version": 1 + "port-version": 2 }, "libsrtp": { "baseline": "2.4.2", @@ -3954,7 +3954,7 @@ }, "libssh": { "baseline": "0.9.6", - "port-version": 1 + "port-version": 2 }, "libssh2": { "baseline": "1.10.0", @@ -4002,7 +4002,7 @@ }, "libtorrent": { "baseline": "1.2.14", - "port-version": 1 + "port-version": 2 }, "libu2f-server": { "baseline": "1.1.0", @@ -4030,11 +4030,11 @@ }, "libunistring": { "baseline": "0.9.10", - "port-version": 1 + "port-version": 2 }, "liburing": { "baseline": "2.0", - "port-version": 0 + "port-version": 1 }, "libusb": { "baseline": "1.0.24", @@ -4042,15 +4042,15 @@ }, "libusb-win32": { "baseline": "1.2.6.0", - "port-version": 7 + "port-version": 8 }, "libusbmuxd": { "baseline": "1.2.219", - "port-version": 1 + "port-version": 2 }, "libuuid": { "baseline": "1.0.3", - "port-version": 10 + "port-version": 11 }, "libuv": { "baseline": "1.43.0", @@ -4062,7 +4062,7 @@ }, "libvmdk": { "baseline": "20200926", - "port-version": 1 + "port-version": 2 }, "libvorbis": { "baseline": "1.3.7", @@ -4086,11 +4086,11 @@ }, "libwebsockets": { "baseline": "4.3.0", - "port-version": 1 + "port-version": 2 }, "libxdiff": { "baseline": "0.23", - "port-version": 1 + "port-version": 2 }, "libxlsxwriter": { "baseline": "1.1.4", @@ -4138,11 +4138,11 @@ }, "licensepp": { "baseline": "2020-05-19", - "port-version": 2 + "port-version": 3 }, "lilv": { "baseline": "0.24.10", - "port-version": 0 + "port-version": 1 }, "linalg": { "baseline": "2.1", @@ -4186,7 +4186,7 @@ }, "log4cpp": { "baseline": "2.9.1", - "port-version": 6 + "port-version": 7 }, "log4cxx": { "baseline": "0.12.1", @@ -4214,7 +4214,7 @@ }, "luajit": { "baseline": "2.0.5", - "port-version": 4 + "port-version": 5 }, "luasec": { "baseline": "1.0.1", @@ -4306,7 +4306,7 @@ }, "marl": { "baseline": "2021-04-25", - "port-version": 0 + "port-version": 1 }, "mathc": { "baseline": "2019-09-29", @@ -4334,7 +4334,7 @@ }, "mbedtls": { "baseline": "2.24.0", - "port-version": 3 + "port-version": 4 }, "mcpp": { "baseline": "2.7.2.14", @@ -4406,7 +4406,7 @@ }, "mimalloc": { "baseline": "2.0.3", - "port-version": 1 + "port-version": 2 }, "minc": { "baseline": "2.4.03", @@ -4446,7 +4446,7 @@ }, "minizip": { "baseline": "1.2.11", - "port-version": 9 + "port-version": 10 }, "minizip-ng": { "baseline": "3.0.2", @@ -4466,7 +4466,7 @@ }, "mmloader": { "baseline": "2021-12-13", - "port-version": 0 + "port-version": 1 }, "mmx": { "baseline": "2019-09-29", @@ -4474,7 +4474,7 @@ }, "mnn": { "baseline": "1.1.0", - "port-version": 1 + "port-version": 2 }, "modp-base64": { "baseline": "2020-09-26", @@ -4490,11 +4490,11 @@ }, "mongoose": { "baseline": "7.5", - "port-version": 0 + "port-version": 1 }, "monkeys-audio": { "baseline": "5.70", - "port-version": 1 + "port-version": 2 }, "moos-core": { "baseline": "10.4.0", @@ -4550,7 +4550,7 @@ }, "mpir": { "baseline": "3.0.0", - "port-version": 10 + "port-version": 11 }, "mpmcqueue": { "baseline": "2019-07-26", @@ -4566,7 +4566,7 @@ }, "ms-gltf": { "baseline": "r1.9.5.4", - "port-version": 0 + "port-version": 1 }, "ms-gsl": { "baseline": "3.1.0", @@ -4598,7 +4598,7 @@ }, "msmpi": { "baseline": "10.1.12498", - "port-version": 2 + "port-version": 3 }, "mstch": { "baseline": "1.0.2", @@ -4610,11 +4610,11 @@ }, "munit": { "baseline": "2019-04-06", - "port-version": 4 + "port-version": 5 }, "muparser": { - "baseline": "2.3.3-1", - "port-version": 0 + "baseline": "2.3.3", + "port-version": 1 }, "murmurhash": { "baseline": "2016-01-09", @@ -4622,7 +4622,7 @@ }, "mvfst": { "baseline": "0.1", - "port-version": 0 + "port-version": 1 }, "mygui": { "baseline": "3.4.1", @@ -4654,7 +4654,7 @@ }, "nanogui": { "baseline": "2019-09-23", - "port-version": 2 + "port-version": 3 }, "nanomsg": { "baseline": "1.1.5", @@ -4726,7 +4726,7 @@ }, "networkdirect-sdk": { "baseline": "2.0.1", - "port-version": 2 + "port-version": 3 }, "nghttp2": { "baseline": "1.46.0", @@ -4734,7 +4734,7 @@ }, "ngspice": { "baseline": "35", - "port-version": 0 + "port-version": 1 }, "nifly": { "baseline": "1.0.0", @@ -4762,7 +4762,7 @@ }, "nmslib": { "baseline": "2.1.1", - "port-version": 0 + "port-version": 1 }, "nng": { "baseline": "1.5.1", @@ -4774,7 +4774,7 @@ }, "nnpack": { "baseline": "2021-02-21", - "port-version": 1 + "port-version": 2 }, "nonius": { "baseline": "2019-04-20", @@ -4814,7 +4814,7 @@ }, "nvtt": { "baseline": "2.1.2", - "port-version": 2 + "port-version": 3 }, "oatpp": { "baseline": "1.3.0", @@ -4874,7 +4874,7 @@ }, "ocilib": { "baseline": "4.7.3", - "port-version": 0 + "port-version": 1 }, "octomap": { "baseline": "1.9.5", @@ -4914,7 +4914,7 @@ }, "onednn": { "baseline": "2.4.3", - "port-version": 0 + "port-version": 1 }, "oniguruma": { "baseline": "6.9.7.1", @@ -4930,7 +4930,7 @@ }, "onnxruntime-gpu": { "baseline": "1.5.1", - "port-version": 0 + "port-version": 1 }, "oof": { "baseline": "2021-11-23", @@ -4942,7 +4942,7 @@ }, "openal-soft": { "baseline": "1.21.1", - "port-version": 3 + "port-version": 4 }, "openblas": { "baseline": "0.3.19", @@ -4954,7 +4954,7 @@ }, "opencc": { "baseline": "2020-04-26", - "port-version": 9 + "port-version": 10 }, "opencensus-cpp": { "baseline": "2021-08-26", @@ -4966,7 +4966,7 @@ }, "opencolorio": { "baseline": "2.1.1", - "port-version": 0 + "port-version": 1 }, "opencolorio-tools": { "baseline": "1.1.1", @@ -5034,7 +5034,7 @@ }, "openmpi": { "baseline": "4.1.0", - "port-version": 3 + "port-version": 4 }, "openmvg": { "baseline": "2.0", @@ -5070,7 +5070,7 @@ }, "opensubdiv": { "baseline": "3.4.3", - "port-version": 3 + "port-version": 4 }, "opentelemetry-cpp": { "baseline": "1.0.1", @@ -5078,7 +5078,7 @@ }, "opentracing": { "baseline": "1.6.0", - "port-version": 1 + "port-version": 2 }, "openvdb": { "baseline": "8.2.0", @@ -5090,7 +5090,7 @@ }, "openvr": { "baseline": "1.16.8", - "port-version": 1 + "port-version": 2 }, "openxr-loader": { "baseline": "1.0.22", @@ -5302,7 +5302,7 @@ }, "pixel": { "baseline": "0.3", - "port-version": 3 + "port-version": 4 }, "pixman": { "baseline": "0.40.0", @@ -5342,7 +5342,7 @@ }, "plibsys": { "baseline": "0.0.4", - "port-version": 5 + "port-version": 6 }, "plog": { "baseline": "1.1.5", @@ -5358,7 +5358,7 @@ }, "pmdk": { "baseline": "1.11.0", - "port-version": 0 + "port-version": 1 }, "pngpp": { "baseline": "0.2.10", @@ -5390,7 +5390,7 @@ }, "polyhook2": { "baseline": "2021-05-09", - "port-version": 1 + "port-version": 2 }, "polymorphic-value": { "baseline": "1.3.0", @@ -5414,15 +5414,15 @@ }, "portaudio": { "baseline": "19.7", - "port-version": 2 + "port-version": 3 }, "portmidi": { "baseline": "2.0.2", - "port-version": 0 + "port-version": 1 }, "portsmf": { "baseline": "0.238", - "port-version": 0 + "port-version": 1 }, "ppconsul": { "baseline": "0.5", @@ -5442,7 +5442,7 @@ }, "presentmon": { "baseline": "1.7.0", - "port-version": 0 + "port-version": 1 }, "proj": { "baseline": "0", @@ -5478,7 +5478,7 @@ }, "proxygen": { "baseline": "2021.06.14.00", - "port-version": 0 + "port-version": 1 }, "psimd": { "baseline": "2021-02-21", @@ -5486,7 +5486,7 @@ }, "ptex": { "baseline": "2.3.2", - "port-version": 3 + "port-version": 4 }, "pthread": { "baseline": "3.0.0", @@ -5542,7 +5542,7 @@ }, "qnnpack": { "baseline": "2021-02-26", - "port-version": 0 + "port-version": 1 }, "qpid-proton": { "baseline": "0.32.0", @@ -5922,7 +5922,7 @@ }, "quill": { "baseline": "1.6.3", - "port-version": 3 + "port-version": 4 }, "quirc": { "baseline": "1.1", @@ -5934,7 +5934,7 @@ }, "qwtw": { "baseline": "3.1.0", - "port-version": 1 + "port-version": 2 }, "rabit": { "baseline": "0.1", @@ -5982,7 +5982,7 @@ }, "raylib": { "baseline": "4.0.0", - "port-version": 0 + "port-version": 1 }, "rbdl": { "baseline": "2.6.0", @@ -6042,11 +6042,11 @@ }, "replxx": { "baseline": "0.0.4", - "port-version": 0 + "port-version": 1 }, "reproc": { "baseline": "14.2.4", - "port-version": 0 + "port-version": 1 }, "rest-rpc": { "baseline": "0.07", @@ -6074,7 +6074,7 @@ }, "rhash": { "baseline": "1.4.0", - "port-version": 1 + "port-version": 2 }, "riffcpp": { "baseline": "2.2.4", @@ -6118,11 +6118,11 @@ }, "rsasynccpp": { "baseline": "0.0.7", - "port-version": 0 + "port-version": 1 }, "rsm-binary-io": { "baseline": "2.0.4", - "port-version": 0 + "port-version": 1 }, "rsm-bsa": { "baseline": "4.0.0", @@ -6130,7 +6130,7 @@ }, "rsm-mmio": { "baseline": "1.1.0", - "port-version": 1 + "port-version": 2 }, "rsocket": { "baseline": "2021.08.30.00", @@ -6146,11 +6146,11 @@ }, "rtlsdr": { "baseline": "2020-04-16", - "port-version": 2 + "port-version": 3 }, "rtmidi": { "baseline": "4.0.0", - "port-version": 3 + "port-version": 4 }, "rttr": { "baseline": "0.9.6", @@ -6166,7 +6166,7 @@ }, "rxspencer": { "baseline": "3.9.0", - "port-version": 0 + "port-version": 1 }, "ryml": { "baseline": "2021-07-24", @@ -6174,11 +6174,11 @@ }, "ryu": { "baseline": "2.0", - "port-version": 5 + "port-version": 6 }, "s2geometry": { "baseline": "0.9.0", - "port-version": 0 + "port-version": 1 }, "s2n": { "baseline": "1.3.0", @@ -6206,11 +6206,11 @@ }, "sbp": { "baseline": "3.4.10", - "port-version": 0 + "port-version": 1 }, "scintilla": { "baseline": "4.4.6", - "port-version": 0 + "port-version": 1 }, "sciplot": { "baseline": "0.2.2", @@ -6242,7 +6242,7 @@ }, "sdformat6": { "baseline": "6.2.0", - "port-version": 4 + "port-version": 5 }, "sdformat9": { "baseline": "9.4.0", @@ -6366,7 +6366,7 @@ }, "simage": { "baseline": "1.8.1", - "port-version": 3 + "port-version": 4 }, "simbody": { "baseline": "2022-01-04", @@ -6402,7 +6402,7 @@ }, "skia": { "baseline": "2020-05-18", - "port-version": 6 + "port-version": 7 }, "skyr-url": { "baseline": "1.13.0", @@ -6410,7 +6410,7 @@ }, "sleef": { "baseline": "3.5.1", - "port-version": 0 + "port-version": 1 }, "sleepy-discord": { "baseline": "2021-07-07", @@ -6418,7 +6418,7 @@ }, "slikenet": { "baseline": "2021-06-07", - "port-version": 0 + "port-version": 1 }, "sltbench": { "baseline": "2.4.0", @@ -6458,15 +6458,15 @@ }, "sockpp": { "baseline": "0.7", - "port-version": 1 + "port-version": 2 }, "soem": { "baseline": "1.4.0", - "port-version": 2 + "port-version": 3 }, "soil": { "baseline": "2021-04-22", - "port-version": 0 + "port-version": 1 }, "soil2": { "baseline": "2021-05-01", @@ -6498,7 +6498,7 @@ }, "soundtouch": { "baseline": "2.3.1", - "port-version": 1 + "port-version": 2 }, "soxr": { "baseline": "0.1.3", @@ -6586,7 +6586,7 @@ }, "sqlcipher": { "baseline": "4.5.0", - "port-version": 0 + "port-version": 1 }, "sqlite-modern-cpp": { "baseline": "3.2-936cd0c8", @@ -6634,7 +6634,7 @@ }, "starlink-ast": { "baseline": "9.2.7", - "port-version": 0 + "port-version": 1 }, "status-code": { "baseline": "1.0.0-20211208", @@ -6690,7 +6690,7 @@ }, "superlu": { "baseline": "2020-01-07", - "port-version": 4 + "port-version": 5 }, "symengine": { "baseline": "0.7.0", @@ -6730,7 +6730,7 @@ }, "tbb": { "baseline": "2020_U3", - "port-version": 6 + "port-version": 7 }, "tcl": { "baseline": "core-9-0-a1", @@ -6742,7 +6742,7 @@ }, "teemo": { "baseline": "2.6", - "port-version": 0 + "port-version": 1 }, "telnetpp": { "baseline": "2.1.2", @@ -6750,11 +6750,11 @@ }, "tensorflow": { "baseline": "2.7.0", - "port-version": 1 + "port-version": 2 }, "tensorflow-cc": { "baseline": "2.7.0", - "port-version": 1 + "port-version": 2 }, "tensorflow-common": { "baseline": "2.7.0", @@ -6762,7 +6762,7 @@ }, "tensorpipe": { "baseline": "2021-04-26", - "port-version": 0 + "port-version": 1 }, "termcolor": { "baseline": "2.0.0", @@ -6774,7 +6774,7 @@ }, "tfhe": { "baseline": "1.0.1", - "port-version": 2 + "port-version": 3 }, "tgbot-cpp": { "baseline": "1.2.1", @@ -6818,7 +6818,7 @@ }, "tinkerforge": { "baseline": "2.1.25", - "port-version": 1 + "port-version": 2 }, "tiny-aes-c": { "baseline": "2019-07-31", @@ -6862,7 +6862,7 @@ }, "tinyfiledialogs": { "baseline": "3.8.8", - "port-version": 3 + "port-version": 4 }, "tinygltf": { "baseline": "2.5.0", @@ -6982,7 +6982,7 @@ }, "triangle": { "baseline": "1.6", - "port-version": 1 + "port-version": 2 }, "trompeloeil": { "baseline": "41", @@ -7002,7 +7002,7 @@ }, "ttauri": { "baseline": "0.5.0", - "port-version": 0 + "port-version": 1 }, "turbobase64": { "baseline": "2020-01-12", @@ -7010,7 +7010,7 @@ }, "tvision": { "baseline": "2021-08-10", - "port-version": 0 + "port-version": 1 }, "tweeny": { "baseline": "3.2.0", @@ -7086,7 +7086,7 @@ }, "usd": { "baseline": "20.08", - "port-version": 1 + "port-version": 2 }, "usockets": { "baseline": "0.8.1", @@ -7118,11 +7118,11 @@ }, "uthenticode": { "baseline": "1.0.6", - "port-version": 0 + "port-version": 1 }, "uvatlas": { "baseline": "2021-11-08", - "port-version": 0 + "port-version": 1 }, "uvw": { "baseline": "2.7.0", @@ -7134,7 +7134,7 @@ }, "v-hacd": { "baseline": "3.2.0", - "port-version": 2 + "port-version": 3 }, "v8": { "baseline": "9.1.269.39", @@ -7158,7 +7158,7 @@ }, "vc": { "baseline": "1.4.2", - "port-version": 1 + "port-version": 2 }, "vcglib": { "baseline": "1.0.1", @@ -7174,7 +7174,7 @@ }, "vcpkg-gfortran": { "baseline": "3", - "port-version": 1 + "port-version": 2 }, "vcpkg-gn": { "baseline": "2021-11-16", @@ -7198,7 +7198,7 @@ }, "vectorclass": { "baseline": "2.00.01", - "port-version": 1 + "port-version": 2 }, "visit-struct": { "baseline": "1.0", @@ -7270,7 +7270,7 @@ }, "wavpack": { "baseline": "5.4.0", - "port-version": 0 + "port-version": 1 }, "websocketpp": { "baseline": "0.8.2", @@ -7310,7 +7310,7 @@ }, "winreg": { "baseline": "4.1.2", - "port-version": 0 + "port-version": 1 }, "winsock2": { "baseline": "0.0", @@ -7334,7 +7334,7 @@ }, "wpilib": { "baseline": "2020.3.2", - "port-version": 1 + "port-version": 2 }, "wren": { "baseline": "2019-07-01", @@ -7358,11 +7358,11 @@ }, "x-plane": { "baseline": "3.0.3", - "port-version": 0 + "port-version": 1 }, "x264": { "baseline": "164-5db6aa6cab1b146", - "port-version": 3 + "port-version": 4 }, "x265": { "baseline": "3.4", @@ -7374,11 +7374,11 @@ }, "xaudio2redist": { "baseline": "1.2.8", - "port-version": 0 + "port-version": 1 }, "xbyak": { "baseline": "6.00", - "port-version": 0 + "port-version": 1 }, "xerces-c": { "baseline": "3.2.3", @@ -7466,7 +7466,7 @@ }, "yasm-tool": { "baseline": "1.3.0", - "port-version": 0 + "port-version": 1 }, "yasm-tool-helper": { "baseline": "2020-03-11", @@ -7490,7 +7490,7 @@ }, "z3": { "baseline": "4.8.12", - "port-version": 1 + "port-version": 2 }, "z85": { "baseline": "1.0", @@ -7498,7 +7498,7 @@ }, "zeromq": { "baseline": "4.3.4", - "port-version": 2 + "port-version": 3 }, "zfp": { "baseline": "0.5.5", diff --git a/versions/c-/c-ares.json b/versions/c-/c-ares.json index 59b8c1d2d54c24..31f663728e978b 100644 --- a/versions/c-/c-ares.json +++ b/versions/c-/c-ares.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8c97dd38d470b96784d2aa4484d04afca77e2c60", + "version-semver": "1.17.2", + "port-version": 2 + }, { "git-tree": "d434c999ea00b87bfbee3d79ddc6fc1b6f12d7fe", "version-semver": "1.17.2", diff --git a/versions/c-/calceph.json b/versions/c-/calceph.json index 94c64459b355af..5c5cddde9983e9 100644 --- a/versions/c-/calceph.json +++ b/versions/c-/calceph.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f9919835108077ed1a077ef023b60903f52df42c", + "version": "3.5.0", + "port-version": 2 + }, { "git-tree": "48bd1ecc8648d44291fbaf0a11f5f12aa017c077", "version": "3.5.0", diff --git a/versions/c-/camport3.json b/versions/c-/camport3.json index 6de0f201fb54b5..3ad3ae220f7e76 100644 --- a/versions/c-/camport3.json +++ b/versions/c-/camport3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ed31882bd5119a95ef69ba8323e0f4575ee5dc6d", + "version-string": "1.5.3", + "port-version": 2 + }, { "git-tree": "da6cb57213a9c5e3e4877a1c2278524f6228a80b", "version-string": "1.5.3", diff --git a/versions/c-/chromium-base.json b/versions/c-/chromium-base.json index d109033d439cfe..74ed1896208618 100644 --- a/versions/c-/chromium-base.json +++ b/versions/c-/chromium-base.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "36e6dbafdea0e90a8717907171efa375d2580d8b", + "version-string": "86.0.4199.1", + "port-version": 3 + }, { "git-tree": "e0ee4950d82a3613501a9647b688a451be6b187c", "version-string": "86.0.4199.1", diff --git a/versions/c-/civetweb.json b/versions/c-/civetweb.json index 8c5b7c8e3068f7..d3c12485555410 100644 --- a/versions/c-/civetweb.json +++ b/versions/c-/civetweb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0e09fcaf964728e71394be1fc43d018fcde2e355", + "version": "1.15", + "port-version": 1 + }, { "git-tree": "536e2167b093981486715537c12a52d0696b3840", "version": "1.15", diff --git a/versions/c-/clamav.json b/versions/c-/clamav.json index 6038414f131c12..645312b20e6142 100644 --- a/versions/c-/clamav.json +++ b/versions/c-/clamav.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "36dda0d43469bb23e4d56b170e40261b810509f1", + "version-semver": "0.103.0", + "port-version": 3 + }, { "git-tree": "5580f5bf0e6812edc0e114f55b3377117b5aa6ff", "version-semver": "0.103.0", diff --git a/versions/c-/clblast.json b/versions/c-/clblast.json index c73b728261a2eb..d6f21f9022ef18 100644 --- a/versions/c-/clblast.json +++ b/versions/c-/clblast.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e85773ea54da7675b468d6fd479871899667aa3a", + "version": "1.5.2", + "port-version": 1 + }, { "git-tree": "1908d2071402d3175fd77f272005be69ff02abbf", "version": "1.5.2", diff --git a/versions/c-/clrng.json b/versions/c-/clrng.json index ab1f2c78833e92..8fc6655362fc10 100644 --- a/versions/c-/clrng.json +++ b/versions/c-/clrng.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7cc0e3574395caa55371315638a94981a178f2bf", + "version-date": "2020-12-01", + "port-version": 3 + }, { "git-tree": "9e9072006facf085465f2bcc8291a3a90508c46a", "version-date": "2020-12-01", diff --git a/versions/c-/coin.json b/versions/c-/coin.json index 6a52852b545626..006d2f924da567 100644 --- a/versions/c-/coin.json +++ b/versions/c-/coin.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e974f1b74758c3af03beefadef6f060437a2af69", + "version-string": "4.0.0", + "port-version": 5 + }, { "git-tree": "e5bf7296f7f3b3655c946280754bbbfbbbf9db2a", "version-string": "4.0.0", diff --git a/versions/c-/commsdsl.json b/versions/c-/commsdsl.json index 8096dfd07c351b..44b2e25937444d 100644 --- a/versions/c-/commsdsl.json +++ b/versions/c-/commsdsl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6dc397dcd2267999f4c8d34fabd9a7e2dcf48ced", + "version-semver": "3.6.4", + "port-version": 1 + }, { "git-tree": "0e714012afcd0c56b2b55f6ab18b0092f6cd0066", "version-semver": "3.6.4", diff --git a/versions/c-/coroutine.json b/versions/c-/coroutine.json index 3bb9ab69b7c838..9a8b2cab1931a5 100644 --- a/versions/c-/coroutine.json +++ b/versions/c-/coroutine.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d6cef429d17c011260cd718a2738ec7282098866", + "version": "1.5.0", + "port-version": 3 + }, { "git-tree": "14f8ad97489e980329f98d4c95146dafb32cedb9", "version-string": "1.5.0", diff --git a/versions/c-/cpp-ipc.json b/versions/c-/cpp-ipc.json index 97dce1abedddd6..edac286d38c971 100644 --- a/versions/c-/cpp-ipc.json +++ b/versions/c-/cpp-ipc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "86a57c4fce501c6a9bcde5728ea6787b7425176a", + "version": "1.0.1", + "port-version": 1 + }, { "git-tree": "28482723c3bf4c785828c44d7df79bb901404afd", "version": "1.0.1", diff --git a/versions/c-/cpp-netlib.json b/versions/c-/cpp-netlib.json index 56e9912661d79b..448a858494ed30 100644 --- a/versions/c-/cpp-netlib.json +++ b/versions/c-/cpp-netlib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "49ff4ae830f2e1ae9141ea3155c6d962ca1c7946", + "version-string": "0.13.0", + "port-version": 6 + }, { "git-tree": "28abab182be22ac70207027a6a7e206416bd28b0", "version-string": "0.13.0", diff --git a/versions/c-/cppad.json b/versions/c-/cppad.json index 38aadae7bedb11..ace126b5f9ca27 100644 --- a/versions/c-/cppad.json +++ b/versions/c-/cppad.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e05a071cbc00d0343c57c70c2b0b043d570f8627", + "version-string": "20210000.7", + "port-version": 3 + }, { "git-tree": "5ec54e982dd160ae43272613536a53de6884d6d4", "version-string": "20210000.7", diff --git a/versions/c-/cppcms.json b/versions/c-/cppcms.json index ade141096f52c2..b476ab5426ee59 100644 --- a/versions/c-/cppcms.json +++ b/versions/c-/cppcms.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "05ef150cab0e8f56bd4f06b41baa9125d94e3451", + "version-string": "1.2.1", + "port-version": 4 + }, { "git-tree": "9582485ed72df7ad43d20b3680e13eaeb76f76e7", "version-string": "1.2.1", diff --git a/versions/c-/cppcoro.json b/versions/c-/cppcoro.json index daf5da05e52067..5febcb385298ae 100644 --- a/versions/c-/cppcoro.json +++ b/versions/c-/cppcoro.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "76350a224261bfe57c726e6f3a022d925cb26606", + "version-date": "2020-02-28", + "port-version": 3 + }, { "git-tree": "a9788359b921d309c2982f3f190ac9cb8583f28a", "version-string": "2020-2-28", diff --git a/versions/c-/cppunit.json b/versions/c-/cppunit.json index 044f2d91bb0e96..46d182a4b940f0 100644 --- a/versions/c-/cppunit.json +++ b/versions/c-/cppunit.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "671d125960c9cce11a92b65b8bdfba73f85b09b5", + "version": "1.15.1", + "port-version": 3 + }, { "git-tree": "5a65f009e556f249711d69ed679c2b570d9e79db", "version": "1.15.1", diff --git a/versions/c-/cpu-features.json b/versions/c-/cpu-features.json index 3d96d9efb6942d..4a9fbc9fc0a7e2 100644 --- a/versions/c-/cpu-features.json +++ b/versions/c-/cpu-features.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7df362e53cec246374da4f3d192bb1d4bb71b2b9", + "version": "0.6.0", + "port-version": 1 + }, { "git-tree": "1e64c7ac2673d19f18e8bc447b14e3ae7f842c81", "version": "0.6.0", diff --git a/versions/c-/crashpad.json b/versions/c-/crashpad.json index 8551c961a5a09d..6a57a61610372b 100644 --- a/versions/c-/crashpad.json +++ b/versions/c-/crashpad.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "88ee612aa949155b1e363bb710578811d3283033", + "version-date": "2020-03-18", + "port-version": 2 + }, { "git-tree": "1968933546b1d1a71dbe8869f68f13d014fcb943", "version-string": "2020-03-18", diff --git a/versions/c-/crfsuite.json b/versions/c-/crfsuite.json index 443a63e70fc745..0458068996234f 100644 --- a/versions/c-/crfsuite.json +++ b/versions/c-/crfsuite.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b74e8dd91be02cf5bbbd6f6387d66468fe579e8e", + "version-date": "2019-07-21", + "port-version": 3 + }, { "git-tree": "973286d78761d5a06d7188a21df0e15124dbf610", "version-date": "2019-07-21", diff --git a/versions/d-/dav1d.json b/versions/d-/dav1d.json index c655ee649fa62b..064c5d579d6540 100644 --- a/versions/d-/dav1d.json +++ b/versions/d-/dav1d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d92dfe48dbd557d90d9c216bc5a5a4b9435939c1", + "version-semver": "0.8.2", + "port-version": 3 + }, { "git-tree": "d0d3738c56710defd998cb619b649ddf6e43e017", "version-semver": "0.8.2", diff --git a/versions/d-/dbghelp.json b/versions/d-/dbghelp.json index b279a5b45744c2..064c04c4af2aef 100644 --- a/versions/d-/dbghelp.json +++ b/versions/d-/dbghelp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c90a3ad39f6dc1e0558acf89de26f220d0fd0c1f", + "version": "0", + "port-version": 2 + }, { "git-tree": "70109bd0d38dce02dc4ee2258fc40a2df72559f8", "version-string": "0.0", diff --git a/versions/d-/directx-headers.json b/versions/d-/directx-headers.json index 6e1917dd919b66..7f8bb1812bf07a 100644 --- a/versions/d-/directx-headers.json +++ b/versions/d-/directx-headers.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e9da93d00966da04931e1eab14be7bb4fc8998d5", + "version": "1.4.9", + "port-version": 1 + }, { "git-tree": "bf1d2dfc334ecb42998d443147a2acd5eb88e312", "version": "1.4.9", diff --git a/versions/d-/directxmesh.json b/versions/d-/directxmesh.json index 168e5a42c4739d..f5d9f40d691d17 100644 --- a/versions/d-/directxmesh.json +++ b/versions/d-/directxmesh.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a8cbbe307c2ac5a241a6ec4b1e76e121a1ffb2db", + "version-date": "2021-11-08", + "port-version": 1 + }, { "git-tree": "3680e7acf9764cc28152bc39b02497d4a7c13797", "version-date": "2021-11-08", diff --git a/versions/d-/directxsdk.json b/versions/d-/directxsdk.json index c40d1fad2adb82..8beece35ad5ddc 100644 --- a/versions/d-/directxsdk.json +++ b/versions/d-/directxsdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8bed733174eb790455d8da61a3df3d89a631365d", + "version-string": "jun10", + "port-version": 5 + }, { "git-tree": "440a5b43febdcc709d9ae1d768371c0b184ca92e", "version-string": "jun10", diff --git a/versions/d-/directxtex.json b/versions/d-/directxtex.json index c383fe172fe79e..af61e995bf9013 100644 --- a/versions/d-/directxtex.json +++ b/versions/d-/directxtex.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ec03f6fb3941d00726655dae315f09b6eb47d9ce", + "version-date": "2021-11-08", + "port-version": 1 + }, { "git-tree": "5c53206e385754a983e7f7c4ed208cc12f2cee44", "version-date": "2021-11-08", diff --git a/versions/d-/directxtk.json b/versions/d-/directxtk.json index f90e634954c9e8..0da2066195e314 100644 --- a/versions/d-/directxtk.json +++ b/versions/d-/directxtk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "34ecf07435420320f41c8aa7405926dc300359b2", + "version-date": "2021-11-08", + "port-version": 1 + }, { "git-tree": "57d691bc395a321a33bf9ed67cdafe438ab28a1f", "version-date": "2021-11-08", diff --git a/versions/d-/directxtk12.json b/versions/d-/directxtk12.json index 90580fd3a96ee2..9f287cd7ab6281 100644 --- a/versions/d-/directxtk12.json +++ b/versions/d-/directxtk12.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2019efd91b858e5075651d1ebbfa45dc1961aa2d", + "version-date": "2021-11-08", + "port-version": 1 + }, { "git-tree": "538dfbadce1c413fae24e65d900ab30ca5ff6877", "version-date": "2021-11-08", diff --git a/versions/d-/discord-game-sdk.json b/versions/d-/discord-game-sdk.json index d1768f1706d256..636bbfe88ea787 100644 --- a/versions/d-/discord-game-sdk.json +++ b/versions/d-/discord-game-sdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "792eac2fec1f5fbeff9cd819c73a08b8eefabb14", + "version": "2.5.6", + "port-version": 4 + }, { "git-tree": "4ddd26248ed26eb2676c96330e8ae5a0c3f82a3d", "version": "2.5.6", diff --git a/versions/d-/dmlc.json b/versions/d-/dmlc.json index 97a0362d2bdb11..72b091b613a27f 100644 --- a/versions/d-/dmlc.json +++ b/versions/d-/dmlc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2d1ce501d0c9ed32e6de5f73290635b259f67364", + "version-date": "2019-08-12", + "port-version": 7 + }, { "git-tree": "47d5b971d74b762c6c52e676d5c1c082ee462c0e", "version-date": "2019-08-12", diff --git a/versions/d-/dxsdk-d3dx.json b/versions/d-/dxsdk-d3dx.json index f6594d45f62cf9..564fde24f417de 100644 --- a/versions/d-/dxsdk-d3dx.json +++ b/versions/d-/dxsdk-d3dx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3f16a0560a2beb7205ed033b5ac2e5d5d2223161", + "version": "9.29.952.8", + "port-version": 2 + }, { "git-tree": "81aeb21cd027336b00f758ece5371f0c4930be2e", "version": "9.29.952.8", diff --git a/versions/d-/dxut.json b/versions/d-/dxut.json index ef3b7c69c04849..3ce7912d854411 100644 --- a/versions/d-/dxut.json +++ b/versions/d-/dxut.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b8f2fd1c9674e75aee3d139934b3980a47b3d0eb", + "version": "11.26", + "port-version": 1 + }, { "git-tree": "098b30a228f1d71cfa5b0e21a4c9bf9ade3774e6", "version": "11.26", diff --git a/versions/e-/easyhook.json b/versions/e-/easyhook.json index c914ec2956e6da..aa43663ecf7afa 100644 --- a/versions/e-/easyhook.json +++ b/versions/e-/easyhook.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "54eb13c17af41e5e869503410d13f67e6886c8ff", + "version": "2.7.7097.0", + "port-version": 4 + }, { "git-tree": "6fefce9309d25f4fdd8675a3168cbfd049f9b863", "version": "2.7.7097.0", diff --git a/versions/e-/ecsutil.json b/versions/e-/ecsutil.json index 65def84ff23eba..61d35945c0096a 100644 --- a/versions/e-/ecsutil.json +++ b/versions/e-/ecsutil.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "93fbfca024b36b2424e521b4426efa8d40028291", + "version-string": "1.0.7.15", + "port-version": 2 + }, { "git-tree": "7fb65a14c061886745af3a158b7f2bc8b71184fc", "version-string": "1.0.7.15", diff --git a/versions/e-/effects11.json b/versions/e-/effects11.json index 4850d41d5c1966..8389d07440a1c6 100644 --- a/versions/e-/effects11.json +++ b/versions/e-/effects11.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c2c6305e1ca4352d853c035f29d1d7daa3e47444", + "version": "11.26", + "port-version": 2 + }, { "git-tree": "ed264ec7ce47f6c0ad48933d3ced950b4841726f", "version": "11.26", diff --git a/versions/e-/efsw.json b/versions/e-/efsw.json index c58cd1f6db35ae..e33826cd97ed4e 100644 --- a/versions/e-/efsw.json +++ b/versions/e-/efsw.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6ebed2c2027b2500f01aa9f755df88098810826e", + "version-date": "2020-06-08", + "port-version": 3 + }, { "git-tree": "67bb6e4495d7a98abb97ef8da9d7486508974042", "version-string": "2020-06-08", diff --git a/versions/e-/exiv2.json b/versions/e-/exiv2.json index 15f3a1ef62bc4f..383a243504e377 100644 --- a/versions/e-/exiv2.json +++ b/versions/e-/exiv2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5e7341b739d7b05fbb40492158b01b8fa9fcdb74", + "version": "0.27.5", + "port-version": 1 + }, { "git-tree": "65e38e497c48c6e2fc463997ce9998e6af9f56b5", "version": "0.27.5", diff --git a/versions/f-/faiss.json b/versions/f-/faiss.json index 8e9e24bd9581b5..256d93842d14ac 100644 --- a/versions/f-/faiss.json +++ b/versions/f-/faiss.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "efbc0f9d771826b57c327d3a008ee4bff6bdbda1", + "version-semver": "1.7.1", + "port-version": 1 + }, { "git-tree": "7c8e333f76263e7ca027e52fdf1d14b025be234c", "version-semver": "1.7.1", diff --git a/versions/f-/fbgemm.json b/versions/f-/fbgemm.json index 2308259e2dce2f..1fcf80162d2f7c 100644 --- a/versions/f-/fbgemm.json +++ b/versions/f-/fbgemm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "89489c3afc56789dd2a8344dc89455723ec0eec3", + "version-date": "2021-03-18", + "port-version": 3 + }, { "git-tree": "8707b988ad38aae04720ce3494ef09603bd67954", "version-date": "2021-03-18", diff --git a/versions/f-/fbthrift.json b/versions/f-/fbthrift.json index e6231a686d009c..13a18c4542f0e5 100644 --- a/versions/f-/fbthrift.json +++ b/versions/f-/fbthrift.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3b06c9c143910647d74c5688610fc294bc493849", + "version-string": "2021.06.14.00", + "port-version": 1 + }, { "git-tree": "f57f144d8d7fe3db4534798d827e2e217f6e9b35", "version-string": "2021.06.14.00", diff --git a/versions/f-/field3d.json b/versions/f-/field3d.json index 380afc32399615..e26752a6bc1546 100644 --- a/versions/f-/field3d.json +++ b/versions/f-/field3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "272cb43e1adfe3c332af92658966a37ab59b8a53", + "version": "1.7.3", + "port-version": 3 + }, { "git-tree": "54a68f2c7d892d5876ff65ad373907bdcfc1b17e", "version-string": "1.7.3", diff --git a/versions/f-/flint.json b/versions/f-/flint.json index 266b67e6534e45..ea685f8d13c5d6 100644 --- a/versions/f-/flint.json +++ b/versions/f-/flint.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "26e57956bebf9fb602b989791e663db8cd4f686b", + "version-semver": "2.8.0", + "port-version": 1 + }, { "git-tree": "270de68a6011ec21e64b76b4db6c99e9fd76930a", "version-semver": "2.8.0", diff --git a/versions/f-/freetds.json b/versions/f-/freetds.json index cb6828f879e92c..19513003f0a784 100644 --- a/versions/f-/freetds.json +++ b/versions/f-/freetds.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d3cbd323de7835a0dc5239e8b51b20f783121bdb", + "version": "1.2.11", + "port-version": 2 + }, { "git-tree": "78236f0bd404616850bc174e84bb6736cc197d73", "version-string": "1.2.11", diff --git a/versions/f-/ftxui.json b/versions/f-/ftxui.json index f291e7f041b6f9..6c576f55b69b07 100644 --- a/versions/f-/ftxui.json +++ b/versions/f-/ftxui.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "92b9696ab8e0f19cca9e5bf161719700aecdb425", + "version-date": "2021-10-17", + "port-version": 1 + }, { "git-tree": "e98623fd181fa1ad4b0ec07053dc140066dfb66f", "version-date": "2021-10-17", diff --git a/versions/g-/g3log.json b/versions/g-/g3log.json index cf39075dc884fd..3451c7667c8907 100644 --- a/versions/g-/g3log.json +++ b/versions/g-/g3log.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b97c6fdba216caec4a83323a693a871cb57968fd", + "version": "1.3.4", + "port-version": 2 + }, { "git-tree": "37d239e8b61380aeb3bc6bbeaa2a91649787b34a", "version": "1.3.4", diff --git a/versions/g-/gamedev-framework.json b/versions/g-/gamedev-framework.json index 624ae044402b47..13f04015a26deb 100644 --- a/versions/g-/gamedev-framework.json +++ b/versions/g-/gamedev-framework.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4dbeca9676a469cb84eb1cfc731ae9bbc9110447", + "version-semver": "0.20.0", + "port-version": 2 + }, { "git-tree": "a9771cd4f7093f5d34a78d3e2417707185444910", "version-semver": "0.20.0", diff --git a/versions/g-/geogram.json b/versions/g-/geogram.json index 0c7d105d61b8f2..9ee01d4bcf10f1 100644 --- a/versions/g-/geogram.json +++ b/versions/g-/geogram.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d68db6c8078b7598e5bed6550a911f791ae63ab3", + "version": "1.7.6", + "port-version": 2 + }, { "git-tree": "d6d9b9c3652ebbfd846a225ba06a1867e0a6ba25", "version": "1.7.6", diff --git a/versions/g-/glib.json b/versions/g-/glib.json index abbb4bb3f3ce94..6ec585aeeeb5a7 100644 --- a/versions/g-/glib.json +++ b/versions/g-/glib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "83e2d36acbf39c01a33df90c4e65fee0221008aa", + "version": "2.70.1", + "port-version": 2 + }, { "git-tree": "52cb59030261a49d5afb22e2f95e5f9d24548532", "version": "2.70.1", diff --git a/versions/g-/google-cloud-cpp.json b/versions/g-/google-cloud-cpp.json index e88946266ab5c9..8f18108dcd49f4 100644 --- a/versions/g-/google-cloud-cpp.json +++ b/versions/g-/google-cloud-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cb69d19a2e45c9dae1a8caa1ee5898b4344cb7f1", + "version": "1.35.0", + "port-version": 2 + }, { "git-tree": "5df9e36ebb6dd75abc2a5ff3aebdd61719739e8e", "version": "1.35.0", diff --git a/versions/g-/gperf.json b/versions/g-/gperf.json index 173f43225a742e..addff5181f260b 100644 --- a/versions/g-/gperf.json +++ b/versions/g-/gperf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "15455ef99f1ce92d079d047e90fc486c098c6b18", + "version": "3.1", + "port-version": 3 + }, { "git-tree": "b8854df263b141671e3463bb19ca258cf0c641d2", "version-string": "3.1", diff --git a/versions/g-/gperftools.json b/versions/g-/gperftools.json index 1f2a5a93258447..426994d614f97f 100644 --- a/versions/g-/gperftools.json +++ b/versions/g-/gperftools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cc4a899d2089a6a683a2cbc8fc5ab6dae3fc45de", + "version-date": "2019-09-02", + "port-version": 3 + }, { "git-tree": "7bf526ef5e6a6a1dfb5fa4cb6941e415b64b94b3", "version-date": "2019-09-02", diff --git a/versions/g-/gsoap.json b/versions/g-/gsoap.json index a81153c336d6b7..ec7cae019e5293 100644 --- a/versions/g-/gsoap.json +++ b/versions/g-/gsoap.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1fa5f6d124e48e4c9c80949c5b8e9c6d40dc2e43", + "version": "2.8.112", + "port-version": 1 + }, { "git-tree": "3f3950a7c522535f3095358a298f7af276894a94", "version": "2.8.112", diff --git a/versions/g-/gstreamer.json b/versions/g-/gstreamer.json index 62cc11ebf3984d..c3f52893a3d55b 100644 --- a/versions/g-/gstreamer.json +++ b/versions/g-/gstreamer.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "25482001e85b34b144a67fc9cc86127f9e8c89ea", + "version": "1.19.2", + "port-version": 3 + }, { "git-tree": "ec9fdf057bbec637e21db3a56297439e420106d4", "version": "1.19.2", diff --git a/versions/g-/gtkmm.json b/versions/g-/gtkmm.json index 50ed4c3196b6b5..85fae6641c848a 100644 --- a/versions/g-/gtkmm.json +++ b/versions/g-/gtkmm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8e30c6169ae3b7778ba17649312e6fc064fe1b43", + "version": "4.4.0", + "port-version": 1 + }, { "git-tree": "9d316a91086b6f8ccd32e422abc4dd5083eb22c2", "version": "4.4.0", diff --git a/versions/h-/h3.json b/versions/h-/h3.json index f886f11668c797..7fe6fd9f187636 100644 --- a/versions/h-/h3.json +++ b/versions/h-/h3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "582bd670eb802209ca1dddca0067252e0736ea03", + "version-semver": "3.7.2", + "port-version": 1 + }, { "git-tree": "6c441a2da3a894cd1f1ec177c4b73abf2686f5b2", "version-semver": "3.7.2", diff --git a/versions/h-/hdf5.json b/versions/h-/hdf5.json index 3d7914a801cc99..a82c072f61ac9c 100644 --- a/versions/h-/hdf5.json +++ b/versions/h-/hdf5.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1000a70aefebfdd856715d265c3421c80157b773", + "version": "1.12.1", + "port-version": 4 + }, { "git-tree": "c12760535a18d9f3ac5497103dc76a961bac991e", "version": "1.12.1", diff --git a/versions/h-/hexl.json b/versions/h-/hexl.json index c1ade71589681f..cc0d88ede1e983 100644 --- a/versions/h-/hexl.json +++ b/versions/h-/hexl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c345ad60bfec1af5f712c6076de5d58ec497d889", + "version": "1.2.3", + "port-version": 1 + }, { "git-tree": "b79e9b07e9389a78ab2d421cc45940e52948d956", "version": "1.2.3", diff --git a/versions/i-/icu.json b/versions/i-/icu.json index e74602b5e0ab63..2218ab8e55bc7e 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "789755812260e6c4759e305d1591938513023c07", + "version": "69.1", + "port-version": 18 + }, { "git-tree": "0dc7426123d7307c353c40d63f74682f2faaabf1", "version": "69.1", diff --git a/versions/i-/idevicerestore.json b/versions/i-/idevicerestore.json index 6eb9e529366341..90f22b214c94c5 100644 --- a/versions/i-/idevicerestore.json +++ b/versions/i-/idevicerestore.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "020019d72f9fa90089c2f406edb5938294f2dc3d", + "version-string": "1.0.12", + "port-version": 6 + }, { "git-tree": "4ba1b8951ed8c7f3ac7ba2b786c58e44ad322a86", "version-string": "1.0.12", diff --git a/versions/i-/ignition-msgs5.json b/versions/i-/ignition-msgs5.json index 4665750430b636..a2fcd4fd20982e 100644 --- a/versions/i-/ignition-msgs5.json +++ b/versions/i-/ignition-msgs5.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a77594480a911b7648ca1ad24a575b826ddc2a9a", + "version": "5.3.0", + "port-version": 4 + }, { "git-tree": "4a9266bfbd56f0c547a7c02e8a416315ae226bf3", "version-string": "5.3.0", diff --git a/versions/i-/ignition-msgs6.json b/versions/i-/ignition-msgs6.json index 2c500d46f6eee7..4d1447919c95d8 100644 --- a/versions/i-/ignition-msgs6.json +++ b/versions/i-/ignition-msgs6.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "99d4ba95339db124ba068ea2b7fe9cf53d648da3", + "version": "6.0.0", + "port-version": 3 + }, { "git-tree": "60d1f5a0cdcb7c9fcf7c5dc92f29d1d56a83fc67", "version-string": "6.0.0", diff --git a/versions/i-/infoware.json b/versions/i-/infoware.json index 1f9a2257ea0dff..7c148d6b7332f6 100644 --- a/versions/i-/infoware.json +++ b/versions/i-/infoware.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5501ab1b5d5391ca168856f073f6a46d5ea83268", + "version-date": "2021-06-16", + "port-version": 1 + }, { "git-tree": "9c278f55bb9b202c251c0414d877a4a238b57214", "version-date": "2021-06-16", diff --git a/versions/j-/jack2.json b/versions/j-/jack2.json index 4d9d856947cd08..057fecc057b1f0 100644 --- a/versions/j-/jack2.json +++ b/versions/j-/jack2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f5494181c269f8b65a26fd702664bfde1a3f2e3f", + "version-semver": "1.9.19", + "port-version": 1 + }, { "git-tree": "408805b50757c6f3e5585ca5fddf17df005dfb58", "version-semver": "1.9.19", diff --git a/versions/j-/jaeger-client-cpp.json b/versions/j-/jaeger-client-cpp.json index ecd406ae536e39..aa48ff58108575 100644 --- a/versions/j-/jaeger-client-cpp.json +++ b/versions/j-/jaeger-client-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8a329e81cae8c0e9f5dc9c0f9921c3a1e2db706d", + "version-semver": "0.7.0", + "port-version": 1 + }, { "git-tree": "7b0bbe0b96ee8a4f4bffc825ada7b9c713468307", "version-semver": "0.7.0", diff --git a/versions/k-/keystone.json b/versions/k-/keystone.json index 7f8c71f6fbf6e0..68b76c7cae81b4 100644 --- a/versions/k-/keystone.json +++ b/versions/k-/keystone.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f0094b1730f5973d7c3661eec95eb009d1d272b9", + "version-semver": "0.9.2", + "port-version": 2 + }, { "git-tree": "34865a7cf3fbcf4f104e8b136862aa8acc1a7ca7", "version-semver": "0.9.2", diff --git a/versions/k-/kfr.json b/versions/k-/kfr.json index 00a6e7aa49fb14..863c2a4f91f0af 100644 --- a/versions/k-/kfr.json +++ b/versions/k-/kfr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "76c0a2397fec739067cac1a9970c113ed47341b1", + "version-semver": "4.2.1", + "port-version": 1 + }, { "git-tree": "3c67a5df3f480154a5f3472c58952566b55b688c", "version-semver": "4.2.1", diff --git a/versions/k-/kinectsdk1.json b/versions/k-/kinectsdk1.json index 6ddfc2b1251193..263c425735568d 100644 --- a/versions/k-/kinectsdk1.json +++ b/versions/k-/kinectsdk1.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d49f0532a6e9776666ef3960a9b267f32ff3cfc4", + "version": "1.8", + "port-version": 4 + }, { "git-tree": "b48f4bf28923981e5a8ad549daa4dc8ee64dac83", "version-string": "1.8", diff --git a/versions/k-/knet.json b/versions/k-/knet.json index cb0f8496bc6c44..37388ca012e6e3 100644 --- a/versions/k-/knet.json +++ b/versions/k-/knet.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "76216c380a8db7e28debacd7faafce6be6c2d705", + "version": "1.1.0", + "port-version": 1 + }, { "git-tree": "6d45707ca4c853c0c0bcd076b98fab73c605d906", "version": "1.1.0", diff --git a/versions/k-/krabsetw.json b/versions/k-/krabsetw.json index 703e3ecf76d438..101a631282aee3 100644 --- a/versions/k-/krabsetw.json +++ b/versions/k-/krabsetw.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b1f3fa7092c3cb91e5891fcf8f0923dd1f604887", + "version": "4.1.18", + "port-version": 1 + }, { "git-tree": "eafa1dce01b80f2483c3dd6b74b17b4d5b8bb215", "version-string": "4.1.18", diff --git a/versions/k-/ktx.json b/versions/k-/ktx.json index 21db2789d2a52d..ca6326340b5337 100644 --- a/versions/k-/ktx.json +++ b/versions/k-/ktx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2d554178c6665e285b8a480dabe83fcf72aa5514", + "version": "4.0.0", + "port-version": 1 + }, { "git-tree": "bb7f4de2ff7141cda0da61c7a0419559fc30c53a", "version": "4.0.0", diff --git a/versions/k-/kubernetes.json b/versions/k-/kubernetes.json index 5cbf8a1cd70585..4aaef02399f072 100644 --- a/versions/k-/kubernetes.json +++ b/versions/k-/kubernetes.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "81d419c292d699e92444e7629e01b1d1cf0ba762", + "version-date": "2022-01-19", + "port-version": 1 + }, { "git-tree": "0f41209b8d9dd8477bf2bb9ea91234c3680f1ee5", "version-date": "2022-01-19", diff --git a/versions/k-/kwsys.json b/versions/k-/kwsys.json index fd3fb9fa7a6304..a1db6c21180ace 100644 --- a/versions/k-/kwsys.json +++ b/versions/k-/kwsys.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6e898afb7fa1cdf9f1d72b64467a04fded7b2082", + "version-date": "2021-08-06", + "port-version": 1 + }, { "git-tree": "376ae3a199ad4fdaad235b6e01b92ed217388550", "version-date": "2021-08-06", diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index cd9e96f7632457..36d281cf3846e1 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2408bfca781ee9e5add6e674043e5f8ccca73a1b", + "version-semver": "3.5.2", + "port-version": 3 + }, { "git-tree": "d79d7deb863644fb2bd6570d17cfa88386fc4156", "version-semver": "3.5.2", diff --git a/versions/l-/libassuan.json b/versions/l-/libassuan.json index fb13a824ebf72b..7d3acd0e407f85 100644 --- a/versions/l-/libassuan.json +++ b/versions/l-/libassuan.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cf0ffd2dfbb239d338524fc0ea59311a869144c0", + "version": "2.5.3", + "port-version": 4 + }, { "git-tree": "4ff2ab79b12dcb656fa6286fdbfdff01b11b5b15", "version": "2.5.3", diff --git a/versions/l-/libb2.json b/versions/l-/libb2.json index 084a1ee4c8bbee..b26edd252d9648 100644 --- a/versions/l-/libb2.json +++ b/versions/l-/libb2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7c113e12089453e4e2cf2bbf67ad1f0b80a133a8", + "version": "0.98.1", + "port-version": 6 + }, { "git-tree": "0419d2f293a094dc4cdca1111daea2a6425a137b", "version": "0.98.1", diff --git a/versions/l-/libcanberra.json b/versions/l-/libcanberra.json index 6a3eb68e9469d8..70262ca3e17957 100644 --- a/versions/l-/libcanberra.json +++ b/versions/l-/libcanberra.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "30f433bae08d825ed5c8050194b7dd6a3009bf9a", + "version": "0.30", + "port-version": 2 + }, { "git-tree": "18398f54e696bb43cf68dc7efc3e32304487057e", "version": "0.30", diff --git a/versions/l-/libcrafter.json b/versions/l-/libcrafter.json index 9cc0e3881eda4c..098d07d841a542 100644 --- a/versions/l-/libcrafter.json +++ b/versions/l-/libcrafter.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0ecb9324842496e1b30a3aec8dbda993e7881612", + "version": "1.0", + "port-version": 2 + }, { "git-tree": "f8fd06400911305144ebbecfd5f4ab627cf40743", "version": "1.0", diff --git a/versions/l-/libevent.json b/versions/l-/libevent.json index e3f6e6a1e86176..91ff598864fdb5 100644 --- a/versions/l-/libevent.json +++ b/versions/l-/libevent.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c1fbaddea4a9b98b61cba0d785441115c161d24f", + "version": "2.1.12", + "port-version": 6 + }, { "git-tree": "4c3a73b8448f16fa69e497ef6f1df41a261a9b54", "version": "2.1.12", diff --git a/versions/l-/libexif.json b/versions/l-/libexif.json index 972e3bcf9889cc..838a142b564e6c 100644 --- a/versions/l-/libexif.json +++ b/versions/l-/libexif.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cbe71aeb850791354309f2c953bf117ddc64f97a", + "version": "0.6.22", + "port-version": 2 + }, { "git-tree": "b068504fa067776d51b304e0c28e23532957c4b6", "version-string": "0.6.22", diff --git a/versions/l-/libgo.json b/versions/l-/libgo.json index 0b0b0d40f2d1bb..f8921f77ac6125 100644 --- a/versions/l-/libgo.json +++ b/versions/l-/libgo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b50450a394cd5b4e882d353439c3dae6cc0564f2", + "version": "3.1", + "port-version": 4 + }, { "git-tree": "120510985335ea4bd1b8a91982d0f95842e43ba3", "version": "3.1", diff --git a/versions/l-/libgwenhywfar.json b/versions/l-/libgwenhywfar.json index 8449e9141f69d7..2fe59146912a9c 100644 --- a/versions/l-/libgwenhywfar.json +++ b/versions/l-/libgwenhywfar.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0aa4c84df4c2b05214574c2dbd524dfee2b694f8", + "version-semver": "5.6.0", + "port-version": 2 + }, { "git-tree": "279d1ba6d5ca2068bcd117050cb0f3c464b2cb8f", "version-semver": "5.6.0", diff --git a/versions/l-/libhsplasma.json b/versions/l-/libhsplasma.json index 43e6b79a5bfedf..146287506c0a87 100644 --- a/versions/l-/libhsplasma.json +++ b/versions/l-/libhsplasma.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1e9aee8fff86881286f825d1efa9afd1d4f013c6", + "version-string": "2021.06.08", + "port-version": 1 + }, { "git-tree": "9ffbd25ec776fbae40999d98a50d927180b560b5", "version-string": "2021.06.08", diff --git a/versions/l-/libhv.json b/versions/l-/libhv.json index ad084ec2c57427..bf137523013f79 100644 --- a/versions/l-/libhv.json +++ b/versions/l-/libhv.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "83c3744dfa329eb88671faee8c3839c1b5f3901e", + "version": "1.2.2", + "port-version": 1 + }, { "git-tree": "49dd8455e873417e8c6e336cdac63bc40cae8342", "version": "1.2.2", diff --git a/versions/l-/libigl.json b/versions/l-/libigl.json index 6498ecd346afe4..17a22a4f486017 100644 --- a/versions/l-/libigl.json +++ b/versions/l-/libigl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b4de37a62b3d7349f427f26ad38b8fe1f386d09d", + "version": "2.3.0", + "port-version": 1 + }, { "git-tree": "6ddb181a509d6897a3e29b7a1a696af1db2e044f", "version": "2.3.0", diff --git a/versions/l-/liblinear.json b/versions/l-/liblinear.json index bc5f622669df61..3c17116bb33f2a 100644 --- a/versions/l-/liblinear.json +++ b/versions/l-/liblinear.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5b88b9d95a1e851e77dd3018ce305abdc529a5da", + "version": "243", + "port-version": 1 + }, { "git-tree": "1a1acaef662beb37406c20bf6293109025f8df1b", "version-string": "243", diff --git a/versions/l-/libmodbus.json b/versions/l-/libmodbus.json index 86be284b35cf4e..f0a166f164b370 100644 --- a/versions/l-/libmodbus.json +++ b/versions/l-/libmodbus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "654921557bd29a70ed05ce78374c52b43e6defad", + "version": "3.1.6", + "port-version": 2 + }, { "git-tree": "a4d3ea1104f095d0d92d4f81d595776ad6f6b21e", "version-string": "3.1.6", diff --git a/versions/l-/libmpeg2.json b/versions/l-/libmpeg2.json index e13c81d623ac32..a291c352e928eb 100644 --- a/versions/l-/libmpeg2.json +++ b/versions/l-/libmpeg2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "71e878d5483d51cab0d347f8e4e162b305216255", + "version": "0.5.1", + "port-version": 2 + }, { "git-tree": "f7325b83ac5b58747d2dc18859f771b641a0d76f", "version-string": "0.5.1", diff --git a/versions/l-/libmupdf.json b/versions/l-/libmupdf.json index a900d9f5f861a8..67e2b7dc0e84c1 100644 --- a/versions/l-/libmupdf.json +++ b/versions/l-/libmupdf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9ca3ac09949f15d339ff747bb36f8593ff087959", + "version": "1.19.0-rc2", + "port-version": 1 + }, { "git-tree": "e91affc70edc5bab8dc75c274f14ba03b345c0bb", "version-string": "1.19.0-rc2", diff --git a/versions/l-/libosip2.json b/versions/l-/libosip2.json index b3dd2aa3420762..e94b9362b90ba2 100644 --- a/versions/l-/libosip2.json +++ b/versions/l-/libosip2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "711e04603ccba9622918413848035af14335ef63", + "version": "5.2.0", + "port-version": 2 + }, { "git-tree": "918421395ccee5a5d894f2720b4a779369eb0f97", "version": "5.2.0", diff --git a/versions/l-/libp7client.json b/versions/l-/libp7client.json index c8f285bd06be8c..e1b4da476dec84 100644 --- a/versions/l-/libp7client.json +++ b/versions/l-/libp7client.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dcf6b61cbaf4a0d50c256e830142176b49eabad6", + "version-string": "5.6", + "port-version": 2 + }, { "git-tree": "dcb9500d0ef29115ec13c39c943ce85d2030ac56", "version-string": "5.6", diff --git a/versions/l-/libqcow.json b/versions/l-/libqcow.json index 2d4ce7f324f61e..7ea89f69314c65 100644 --- a/versions/l-/libqcow.json +++ b/versions/l-/libqcow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "03d185bd85372ecd790739994ef2eb487a9595bc", + "version-string": "20210419", + "port-version": 2 + }, { "git-tree": "1d32eac160d01f07c4918816493353b53375f7de", "version-string": "20210419", diff --git a/versions/l-/libressl.json b/versions/l-/libressl.json index 0ba04b1e1c91c2..d750caba6b26c7 100644 --- a/versions/l-/libressl.json +++ b/versions/l-/libressl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1541c15439fdf9199c6796b51cd59fa644b7d9e4", + "version": "3.3.4", + "port-version": 1 + }, { "git-tree": "2dcc81c2e764c5f32d9c35280ab9ae06fda622c3", "version": "3.3.4", diff --git a/versions/l-/librsync.json b/versions/l-/librsync.json index 1233b9154e4736..6ea83e07fbf430 100644 --- a/versions/l-/librsync.json +++ b/versions/l-/librsync.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1d252092a8f0d2ecbf57a4113324b363d4c43db1", + "version-semver": "2.3.2", + "port-version": 1 + }, { "git-tree": "e6fbc4e5fec56fbef5ac08d642e8b550a1c47490", "version-semver": "2.3.2", diff --git a/versions/l-/libsass.json b/versions/l-/libsass.json index 1e5b38e6cef095..55295b935cad76 100644 --- a/versions/l-/libsass.json +++ b/versions/l-/libsass.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9f688f8a8026f1078f224e7bcc4eef8fc21561a2", + "version": "3.6.5", + "port-version": 1 + }, { "git-tree": "f6568e763bc2718b27a5dc2d3d1db4d3cf651572", "version": "3.6.5", diff --git a/versions/l-/libsbml.json b/versions/l-/libsbml.json index 9dd6c3d51314de..2f488b14479334 100644 --- a/versions/l-/libsbml.json +++ b/versions/l-/libsbml.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9793402aaa4679187a9a703f189239544e3daf77", + "version": "5.19.0", + "port-version": 2 + }, { "git-tree": "12ec3d5ff69d3e8b960c03b9b0ae8127663227f5", "version": "5.19.0", diff --git a/versions/l-/libsmb2.json b/versions/l-/libsmb2.json index 3e27f55b66a2ee..07034124af75d9 100644 --- a/versions/l-/libsmb2.json +++ b/versions/l-/libsmb2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2793ccd966a8c7b7cbe925000471c3ba3ef7d77b", + "version-date": "2021-04-29", + "port-version": 1 + }, { "git-tree": "033110ed64eb6d73a85ab8439c13b84b5ee02891", "version-date": "2021-04-29", diff --git a/versions/l-/libsnoretoast.json b/versions/l-/libsnoretoast.json index 513047f33c5864..026d6eaac4c0d1 100644 --- a/versions/l-/libsnoretoast.json +++ b/versions/l-/libsnoretoast.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9931c3af48647454daf01f77ea23c63fc9aeb732", + "version": "0.8.0", + "port-version": 2 + }, { "git-tree": "66d0c5615dc55a5a5201e6de21d5a7acbaa4bd9b", "version": "0.8.0", diff --git a/versions/l-/libsoundio.json b/versions/l-/libsoundio.json index 0845265c4852f0..b2a720c604f9f1 100644 --- a/versions/l-/libsoundio.json +++ b/versions/l-/libsoundio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ff8356daa64c082441be7beb2d51c5360a54a6cd", + "version": "2.0.0", + "port-version": 6 + }, { "git-tree": "ea8a154b722a142045906b20d2df00a38d330d6b", "version": "2.0.0", diff --git a/versions/l-/libspnav.json b/versions/l-/libspnav.json index 33081a8b7df85d..353ca850d32046 100644 --- a/versions/l-/libspnav.json +++ b/versions/l-/libspnav.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6c31fef991e0961c3194b1f9847469e98a1bdb03", + "version": "0.2.3", + "port-version": 2 + }, { "git-tree": "c34294f2e748d1600ca87ed7086a0ddcedb1a7b9", "version-string": "0.2.3", diff --git a/versions/l-/libsrt.json b/versions/l-/libsrt.json index aa407873239134..80e2ed58c70cfd 100644 --- a/versions/l-/libsrt.json +++ b/versions/l-/libsrt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bec354df76b0c680977252a11a9e88b1ae6818b9", + "version": "1.4.4", + "port-version": 2 + }, { "git-tree": "8181eb237eec2ba795164edfbd47f69d6b8466d8", "version": "1.4.4", diff --git a/versions/l-/libssh.json b/versions/l-/libssh.json index 087f62b1fee5d0..3d650f766634f5 100644 --- a/versions/l-/libssh.json +++ b/versions/l-/libssh.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7023d2f926234da8e19b11cb3a6d1d37dfbb008c", + "version": "0.9.6", + "port-version": 2 + }, { "git-tree": "9e1cde44baefed40b0e994bfe088a7788f1efacf", "version": "0.9.6", diff --git a/versions/l-/libtorrent.json b/versions/l-/libtorrent.json index 919372b2ee67ac..953e626c2f26e8 100644 --- a/versions/l-/libtorrent.json +++ b/versions/l-/libtorrent.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "eec22cb36f26cc1cd10714a8bdd974b451ba9832", + "version": "1.2.14", + "port-version": 2 + }, { "git-tree": "8ee811432c2056d11d9f2d346142c2c1be44a328", "version": "1.2.14", diff --git a/versions/l-/libunistring.json b/versions/l-/libunistring.json index 3651b41cfc3cb9..90395ba3cec3ce 100644 --- a/versions/l-/libunistring.json +++ b/versions/l-/libunistring.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1d6ff819975c70dc53d9aefa5d9046a0a21617b4", + "version": "0.9.10", + "port-version": 2 + }, { "git-tree": "7e74b9d781041b3a5c09b72f77b8e79ea6add168", "version": "0.9.10", diff --git a/versions/l-/liburing.json b/versions/l-/liburing.json index 0ec46a4a754a02..3ebb4cd25eeafc 100644 --- a/versions/l-/liburing.json +++ b/versions/l-/liburing.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e193d537e05887e8efeae8ab1328dc7e33499e01", + "version": "2.0", + "port-version": 1 + }, { "git-tree": "b4d90242721d15d6dc5287690c3b8d42c2e8d0f0", "version": "2.0", diff --git a/versions/l-/libusb-win32.json b/versions/l-/libusb-win32.json index df798ee16f055d..e7f17dc82a974a 100644 --- a/versions/l-/libusb-win32.json +++ b/versions/l-/libusb-win32.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fd3ac7f3d9331b546a957f651f9f911d69d7ef4f", + "version-string": "1.2.6.0", + "port-version": 8 + }, { "git-tree": "a75f1e3bedf1a31e8c812d07c24eb867fdd74a29", "version-string": "1.2.6.0", diff --git a/versions/l-/libusbmuxd.json b/versions/l-/libusbmuxd.json index c378816e63a7b2..06351ca95db578 100644 --- a/versions/l-/libusbmuxd.json +++ b/versions/l-/libusbmuxd.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2d6ac12d94326fae11d86e39030433003251aa62", + "version": "1.2.219", + "port-version": 2 + }, { "git-tree": "a50e755ad62ff56d5012dd84e0ccd196175a807c", "version-string": "1.2.219", diff --git a/versions/l-/libuuid.json b/versions/l-/libuuid.json index 565c32f1072b98..aeb730dcdf850a 100644 --- a/versions/l-/libuuid.json +++ b/versions/l-/libuuid.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4d0fcae0591fc7776a9cf39996796326222e72ad", + "version": "1.0.3", + "port-version": 11 + }, { "git-tree": "47283ef4bb45ef38cfd61160bc1cec2d69e572b4", "version": "1.0.3", diff --git a/versions/l-/libvmdk.json b/versions/l-/libvmdk.json index d2569ca29137b2..d62a1103c9a2f3 100644 --- a/versions/l-/libvmdk.json +++ b/versions/l-/libvmdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f1d35304c7ab4940f834735c091eca7a2ee43305", + "version-string": "20200926", + "port-version": 2 + }, { "git-tree": "8efc63f616daad6af987a274eb292d2605bd8f4b", "version-string": "20200926", diff --git a/versions/l-/libwebsockets.json b/versions/l-/libwebsockets.json index 68e88c1b8abbd5..ddafd222f61cb3 100644 --- a/versions/l-/libwebsockets.json +++ b/versions/l-/libwebsockets.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d8b0df2d428b6902450b58a8dc5e0743549d16b0", + "version-semver": "4.3.0", + "port-version": 2 + }, { "git-tree": "b4ef6833cbf3bb5c97e3150bbdb61bccb8db21cd", "version-semver": "4.3.0", diff --git a/versions/l-/libxdiff.json b/versions/l-/libxdiff.json index e475c8b978391e..130c9f6feb9aba 100644 --- a/versions/l-/libxdiff.json +++ b/versions/l-/libxdiff.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "88e90a302307649ee4266069f5f85a06941530ff", + "version": "0.23", + "port-version": 2 + }, { "git-tree": "dfe80df2ce315833069e20c710acf1349b901e60", "version-string": "0.23", diff --git a/versions/l-/licensepp.json b/versions/l-/licensepp.json index 20cd42e9e99034..6318660c9af1ad 100644 --- a/versions/l-/licensepp.json +++ b/versions/l-/licensepp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5bbecce6621b387f3522f31745fa839c6401f09d", + "version-date": "2020-05-19", + "port-version": 3 + }, { "git-tree": "f7115621dbc8deb47ebd3a8ff8dc7eeaf26c80fd", "version-string": "2020-05-19", diff --git a/versions/l-/lilv.json b/versions/l-/lilv.json index 3964c793f1a41b..0cc4bdc77b36f4 100644 --- a/versions/l-/lilv.json +++ b/versions/l-/lilv.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a4dc357aa0d6533993a18ec3a9358a39d9ed3a54", + "version": "0.24.10", + "port-version": 1 + }, { "git-tree": "7cf6faadffa3ad04da656c4fbbdcee367b302fdb", "version-string": "0.24.10", diff --git a/versions/l-/log4cpp.json b/versions/l-/log4cpp.json index 44f7d5172941fa..3f35bb86e7a0e2 100644 --- a/versions/l-/log4cpp.json +++ b/versions/l-/log4cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ed51c9c96387b0e97754a2ede544d589ae3b5af2", + "version": "2.9.1", + "port-version": 7 + }, { "git-tree": "c68e17d674484b6ec48269fb47eb711f0e2fcbab", "version-string": "2.9.1", diff --git a/versions/l-/luajit.json b/versions/l-/luajit.json index 9f519d788c1533..2e60dce6192b5e 100644 --- a/versions/l-/luajit.json +++ b/versions/l-/luajit.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3748aef9d3bd9d941f6af4d9c049cc55194cb7f5", + "version": "2.0.5", + "port-version": 5 + }, { "git-tree": "10777e8d3827f33dd042ae2cee5d309f48a108c0", "version-string": "2.0.5", diff --git a/versions/m-/marl.json b/versions/m-/marl.json index 0b62afa36d7566..c8df20ea5f4022 100644 --- a/versions/m-/marl.json +++ b/versions/m-/marl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fd57df5a81ab5870018fd3d288922a14a235fcc4", + "version-date": "2021-04-25", + "port-version": 1 + }, { "git-tree": "455a779684efcee90811a7a1d2a86ba1b29a8996", "version-date": "2021-04-25", diff --git a/versions/m-/mbedtls.json b/versions/m-/mbedtls.json index d9fdc8f6b618c2..f1e254f7f5c03f 100644 --- a/versions/m-/mbedtls.json +++ b/versions/m-/mbedtls.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "676b36c2f6fc72a2fbbbe521ae46fdefe5db67ca", + "version": "2.24.0", + "port-version": 4 + }, { "git-tree": "a68475211755b3999de8cb2ec1d2fdfe9bb8ab10", "version-string": "2.24.0", diff --git a/versions/m-/mimalloc.json b/versions/m-/mimalloc.json index def3c7b022f02a..93333585b179ca 100644 --- a/versions/m-/mimalloc.json +++ b/versions/m-/mimalloc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e68a15fa535a3dcf4a1dba0f277eb239cc27b863", + "version": "2.0.3", + "port-version": 2 + }, { "git-tree": "0b8064b8481fdeb88e2b4933c485ea0f6b99d779", "version": "2.0.3", diff --git a/versions/m-/minizip.json b/versions/m-/minizip.json index acbf121370f2ab..5931b7c3204379 100644 --- a/versions/m-/minizip.json +++ b/versions/m-/minizip.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c3bec48dc73b936a25a26a9ec1941aac9e39fcf1", + "version-semver": "1.2.11", + "port-version": 10 + }, { "git-tree": "fc89de0b8a1105f6bee9625bba4031b138862a39", "version-semver": "1.2.11", diff --git a/versions/m-/mmloader.json b/versions/m-/mmloader.json index a8aa1935759bfa..a381834b387837 100644 --- a/versions/m-/mmloader.json +++ b/versions/m-/mmloader.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "104d16ae01f6ae753fde8406f75a01b9353aa1f2", + "version-date": "2021-12-13", + "port-version": 1 + }, { "git-tree": "030c251ff729f1063950f5473cf393125f888ca2", "version-date": "2021-12-13", diff --git a/versions/m-/mnn.json b/versions/m-/mnn.json index fd88fd1d559b0b..af46b0080e8793 100644 --- a/versions/m-/mnn.json +++ b/versions/m-/mnn.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e77125ae365a54bdcbbdb5bb2d77d32834a4487b", + "version": "1.1.0", + "port-version": 2 + }, { "git-tree": "10351b13b0daa0e66de483597da63e0d60e9777a", "version": "1.1.0", diff --git a/versions/m-/mongoose.json b/versions/m-/mongoose.json index ed9a4675b44673..7d09a84ad15882 100644 --- a/versions/m-/mongoose.json +++ b/versions/m-/mongoose.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "504d873811dc91402f21952ea4c9fd08602cc822", + "version": "7.5", + "port-version": 1 + }, { "git-tree": "e48192c7d0e653962481e1c2be9e7663ead35e74", "version": "7.5", diff --git a/versions/m-/monkeys-audio.json b/versions/m-/monkeys-audio.json index b1effe8c7b997b..83f85a51b28a6a 100644 --- a/versions/m-/monkeys-audio.json +++ b/versions/m-/monkeys-audio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6dbdeec6bf1752114f81a6ad09c85d046dc2ca3b", + "version": "5.70", + "port-version": 2 + }, { "git-tree": "e7058d11b081c99f9be409c3770e9d41b6487505", "version-string": "5.70", diff --git a/versions/m-/mpir.json b/versions/m-/mpir.json index 0dd5bbbdcbafc7..060661e3d98ce4 100644 --- a/versions/m-/mpir.json +++ b/versions/m-/mpir.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8aabcec72d2006d0a338159fac489aae1da57220", + "version": "3.0.0", + "port-version": 11 + }, { "git-tree": "6d62b01b328d3537a808a6b68cdecaa44ea0d0d7", "version-string": "3.0.0", diff --git a/versions/m-/ms-gltf.json b/versions/m-/ms-gltf.json index ccc4e4b3d17b5b..d31cbad7f459f1 100644 --- a/versions/m-/ms-gltf.json +++ b/versions/m-/ms-gltf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b287c12480725603087cb1ebd5044a6a4bd6b2cb", + "version-string": "r1.9.5.4", + "port-version": 1 + }, { "git-tree": "aeeeac2de78af647be1312f6e9ab687c18369e99", "version-string": "r1.9.5.4", diff --git a/versions/m-/msmpi.json b/versions/m-/msmpi.json index 7890abdddcd664..16149fa9555cec 100644 --- a/versions/m-/msmpi.json +++ b/versions/m-/msmpi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "92f5e217faeaf4ec7e205a56bfff3a13b75e0393", + "version": "10.1.12498", + "port-version": 3 + }, { "git-tree": "a93f4540161febeb02c42e92a6bfff770c4729dc", "version": "10.1.12498", diff --git a/versions/m-/munit.json b/versions/m-/munit.json index e5aabeb353b38c..a0f4d170796fe4 100644 --- a/versions/m-/munit.json +++ b/versions/m-/munit.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d905b3126db7f555eba6a3a02598e0b3b6a97492", + "version-date": "2019-04-06", + "port-version": 5 + }, { "git-tree": "37416e6f9f63789221184c07fd4e040d4d8646a2", "version-string": "2019-04-06", diff --git a/versions/m-/muparser.json b/versions/m-/muparser.json index beca28c0e082d6..590e0a66193235 100644 --- a/versions/m-/muparser.json +++ b/versions/m-/muparser.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6b93a7e6250aaa93e20c752426eb4fb1bcb08411", + "version": "2.3.3", + "port-version": 1 + }, { "git-tree": "e2e6e7754f6e242c497aca1dd784be15acc5c11f", "version": "2.3.3-1", diff --git a/versions/m-/mvfst.json b/versions/m-/mvfst.json index 2bf6bed18a48de..cd8fe816a1bcc9 100644 --- a/versions/m-/mvfst.json +++ b/versions/m-/mvfst.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c73381f28aba19d8c008096270feca19a798fa92", + "version": "0.1", + "port-version": 1 + }, { "git-tree": "9af76c6cd8bea86bff84e5ccddc9f9e39290391e", "version": "0.1", diff --git a/versions/n-/nanogui.json b/versions/n-/nanogui.json index 96ea5ef6b79057..25cc3e33a729fd 100644 --- a/versions/n-/nanogui.json +++ b/versions/n-/nanogui.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "55a7f3e088fe04ac01f7693c0685770ba865e6ae", + "version-date": "2019-09-23", + "port-version": 3 + }, { "git-tree": "bb3bc286985c1be4bb92ab92e45617410726de3c", "version-string": "2019-09-23", diff --git a/versions/n-/networkdirect-sdk.json b/versions/n-/networkdirect-sdk.json index 9032a3a6fc8905..36ef8dc5074d92 100644 --- a/versions/n-/networkdirect-sdk.json +++ b/versions/n-/networkdirect-sdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4ae7e238a2a00496c78d2d2bb2101f9e054975e9", + "version": "2.0.1", + "port-version": 3 + }, { "git-tree": "38faf77539eb45a0336501ea8af5d63b9ca11c83", "version-string": "2.0.1", diff --git a/versions/n-/ngspice.json b/versions/n-/ngspice.json index e5ae9654dde19e..22912951bac9d1 100644 --- a/versions/n-/ngspice.json +++ b/versions/n-/ngspice.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f9060da8afaaccceef8b5265f7758f20bc23e289", + "version": "35", + "port-version": 1 + }, { "git-tree": "cce657d55082d7a23496c44cb311e208ea31cab4", "version-string": "35", diff --git a/versions/n-/nmslib.json b/versions/n-/nmslib.json index 83c6d4e864f932..733d5e4578e082 100644 --- a/versions/n-/nmslib.json +++ b/versions/n-/nmslib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "98fea3cd9111ced5710357dee8212e576efd514b", + "version": "2.1.1", + "port-version": 1 + }, { "git-tree": "b0256cb272ca0fe86ee427cdd64ad08f41c656b8", "version": "2.1.1", diff --git a/versions/n-/nnpack.json b/versions/n-/nnpack.json index 00fe3761110442..28a12083ae0fa0 100644 --- a/versions/n-/nnpack.json +++ b/versions/n-/nnpack.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2479c1088fd75df5e9f06e85086c748aefae9e11", + "version-date": "2021-02-21", + "port-version": 2 + }, { "git-tree": "42cc5d6dad2376e9322d715341bb0c8e2d1297b8", "version-date": "2021-02-21", diff --git a/versions/n-/nvtt.json b/versions/n-/nvtt.json index 6941d034b59355..5bb7e4278dcf18 100644 --- a/versions/n-/nvtt.json +++ b/versions/n-/nvtt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e2db690561d6b3d44308bd53e0da9d3dc5794ea1", + "version": "2.1.2", + "port-version": 3 + }, { "git-tree": "80005bae9d45f506abd7b21dd09b246703381174", "version-string": "2.1.2", diff --git a/versions/o-/ocilib.json b/versions/o-/ocilib.json index a5249e866d173b..212ddfdd5d7030 100644 --- a/versions/o-/ocilib.json +++ b/versions/o-/ocilib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "76e672a75b678329bb9646c61e9f4bdba02aeedd", + "version": "4.7.3", + "port-version": 1 + }, { "git-tree": "cc328210424ed585e62cd1ec47b1a48b3a2174c2", "version": "4.7.3", diff --git a/versions/o-/onednn.json b/versions/o-/onednn.json index 9a62af9fd4aee4..f21847d63ccfc3 100644 --- a/versions/o-/onednn.json +++ b/versions/o-/onednn.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0ac578f6078a2120900435434f0df8c96d4a7a54", + "version-semver": "2.4.3", + "port-version": 1 + }, { "git-tree": "d2c75b6924fc7301f68d484674419fad3f076ca5", "version-semver": "2.4.3", diff --git a/versions/o-/onnxruntime-gpu.json b/versions/o-/onnxruntime-gpu.json index 2b98c4448a0480..1fe9bafd6ef369 100644 --- a/versions/o-/onnxruntime-gpu.json +++ b/versions/o-/onnxruntime-gpu.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9741bef63d2b0c74277568da67ab7aa1ab50c51b", + "version": "1.5.1", + "port-version": 1 + }, { "git-tree": "36273dd148753f754c51a4835aeb29bf5aa1556e", "version-string": "1.5.1", diff --git a/versions/o-/openal-soft.json b/versions/o-/openal-soft.json index fe1afc014d0049..1d70617a9c2886 100644 --- a/versions/o-/openal-soft.json +++ b/versions/o-/openal-soft.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a1dee3171a9184c0a13631fda79f6aa58d2b80b6", + "version-semver": "1.21.1", + "port-version": 4 + }, { "git-tree": "b6672158f9eda4512b07d89ba193c51ef2802641", "version-semver": "1.21.1", diff --git a/versions/o-/opencc.json b/versions/o-/opencc.json index f4b6768bfa4a18..525db85fd9c9b6 100644 --- a/versions/o-/opencc.json +++ b/versions/o-/opencc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "10bc4f21926d1c116227ba57e954c4f8a6c9e999", + "version-date": "2020-04-26", + "port-version": 10 + }, { "git-tree": "b7f1756b470f31ae2da4a2d65eb5c409d4798b8e", "version-string": "2020-04-26", diff --git a/versions/o-/opencolorio.json b/versions/o-/opencolorio.json index 3cf1517dfd2d92..99cec394e31e73 100644 --- a/versions/o-/opencolorio.json +++ b/versions/o-/opencolorio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c68079d3d055b028af29997748784c7fa8457f7c", + "version-semver": "2.1.1", + "port-version": 1 + }, { "git-tree": "5027649e2b69070030097c754018913b6ae0d8b0", "version-semver": "2.1.1", diff --git a/versions/o-/openmpi.json b/versions/o-/openmpi.json index e98a3395b42593..dc5df6dfa88c0a 100644 --- a/versions/o-/openmpi.json +++ b/versions/o-/openmpi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "96a3a8cd636443eaf50648e749ff144cb65ad851", + "version": "4.1.0", + "port-version": 4 + }, { "git-tree": "5d701c1350d6cb8e4380f829460e8287b0e2f6cc", "version": "4.1.0", diff --git a/versions/o-/opensubdiv.json b/versions/o-/opensubdiv.json index be8519959c357f..963073c9dd5755 100644 --- a/versions/o-/opensubdiv.json +++ b/versions/o-/opensubdiv.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "91fabcb273d865674e59979585b5f9a6739ad6c5", + "version-semver": "3.4.3", + "port-version": 4 + }, { "git-tree": "786a994b5a4637b9cd43eaf2b790d913bce9cdce", "version-semver": "3.4.3", diff --git a/versions/o-/opentracing.json b/versions/o-/opentracing.json index 616b682881ca5f..94c1d40af1e1ea 100644 --- a/versions/o-/opentracing.json +++ b/versions/o-/opentracing.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6bd6797b313b265c51c85ea2838efcdaa70f87f7", + "version": "1.6.0", + "port-version": 2 + }, { "git-tree": "001eac5d529c5b20dd9dbfc85879568e07d9b55d", "version-string": "1.6.0", diff --git a/versions/o-/openvr.json b/versions/o-/openvr.json index d26235515817ec..f93111b2a37835 100644 --- a/versions/o-/openvr.json +++ b/versions/o-/openvr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "29e327e41442a81d5bc3040244132649f032edb6", + "version": "1.16.8", + "port-version": 2 + }, { "git-tree": "cd3839d56ad4263ecc52a94440b22333ab1d7bfe", "version-string": "1.16.8", diff --git a/versions/p-/pixel.json b/versions/p-/pixel.json index d10f82cfa36d0a..0c1e8854645550 100644 --- a/versions/p-/pixel.json +++ b/versions/p-/pixel.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "346ea5fe92b2cfe055a1cd242868605e56d94318", + "version": "0.3", + "port-version": 4 + }, { "git-tree": "57198090e451e125ad231a0a1068643cbd06cb61", "version-string": "0.3", diff --git a/versions/p-/plibsys.json b/versions/p-/plibsys.json index 4f2ce556b13c5f..4fa3dacd23ef1e 100644 --- a/versions/p-/plibsys.json +++ b/versions/p-/plibsys.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6691b7f463d3a1bf27ebafa6e317cdc41735665c", + "version": "0.0.4", + "port-version": 6 + }, { "git-tree": "1af02f154f0a23e71a9547cf67f4dc7b0cab732d", "version-string": "0.0.4", diff --git a/versions/p-/pmdk.json b/versions/p-/pmdk.json index e8e653c481c8de..762bd4b327f7e3 100644 --- a/versions/p-/pmdk.json +++ b/versions/p-/pmdk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a6a893e78e485b907148252308a5ea11befde1d9", + "version": "1.11.0", + "port-version": 1 + }, { "git-tree": "a2083c3fd577af1074c046235d2d0c73ad77d011", "version": "1.11.0", diff --git a/versions/p-/polyhook2.json b/versions/p-/polyhook2.json index a86411d5f9d74e..74fd9bd4a81903 100644 --- a/versions/p-/polyhook2.json +++ b/versions/p-/polyhook2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bae35bd5e732a2468beb53b4407668d515204514", + "version-date": "2021-05-09", + "port-version": 2 + }, { "git-tree": "9b4af767d959bb37711e474327acba689127749c", "version-string": "2021-05-09", diff --git a/versions/p-/portaudio.json b/versions/p-/portaudio.json index a44336cb8ba62e..34cfaa0f478d8d 100644 --- a/versions/p-/portaudio.json +++ b/versions/p-/portaudio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ecfe7da0a3a51b33e76443799786bbcce7646f27", + "version": "19.7", + "port-version": 3 + }, { "git-tree": "b090c514cbfce25b342a884efc937ede432df55a", "version": "19.7", diff --git a/versions/p-/portmidi.json b/versions/p-/portmidi.json index 02cd8a9be4c715..2cbea12a13317b 100644 --- a/versions/p-/portmidi.json +++ b/versions/p-/portmidi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9aba0f6770f874c56c8e8bebf2a6a9b3edbe899a", + "version": "2.0.2", + "port-version": 1 + }, { "git-tree": "a32d3d5e0e58e38089378c3f723f2b4862714a4c", "version": "2.0.2", diff --git a/versions/p-/portsmf.json b/versions/p-/portsmf.json index c5124438cea45c..807b4337a9f647 100644 --- a/versions/p-/portsmf.json +++ b/versions/p-/portsmf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "60b00990b46bbac28e91a94533d212be1af49ffb", + "version": "0.238", + "port-version": 1 + }, { "git-tree": "6edc5e2a3d90cd44a65b5d0f28207b5eb3c2dec5", "version": "0.238", diff --git a/versions/p-/presentmon.json b/versions/p-/presentmon.json index 5c83b268f77025..23521c07a072c6 100644 --- a/versions/p-/presentmon.json +++ b/versions/p-/presentmon.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "daf02980cb0bef9bd56209e550d134f2bc06c699", + "version-semver": "1.7.0", + "port-version": 1 + }, { "git-tree": "0d57616105f23dbcceb4477bb30354e0d3e4a5b6", "version-semver": "1.7.0", diff --git a/versions/p-/proxygen.json b/versions/p-/proxygen.json index 24859be6070a5e..955e372c2f7f6c 100644 --- a/versions/p-/proxygen.json +++ b/versions/p-/proxygen.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8dd3b93e98f28386e8c44f50df2efb4c2bb30ce1", + "version-string": "2021.06.14.00", + "port-version": 1 + }, { "git-tree": "a4a04ef230bcd866c6c1a078ac3e11d926333b21", "version-string": "2021.06.14.00", diff --git a/versions/p-/ptex.json b/versions/p-/ptex.json index 47f9c2dcaba574..4c8c95a6749f58 100644 --- a/versions/p-/ptex.json +++ b/versions/p-/ptex.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3f04f712745e5fb558f79324199b3fe8c1a00b84", + "version": "2.3.2", + "port-version": 4 + }, { "git-tree": "c524a2ab1940315d3481e9fbf745425caf5b7c15", "version": "2.3.2", diff --git a/versions/q-/qnnpack.json b/versions/q-/qnnpack.json index b9f21aaa7e7d02..ee1cf4c89ef5a1 100644 --- a/versions/q-/qnnpack.json +++ b/versions/q-/qnnpack.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8dbc0dd7bdcf36b48124351fbc2ecc44d0b2e961", + "version-date": "2021-02-26", + "port-version": 1 + }, { "git-tree": "b433ea1861106777f4f358ba433eeea488e91c3a", "version-date": "2021-02-26", diff --git a/versions/q-/quill.json b/versions/q-/quill.json index da355a2fc5bc1e..fdd44a202c6ca5 100644 --- a/versions/q-/quill.json +++ b/versions/q-/quill.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "19f0208595bbec6d64a4e34e351b530d091212bd", + "version-semver": "1.6.3", + "port-version": 4 + }, { "git-tree": "037a819f5cf482d84083318e120e076c711a2760", "version-semver": "1.6.3", diff --git a/versions/q-/qwtw.json b/versions/q-/qwtw.json index 81d0fd2cca70a1..c1b92e2b21647b 100644 --- a/versions/q-/qwtw.json +++ b/versions/q-/qwtw.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b5e27a5ec415b3edbce8dd6ea8d09bf2022b75f1", + "version": "3.1.0", + "port-version": 2 + }, { "git-tree": "debc8598b11213981d8489a27ca97894a72621c6", "version-string": "3.1.0", diff --git a/versions/r-/raylib.json b/versions/r-/raylib.json index 27e111f9adfd63..222560cca966de 100644 --- a/versions/r-/raylib.json +++ b/versions/r-/raylib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4ab1c8406a740fce2da5e0844b10aea89850d044", + "version-semver": "4.0.0", + "port-version": 1 + }, { "git-tree": "394d0afab6e94ac36b289e350cdf2b8886560bb4", "version-semver": "4.0.0", diff --git a/versions/r-/replxx.json b/versions/r-/replxx.json index 1481e75958a087..9e09a73bc70d83 100644 --- a/versions/r-/replxx.json +++ b/versions/r-/replxx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5f699bd3a8850016bfd6ff8a8eb03d82fe83bdb9", + "version": "0.0.4", + "port-version": 1 + }, { "git-tree": "d4ea343882654077d63b8e2781b380a545331935", "version": "0.0.4", diff --git a/versions/r-/reproc.json b/versions/r-/reproc.json index ed13fab3fe3cdf..b90be37891c183 100644 --- a/versions/r-/reproc.json +++ b/versions/r-/reproc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "eeac14685480439ee52ac05ec68faebb2cbaffad", + "version": "14.2.4", + "port-version": 1 + }, { "git-tree": "7fd87804e3a4b51c657b56c1be69d11e29168b89", "version": "14.2.4", diff --git a/versions/r-/rhash.json b/versions/r-/rhash.json index 32c38505f3e938..5645f745819011 100644 --- a/versions/r-/rhash.json +++ b/versions/r-/rhash.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "db6e2fc777b1ffb5257989484d303fc52e9b39f5", + "version": "1.4.0", + "port-version": 2 + }, { "git-tree": "ade1e1726434d28ad58715f9b6a3c005a1f243bb", "version-string": "1.4.0", diff --git a/versions/r-/rsasynccpp.json b/versions/r-/rsasynccpp.json index 398e8cc0f510ab..fbd102a5decccb 100644 --- a/versions/r-/rsasynccpp.json +++ b/versions/r-/rsasynccpp.json @@ -1,9 +1,14 @@ { "versions": [ + { + "git-tree": "7fc33d5002210774c5e4d7450a0cd88c3be82ca8", + "version": "0.0.7", + "port-version": 1 + }, { "git-tree": "80995d80f9e7e551f8305ce2cecb0a91bc9c457a", "version": "0.0.7", "port-version": 0 - } + } ] } diff --git a/versions/r-/rsm-binary-io.json b/versions/r-/rsm-binary-io.json index 168955fe12c314..34c422faf7d580 100644 --- a/versions/r-/rsm-binary-io.json +++ b/versions/r-/rsm-binary-io.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "954debdfb4b8f785728e7c263ea3ea3ee7093253", + "version-semver": "2.0.4", + "port-version": 1 + }, { "git-tree": "36b0aaf84f89c1ba6e63fe0da7ab72b6c1ccf535", "version-semver": "2.0.4", diff --git a/versions/r-/rsm-mmio.json b/versions/r-/rsm-mmio.json index ac662f9756a3d9..31ae61086639b9 100644 --- a/versions/r-/rsm-mmio.json +++ b/versions/r-/rsm-mmio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b64c5538a5de9cc3e4e516ba97f437480b94c6f0", + "version-semver": "1.1.0", + "port-version": 2 + }, { "git-tree": "634597e88010f239748fafb52c6e8f431242b53a", "version-semver": "1.1.0", diff --git a/versions/r-/rtlsdr.json b/versions/r-/rtlsdr.json index 491572e70d4633..38c8731448bde2 100644 --- a/versions/r-/rtlsdr.json +++ b/versions/r-/rtlsdr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "62e4eb78a7e4f9cbbd24db08dd3f59ed284222e1", + "version-date": "2020-04-16", + "port-version": 3 + }, { "git-tree": "5ba19a6253c583cb9d97ea7ad3570c49284fadb1", "version-string": "2020-04-16", diff --git a/versions/r-/rtmidi.json b/versions/r-/rtmidi.json index 07e63c77adaeff..ebda6dd64e6b2f 100644 --- a/versions/r-/rtmidi.json +++ b/versions/r-/rtmidi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9d72ff2345f2c1b08f4808cedaa0caf87156d295", + "version-semver": "4.0.0", + "port-version": 4 + }, { "git-tree": "4c13583da321fa3efa7a075032d0ed880dd15e48", "version-semver": "4.0.0", diff --git a/versions/r-/rxspencer.json b/versions/r-/rxspencer.json index 9a23c4747d5635..1d4df6e4be1bfb 100644 --- a/versions/r-/rxspencer.json +++ b/versions/r-/rxspencer.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d0db813c47fd33b7e6f5ffb95790b66aafcaa53e", + "version": "3.9.0", + "port-version": 1 + }, { "git-tree": "c3b5bac6d89f6ae425bfe95a4309e72146f944dd", "version": "3.9.0", diff --git a/versions/r-/ryu.json b/versions/r-/ryu.json index 5bad84baa79e8e..5b448e6a124f2b 100644 --- a/versions/r-/ryu.json +++ b/versions/r-/ryu.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b500b4b86daab326db966564fcd439215eae86ee", + "version": "2.0", + "port-version": 6 + }, { "git-tree": "e620954b8262664cd847436d34b412bc89292854", "version-string": "2.0", diff --git a/versions/s-/s2geometry.json b/versions/s-/s2geometry.json index c439b2619110eb..d7824d9754c29f 100644 --- a/versions/s-/s2geometry.json +++ b/versions/s-/s2geometry.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e72b94e77bff8c357c4cd2430094c4dadf21c174", + "version": "0.9.0", + "port-version": 1 + }, { "git-tree": "3cfb53e7df6cf6c9602e63606daa377568c52cd8", "version": "0.9.0", diff --git a/versions/s-/sbp.json b/versions/s-/sbp.json index cd9ea4056dec52..1a8b87acacef39 100644 --- a/versions/s-/sbp.json +++ b/versions/s-/sbp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ef46c718c23128379c5050d907d0a90d335206b3", + "version-semver": "3.4.10", + "port-version": 1 + }, { "git-tree": "d3d3511804be8ef1277c4bce734379748ee615f4", "version-semver": "3.4.10", diff --git a/versions/s-/scintilla.json b/versions/s-/scintilla.json index 95e2051826303a..649075160f61f7 100644 --- a/versions/s-/scintilla.json +++ b/versions/s-/scintilla.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "65fa530f4695dbecf4c90bc60d89d59abc6eab2f", + "version": "4.4.6", + "port-version": 1 + }, { "git-tree": "725d3e47a1e30713a272b1ef12251b65696f8a3e", "version": "4.4.6", diff --git a/versions/s-/sdformat6.json b/versions/s-/sdformat6.json index 2429b11d27f2cd..940d98b8a71ffc 100644 --- a/versions/s-/sdformat6.json +++ b/versions/s-/sdformat6.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f3ec7ce50f9e64316ed940878271ade6cea1c0e3", + "version": "6.2.0", + "port-version": 5 + }, { "git-tree": "dc94f6d1e0351bb777ccd1823470fe22ad896c34", "version": "6.2.0", diff --git a/versions/s-/simage.json b/versions/s-/simage.json index 92165a5c2add04..6f298cfd70e1a8 100644 --- a/versions/s-/simage.json +++ b/versions/s-/simage.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6c2ccc36f5c1ebb27f820fe4f6e89df014e4bafa", + "version-semver": "1.8.1", + "port-version": 4 + }, { "git-tree": "97e1edfae380f76bdb4d6e9a94a91bbccd82c3a2", "version-semver": "1.8.1", diff --git a/versions/s-/skia.json b/versions/s-/skia.json index b35420ba8497d8..4c664f1d222e00 100644 --- a/versions/s-/skia.json +++ b/versions/s-/skia.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f7b3961a52ea4c43d781a5c8ace67d0ef100cce7", + "version-date": "2020-05-18", + "port-version": 7 + }, { "git-tree": "100eb7e29ed2959e793dfce6500b408e84d56562", "version-date": "2020-05-18", diff --git a/versions/s-/sleef.json b/versions/s-/sleef.json index 304db6224f9952..706ae99f1a8d05 100644 --- a/versions/s-/sleef.json +++ b/versions/s-/sleef.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ea33cc5343944b32ab14b772d5242a07fb84865b", + "version": "3.5.1", + "port-version": 1 + }, { "git-tree": "0c195bd94ab64769463a4891db9d140fa37508a4", "version": "3.5.1", diff --git a/versions/s-/slikenet.json b/versions/s-/slikenet.json index ee83f0113e39ba..72f5c29378abf9 100644 --- a/versions/s-/slikenet.json +++ b/versions/s-/slikenet.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "470cffd8e68b737e7131beccd5fc7a87be9c3151", + "version-date": "2021-06-07", + "port-version": 1 + }, { "git-tree": "ac7b0f3e2e112489c1d66b390c22e050bd410783", "version-date": "2021-06-07", diff --git a/versions/s-/sockpp.json b/versions/s-/sockpp.json index 12e5a5bd06a181..aef6793d2b1733 100644 --- a/versions/s-/sockpp.json +++ b/versions/s-/sockpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3afb916458a5548b20996882ed7f7054d041f0ff", + "version": "0.7", + "port-version": 2 + }, { "git-tree": "69d23d693d1ab8cfeeab35c6b2794d6f2a9ca748", "version-string": "0.7", diff --git a/versions/s-/soem.json b/versions/s-/soem.json index 5cf0babc9b1050..a758daeb6b7157 100644 --- a/versions/s-/soem.json +++ b/versions/s-/soem.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cc08020790a9060eb6adaa1e989af4463197854b", + "version": "1.4.0", + "port-version": 3 + }, { "git-tree": "df36d49ff0f6b1755c5a1a046c98c4d0df0e7d77", "version-string": "1.4.0", diff --git a/versions/s-/soil.json b/versions/s-/soil.json index c06dd8898fae09..76994b7e0efe75 100644 --- a/versions/s-/soil.json +++ b/versions/s-/soil.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7b4abbbc20cd42bad536a6aee64949a40ec3d850", + "version-date": "2021-04-22", + "port-version": 1 + }, { "git-tree": "9798401f421c850fbce93d990b143283ae5af293", "version-date": "2021-04-22", diff --git a/versions/s-/soundtouch.json b/versions/s-/soundtouch.json index 81b7f378c52056..5c37a47d71b5ae 100644 --- a/versions/s-/soundtouch.json +++ b/versions/s-/soundtouch.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f4f307065b40b131fd80ce953afcc121aba46f9f", + "version": "2.3.1", + "port-version": 2 + }, { "git-tree": "a91341e5eb80526c64b263e5b10e0a6c800daa7e", "version": "2.3.1", diff --git a/versions/s-/sqlcipher.json b/versions/s-/sqlcipher.json index 46c15f4253d254..912cd825bce101 100644 --- a/versions/s-/sqlcipher.json +++ b/versions/s-/sqlcipher.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e38664c89497e1686362947290d62bcf0eb6abaa", + "version": "4.5.0", + "port-version": 1 + }, { "git-tree": "dd42a5be2c9409d8e5c35b9821765f504ef960ff", "version": "4.5.0", diff --git a/versions/s-/starlink-ast.json b/versions/s-/starlink-ast.json index 0934529de6569f..1ebc5ce9411bce 100644 --- a/versions/s-/starlink-ast.json +++ b/versions/s-/starlink-ast.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f749208cd4ad912baf5f9b84482f32a176ef910a", + "version": "9.2.7", + "port-version": 1 + }, { "git-tree": "9f0217b4694092c4b440de6e864986ee8c567f5e", "version": "9.2.7", diff --git a/versions/s-/superlu.json b/versions/s-/superlu.json index 7d13bfe6b5a188..c048cc9ae21410 100644 --- a/versions/s-/superlu.json +++ b/versions/s-/superlu.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5bee1e0197c0e768c6ee8b9acdf815b4d46b5978", + "version-date": "2020-01-07", + "port-version": 5 + }, { "git-tree": "88c6ebaf1337aa31cf3afec8250fd7ee1b990b6e", "version-string": "2020-01-07", diff --git a/versions/t-/tbb.json b/versions/t-/tbb.json index 9c56bf8a5a081b..d8882dab4fa899 100644 --- a/versions/t-/tbb.json +++ b/versions/t-/tbb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "275198e39d268c87b807d7f552b51396d5cf6242", + "version-string": "2020_U3", + "port-version": 7 + }, { "git-tree": "e168e03c2e5776bdee59accf5f643ae26b0ddd84", "version-string": "2020_U3", diff --git a/versions/t-/teemo.json b/versions/t-/teemo.json index 163baab563ae68..f06a0abfec997f 100644 --- a/versions/t-/teemo.json +++ b/versions/t-/teemo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6eff96ba13b50bd8a7b7b3d1197fdbda11c09712", + "version": "2.6", + "port-version": 1 + }, { "git-tree": "668ad24ea1e187f27877ffe3570555df857460d8", "version": "2.6", diff --git a/versions/t-/tensorflow-cc.json b/versions/t-/tensorflow-cc.json index b658dd780fb34c..475c71d108a7d7 100644 --- a/versions/t-/tensorflow-cc.json +++ b/versions/t-/tensorflow-cc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c0b8bf99d3056c5b117dd2eabba3125f1d867442", + "version-semver": "2.7.0", + "port-version": 2 + }, { "git-tree": "48be8a2aea85f73821084ea35d307e4033726565", "version-semver": "2.7.0", diff --git a/versions/t-/tensorflow.json b/versions/t-/tensorflow.json index f4aa05bc7e82db..e47e81c730751c 100644 --- a/versions/t-/tensorflow.json +++ b/versions/t-/tensorflow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "07b6bd8bae65b448a163db4e720c46afd605a1cc", + "version-semver": "2.7.0", + "port-version": 2 + }, { "git-tree": "4f02ceeb872646409f83a5b164c9892322d75e6b", "version-semver": "2.7.0", diff --git a/versions/t-/tensorpipe.json b/versions/t-/tensorpipe.json index 534b63696755f1..7ecdfe6e700d19 100644 --- a/versions/t-/tensorpipe.json +++ b/versions/t-/tensorpipe.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fc442cfbc144a4fc95ca41d9349ef04564d7ce5a", + "version-date": "2021-04-26", + "port-version": 1 + }, { "git-tree": "ab0e7e22e13c4ebe8c308008aaabb803dca57cdc", "version-date": "2021-04-26", diff --git a/versions/t-/tfhe.json b/versions/t-/tfhe.json index d44f73e0c2f499..dd960cfc1f88eb 100644 --- a/versions/t-/tfhe.json +++ b/versions/t-/tfhe.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "657bf75ef9440b68186eeeccc1c7e3f2c55d3ec4", + "version-semver": "1.0.1", + "port-version": 3 + }, { "git-tree": "e87faaf58cb9feb686fe28d31f24cedf27e2aec1", "version-semver": "1.0.1", diff --git a/versions/t-/tinkerforge.json b/versions/t-/tinkerforge.json index 0969ff465c79bb..433a2ef3a6abfa 100644 --- a/versions/t-/tinkerforge.json +++ b/versions/t-/tinkerforge.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d9c644023147820bc9c89e9fe9f896e1a5fa0913", + "version": "2.1.25", + "port-version": 2 + }, { "git-tree": "684528ec07914569ba89b0d42230290cc55fdd4a", "version-string": "2.1.25", diff --git a/versions/t-/tinyfiledialogs.json b/versions/t-/tinyfiledialogs.json index 7096611582475a..2b062876ff9bf3 100644 --- a/versions/t-/tinyfiledialogs.json +++ b/versions/t-/tinyfiledialogs.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "be887c4bad998770f49efced776f0ef5df71d342", + "version": "3.8.8", + "port-version": 4 + }, { "git-tree": "57a86420c47979e0b30dfb1e77482aad2836b07b", "version": "3.8.8", diff --git a/versions/t-/triangle.json b/versions/t-/triangle.json index 71a72f6da27f16..f3fae4ed4e1236 100644 --- a/versions/t-/triangle.json +++ b/versions/t-/triangle.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "645a20994580aa49313c0d9ef735ea60caf57976", + "version": "1.6", + "port-version": 2 + }, { "git-tree": "9b80b2815877547418bac0ed7ddba3fec7d0a2df", "version-string": "1.6", diff --git a/versions/t-/ttauri.json b/versions/t-/ttauri.json index 74a61a87a9edb9..f1deb87b031664 100644 --- a/versions/t-/ttauri.json +++ b/versions/t-/ttauri.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5990b7368bf89a8b6cd1fa2a7b33406c9ef3a24e", + "version": "0.5.0", + "port-version": 1 + }, { "git-tree": "8214a006b0e577a7c4076ed5bfd7f155abc99ace", "version": "0.5.0", diff --git a/versions/t-/tvision.json b/versions/t-/tvision.json index 888ab5edd1c10d..8dea359d6afe80 100644 --- a/versions/t-/tvision.json +++ b/versions/t-/tvision.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "43ab1f9cb4407aab0a936520a82ddee84a48bd92", + "version-date": "2021-08-10", + "port-version": 1 + }, { "git-tree": "9d7a52a21054aae326fe5793acc7d54b04ec40f6", "version-date": "2021-08-10", diff --git a/versions/u-/usd.json b/versions/u-/usd.json index 1c7e2f2ff09a7f..f32c455a84edf2 100644 --- a/versions/u-/usd.json +++ b/versions/u-/usd.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "177f2af7397316cc1fa92a72ea8992f6acca8dfb", + "version-string": "20.08", + "port-version": 2 + }, { "git-tree": "44bef511fe3c249b1579ab696b8bd7e82147b788", "version-string": "20.08", diff --git a/versions/u-/uthenticode.json b/versions/u-/uthenticode.json index 8bb7320735cd52..b4f7957ef03362 100644 --- a/versions/u-/uthenticode.json +++ b/versions/u-/uthenticode.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bc0bd0b234a79de442f7001bd1a216716333e067", + "version": "1.0.6", + "port-version": 1 + }, { "git-tree": "bd27c0f342a4c62251b30f323be232c86bc999af", "version-string": "1.0.6", diff --git a/versions/u-/uvatlas.json b/versions/u-/uvatlas.json index 21f25ac1484365..4a22bb9c3191d2 100644 --- a/versions/u-/uvatlas.json +++ b/versions/u-/uvatlas.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4f353fc6ad423c0a9d95c7b2d2f6c7a150e43b25", + "version-date": "2021-11-08", + "port-version": 1 + }, { "git-tree": "c9e1961e16fefb328333a2f99555a33cdc496356", "version-date": "2021-11-08", diff --git a/versions/v-/v-hacd.json b/versions/v-/v-hacd.json index 0be1cb57ba7062..cfe1c12b87dd40 100644 --- a/versions/v-/v-hacd.json +++ b/versions/v-/v-hacd.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c65970db1719a0f4ac77a70859ce0a46a430c54a", + "version": "3.2.0", + "port-version": 3 + }, { "git-tree": "fb52b4b2323057dd987225a70627ed40016756ee", "version-string": "3.2.0", diff --git a/versions/v-/vc.json b/versions/v-/vc.json index 03ffe16c1fa4d7..2d7db742642630 100644 --- a/versions/v-/vc.json +++ b/versions/v-/vc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "57204c2b095452a828860a6476b8b997463ee36d", + "version": "1.4.2", + "port-version": 2 + }, { "git-tree": "670b9bb5b2fe8a35ac2115b355d87995b1ee85b6", "version-string": "1.4.2", diff --git a/versions/v-/vcpkg-gfortran.json b/versions/v-/vcpkg-gfortran.json index 59725ac545af18..73e8296641380e 100644 --- a/versions/v-/vcpkg-gfortran.json +++ b/versions/v-/vcpkg-gfortran.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5fa617d0b37f47f7f19210be936e25914d6f64c6", + "version": "3", + "port-version": 2 + }, { "git-tree": "46d6be1a505fd008358fc3b426a74a0063661f68", "version-string": "3", diff --git a/versions/v-/vectorclass.json b/versions/v-/vectorclass.json index 02a9695eb21da0..dc472b4a17439d 100644 --- a/versions/v-/vectorclass.json +++ b/versions/v-/vectorclass.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a1c1b1ca0e0ddb9d5c27129234b2c22c9b73bd16", + "version-string": "2.00.01", + "port-version": 2 + }, { "git-tree": "0e6cebabfff6ad5300bf2fd306e48a7a7392abcb", "version-string": "2.00.01", diff --git a/versions/w-/wavpack.json b/versions/w-/wavpack.json index 89722b850f63bc..a723cf1107e7a3 100644 --- a/versions/w-/wavpack.json +++ b/versions/w-/wavpack.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "77b8c9ab85776abb2d049d562db7350525ddf7e2", + "version": "5.4.0", + "port-version": 1 + }, { "git-tree": "ba245d1ac0cf8e5024feca18df32365ceed6a402", "version": "5.4.0", diff --git a/versions/w-/winreg.json b/versions/w-/winreg.json index de6e0e42d9a790..f236630184ebf1 100644 --- a/versions/w-/winreg.json +++ b/versions/w-/winreg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "303a59adfcedbd8c8acdc053ec6b1139d056ecae", + "version": "4.1.2", + "port-version": 1 + }, { "git-tree": "000a828ce0f4abd8b4732c7ca7e819e25e82144b", "version": "4.1.2", diff --git a/versions/w-/wpilib.json b/versions/w-/wpilib.json index 9f7b2a523e28ea..2b2c63cfe10921 100644 --- a/versions/w-/wpilib.json +++ b/versions/w-/wpilib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cf10ef63982d54978a85c868d37462ce21643188", + "version-string": "2020.3.2", + "port-version": 2 + }, { "git-tree": "f656633935224ac3005954533294babd766921b1", "version-string": "2020.3.2", diff --git a/versions/x-/x-plane.json b/versions/x-/x-plane.json index 46907fbe4942c4..34333db077cb66 100644 --- a/versions/x-/x-plane.json +++ b/versions/x-/x-plane.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5b49030933a1014e1e897438a29a52fbb163b5f3", + "version": "3.0.3", + "port-version": 1 + }, { "git-tree": "abc8034ffafdac8f5840bc31600af7854c24f6b9", "version-string": "3.0.3", diff --git a/versions/x-/x264.json b/versions/x-/x264.json index 02de01a0a5d239..bd8a969ea8dad4 100644 --- a/versions/x-/x264.json +++ b/versions/x-/x264.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7eea109502309e62a578bcc69811ad0659e00f9d", + "version-string": "164-5db6aa6cab1b146", + "port-version": 4 + }, { "git-tree": "6021c139214cb74f8fcc2e89344f05210ea4826d", "version-string": "164-5db6aa6cab1b146", diff --git a/versions/x-/xaudio2redist.json b/versions/x-/xaudio2redist.json index f87be3dcc11cd2..d5b291aaa2a44a 100644 --- a/versions/x-/xaudio2redist.json +++ b/versions/x-/xaudio2redist.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4fe6eda4ff7a68db79013f5c5632e6e1a87b98e9", + "version": "1.2.8", + "port-version": 1 + }, { "git-tree": "71315ed933daddc996ecb863c39fc178b3f80771", "version-string": "1.2.8", diff --git a/versions/x-/xbyak.json b/versions/x-/xbyak.json index 480d7d214674f7..26f3261d0cae3f 100644 --- a/versions/x-/xbyak.json +++ b/versions/x-/xbyak.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ef05725cf97fc484f475a6db447bc6d503c8d42b", + "version-string": "6.00", + "port-version": 1 + }, { "git-tree": "ca393737aa37584343dc10008000c850f26b0881", "version-string": "6.00", diff --git a/versions/y-/yasm-tool.json b/versions/y-/yasm-tool.json index 3ae9fc64031da7..48dfb94e9e26c6 100644 --- a/versions/y-/yasm-tool.json +++ b/versions/y-/yasm-tool.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "456004e2ac7a578572cb14ebf581c246b869516a", + "version": "1.3.0", + "port-version": 1 + }, { "git-tree": "cb913a26c18cde98be038655f65d2363ecee2cc1", "version": "1.3.0", diff --git a/versions/z-/z3.json b/versions/z-/z3.json index ee81c0872d8c9c..75d9cf1a3afd7c 100644 --- a/versions/z-/z3.json +++ b/versions/z-/z3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "eb7c4238f0496b64a6527fd4b07dd753f31a1975", + "version": "4.8.12", + "port-version": 2 + }, { "git-tree": "679ab881c1277be69ffc601a568e3b47d4d55432", "version": "4.8.12", diff --git a/versions/z-/zeromq.json b/versions/z-/zeromq.json index 28e134099eb40c..822bd69ccddcfc 100644 --- a/versions/z-/zeromq.json +++ b/versions/z-/zeromq.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "46cd1dcc3bc077341533cc01c32f467d1a7e181f", + "version": "4.3.4", + "port-version": 3 + }, { "git-tree": "423c351e8759303bc9ba74a065ce9b983a5f85f5", "version": "4.3.4",