aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinmingHu <jinmhu@microsoft.com>2021-07-23 12:57:32 +0800
committerGitHub <noreply@github.com>2021-07-22 21:57:32 -0700
commit25f4315e1bc22e7e96f8c1e5d76b99c74bad1ac6 (patch)
treef275a6e479952d2b34698f1f29a590da93f6ce71
parent84b96cf7b3e0848591dce83474e9d6f82885504b (diff)
downloadvcpkg-25f4315e1bc22e7e96f8c1e5d76b99c74bad1ac6.tar.gz
vcpkg-25f4315e1bc22e7e96f8c1e5d76b99c74bad1ac6.zip
[azure-storage-cpp] Deprecate azure-storage-cpp package (#18618)
* Add "legacy" to the description of azure-storage-cpp * vcpkg x-add-version azure-storage-cpp --overwrite-version * print a message * update version * update json file * Fix typo * Update version stuff * add new sdk * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
-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",