aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/azure-storage-cpp/CONTROL3
-rw-r--r--ports/azure-storage-cpp/portfile.cmake1
-rw-r--r--versions/a-/azure-storage-cpp.json5
-rw-r--r--versions/baseline.json2
4 files changed, 9 insertions, 2 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL
index 08c09f029..d8c772570 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 2b23123b2..c091b31c0 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 d448c1260..e0e8ff684 100644
--- a/versions/a-/azure-storage-cpp.json
+++ b/versions/a-/azure-storage-cpp.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "2b3b868fab128f5e37adeffcde308124512d25e0",
+ "version-string": "7.5.0",
+ "port-version": 1
+ },
+ {
"git-tree": "2f95f8b92596e23af8db61cd1b4e11a06078015f",
"version-string": "7.5.0",
"port-version": 0
diff --git a/versions/baseline.json b/versions/baseline.json
index 3a10fed8e..132ff0798 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",