From 350a1ead10ca44fd6e7829611540e4b4cdc45e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Fri, 17 Dec 2021 08:35:47 +0100 Subject: [PATCH] [activemq-cpp] Added missing libuuid dependency This is a mandatory dependency according to https://github.com/apache/activemq-cpp/blob/master/README.txt --- ports/activemq-cpp/vcpkg.json | 5 +++-- versions/a-/activemq-cpp.json | 5 +++++ versions/baseline.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ports/activemq-cpp/vcpkg.json b/ports/activemq-cpp/vcpkg.json index 9a804bf4bf7487..eeae19017e9a6c 100644 --- a/ports/activemq-cpp/vcpkg.json +++ b/ports/activemq-cpp/vcpkg.json @@ -1,10 +1,11 @@ { "name": "activemq-cpp", "version-semver": "3.9.5", - "port-version": 5, + "port-version": 6, "description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.", "supports": "!(uwp | osx)", "dependencies": [ - "apr" + "apr", + "libuuid" ] } diff --git a/versions/a-/activemq-cpp.json b/versions/a-/activemq-cpp.json index e08320929ec621..6497a5edd27458 100644 --- a/versions/a-/activemq-cpp.json +++ b/versions/a-/activemq-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0d1c131172bea536490960f632ac287b3db73edb", + "version-semver": "3.9.5", + "port-version": 6 + }, { "git-tree": "bce9f87e7df6f4e8a9c3121018ffc032e3d2603e", "version-semver": "3.9.5", diff --git a/versions/baseline.json b/versions/baseline.json index 85ff8b14bb75d5..f5d7cf8dfc2d8f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -22,7 +22,7 @@ }, "activemq-cpp": { "baseline": "3.9.5", - "port-version": 5 + "port-version": 6 }, "ade": { "baseline": "0.1.1f",