diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL index 08c09f0296..d8c7725709 100644 --- a/ports/azure-storage-cpp/CONTROL +++ b/ports/azure-storage-cpp/CONTROL @@ -1,7 +1,8 @@ Source: azure-storage-cpp Version: 7.5.0 +Port-Version: 1 Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext (osx) -Description: Microsoft Azure Storage Client SDK for C++ +Description: [legacy] Microsoft Azure Storage Client SDK for C++ A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Homepage: https://blogs.msdn.com/b/windowsazurestorage/ Supports: !uwp diff --git a/ports/azure-storage-cpp/portfile.cmake b/ports/azure-storage-cpp/portfile.cmake index 2b23123b26..c091b31c0c 100644 --- a/ports/azure-storage-cpp/portfile.cmake +++ b/ports/azure-storage-cpp/portfile.cmake @@ -1,3 +1,4 @@ +message(WARNING "azure-storage-cpp is no longer actively developed. Instead, users should migrate to the new sdk:azure-core-cpp") vcpkg_fail_port_install(ON_TARGET "UWP") vcpkg_from_github( diff --git a/versions/a-/azure-storage-cpp.json b/versions/a-/azure-storage-cpp.json index d448c12603..e0e8ff684c 100644 --- a/versions/a-/azure-storage-cpp.json +++ b/versions/a-/azure-storage-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2b3b868fab128f5e37adeffcde308124512d25e0", + "version-string": "7.5.0", + "port-version": 1 + }, { "git-tree": "2f95f8b92596e23af8db61cd1b4e11a06078015f", "version-string": "7.5.0", diff --git a/versions/baseline.json b/versions/baseline.json index 3a10fed8ec..132ff07983 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -310,7 +310,7 @@ }, "azure-storage-cpp": { "baseline": "7.5.0", - "port-version": 0 + "port-version": 1 }, "azure-storage-files-datalake-cpp": { "baseline": "12.0.1",