aboutsummaryrefslogtreecommitdiff
path: root/ports/cpprestsdk/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-12-19 16:01:58 -0800
committerGitHub <noreply@github.com>2017-12-19 16:01:58 -0800
commitf381823f70cab2d6f4ced32429fd3238b003d622 (patch)
tree077ea03cd27787d528558bde830369a388b9ab68 /ports/cpprestsdk/CONTROL
parent9ed81627e7feb28bea6432581cf25730a9f145be (diff)
parentb79395c4adf076dc57db2f7c1b0c38db4cc94f72 (diff)
downloadvcpkg-f381823f70cab2d6f4ced32429fd3238b003d622.tar.gz
vcpkg-f381823f70cab2d6f4ced32429fd3238b003d622.zip
Merge pull request #2269 from Microsoft/boost-modular
[boost] Modularize and update to 1.66
Diffstat (limited to 'ports/cpprestsdk/CONTROL')
-rw-r--r--ports/cpprestsdk/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL
index bfc2c7fe4..5dcd880f0 100644
--- a/ports/cpprestsdk/CONTROL
+++ b/ports/cpprestsdk/CONTROL
@@ -1,5 +1,5 @@
Source: cpprestsdk
-Version: 2.10.1
-Build-Depends: zlib, openssl (windows), boost (windows), websocketpp (windows)
+Version: 2.10.1-1
+Build-Depends: zlib, openssl (windows), boost-system (windows), boost-date-time (windows), boost-regex (windows), websocketpp (windows)
Description: C++11 JSON, REST, and OAuth library
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.