[dcmtk] re-enable support on arm64-osx (#27611)

This commit is contained in:
kevle 2022-11-03 23:16:39 +01:00 committed by GitHub
parent dd959ae978
commit cdf0a242e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{
"name": "dcmtk",
"version": "3.6.7",
"port-version": 2,
"port-version": 3,
"description": "This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.",
"homepage": "https://github.com/DCMTK/dcmtk",
"license": "BSD-3-Clause OR BSD-2-Clause OR libtiff OR MIT OR Zlib OR Libpng",
"supports": "!arm",
"supports": "!(windows & arm)",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1894,7 +1894,7 @@
},
"dcmtk": {
"baseline": "3.6.7",
"port-version": 2
"port-version": 3
},
"debug-assert": {
"baseline": "1.3.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39b7057f1236e5a218c8cda2f56c5409d067681a",
"version": "3.6.7",
"port-version": 3
},
{
"git-tree": "cbfc85b6b840eb68b947c8b9bd69988c938198d3",
"version": "3.6.7",