aboutsummaryrefslogtreecommitdiff
path: root/ports/cpp-netlib/CONTROL
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-09-27 17:37:11 -0700
committerGitHub <noreply@github.com>2020-09-27 17:37:11 -0700
commitd0511fbd55629a078b10243b23ab1a7301fb54cf (patch)
tree75ca97bbf95af4710eb445c20891b5083312933d /ports/cpp-netlib/CONTROL
parent84c22a78b49f5682d17a5549d8399bc25edfd753 (diff)
downloadvcpkg-d0511fbd55629a078b10243b23ab1a7301fb54cf.tar.gz
vcpkg-d0511fbd55629a078b10243b23ab1a7301fb54cf.zip
[cpp-netlib] Fix usage with boost 1.73 (#13671)
* [cpp-netlib] Fix usage with boost 1.72 * Add dependency port boost-logic, boost-scope-exit Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/cpp-netlib/CONTROL')
-rw-r--r--ports/cpp-netlib/CONTROL5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/cpp-netlib/CONTROL b/ports/cpp-netlib/CONTROL
index 70c70b13f..f31cc101b 100644
--- a/ports/cpp-netlib/CONTROL
+++ b/ports/cpp-netlib/CONTROL
@@ -1,6 +1,7 @@
Source: cpp-netlib
-Version: 0.13.0-3
+Version: 0.13.0
+Port-Version: 4
Homepage: https://cpp-netlib.org/
-Build-Depends: boost
+Build-Depends: boost-spirit, boost-smart-ptr, boost-asio, boost-program-options, boost-assign, boost-logic, boost-scope-exit
Description: A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library
Supports: !uwp \ No newline at end of file