From d40bedd6f6ab6ee47fd5d45e59e9a31e48872a59 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Thu, 12 Jan 2023 01:45:27 +0100 Subject: [PATCH] [zint] use support expression (#28850) --- ports/zint/vcpkg.json | 2 ++ scripts/ci.baseline.txt | 1 - versions/baseline.json | 2 +- versions/z-/zint.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/zint/vcpkg.json b/ports/zint/vcpkg.json index 3fd1ecb0aa2..c873e05df9a 100644 --- a/ports/zint/vcpkg.json +++ b/ports/zint/vcpkg.json @@ -1,9 +1,11 @@ { "name": "zint", "version": "2.12.0", + "port-version": 1, "description": "A barcode encoding library supporting over 50 symbologies", "homepage": "https://github.com/zint/zint", "license": null, + "supports": "!osx", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 7b09eef7bff..5ab373ce971 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1124,7 +1124,6 @@ yara:arm-uwp=fail yara:x64-uwp=fail z3:arm-uwp=fail z3:x64-uwp=fail -zint:x64-osx=fail # clapack is replaced by lapack-reference on the platforms lapack-reference supports clapack:x64-linux=skip diff --git a/versions/baseline.json b/versions/baseline.json index 74f3259d87f..662334bbf4b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8406,7 +8406,7 @@ }, "zint": { "baseline": "2.12.0", - "port-version": 0 + "port-version": 1 }, "zkpp": { "baseline": "0.2.3", diff --git a/versions/z-/zint.json b/versions/z-/zint.json index 20503f87fff..89c07b481e1 100644 --- a/versions/z-/zint.json +++ b/versions/z-/zint.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3b46eb328f75102f1d27eea28fd0e910040046e3", + "version": "2.12.0", + "port-version": 1 + }, { "git-tree": "70662dabd6b07aaa376385d94a20fb2b979f8ae0", "version": "2.12.0",