[activemq-cpp] Added missing libuuid dependency (#22059)

This is a mandatory dependency according to
https://github.com/apache/activemq-cpp/blob/master/README.txt
This commit is contained in:
Daniel Schürmann 2021-12-17 09:09:39 -08:00 committed by GitHub
parent bacb25364e
commit d7208019fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -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"
]
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0d1c131172bea536490960f632ac287b3db73edb",
"version-semver": "3.9.5",
"port-version": 6
},
{
"git-tree": "bce9f87e7df6f4e8a9c3121018ffc032e3d2603e",
"version-semver": "3.9.5",

View File

@ -22,7 +22,7 @@
},
"activemq-cpp": {
"baseline": "3.9.5",
"port-version": 5
"port-version": 6
},
"ade": {
"baseline": "0.1.1f",