From 092f81b96099cd3c5093de290a7fe2f54c1b5327 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Mon, 13 Mar 2023 04:45:07 +0100 Subject: [PATCH] [quickfast] add missing dependency (#30129) --- ports/quickfast/vcpkg.json | 6 ++++-- versions/baseline.json | 2 +- versions/q-/quickfast.json | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ports/quickfast/vcpkg.json b/ports/quickfast/vcpkg.json index e73777755a..217a3b2ec1 100644 --- a/ports/quickfast/vcpkg.json +++ b/ports/quickfast/vcpkg.json @@ -1,11 +1,13 @@ { "name": "quickfast", - "version-string": "1.5", - "port-version": 2, + "version": "1.5", + "port-version": 3, "description": "QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].", "homepage": "https://github.com/objectcomputing/quickfast", + "license": "BSD-3-Clause", "dependencies": [ "boost-asio", + "boost-thread", { "name": "vcpkg-cmake", "host": true diff --git a/versions/baseline.json b/versions/baseline.json index f3d3b8ed21..0b8a835516 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6714,7 +6714,7 @@ }, "quickfast": { "baseline": "1.5", - "port-version": 2 + "port-version": 3 }, "quickfix": { "baseline": "1.15.1", diff --git a/versions/q-/quickfast.json b/versions/q-/quickfast.json index 08996811a0..73a3d345b0 100644 --- a/versions/q-/quickfast.json +++ b/versions/q-/quickfast.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "77f7681738424a915e7c12e3b9ea0576c5549032", + "version": "1.5", + "port-version": 3 + }, { "git-tree": "0fccc4f826e7b7002dca145c70c29dd1c062d6d6", "version-string": "1.5",