aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-process
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-process')
-rw-r--r--ports/boost-process/portfile.cmake3
-rw-r--r--ports/boost-process/vcpkg.json2
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/boost-process/portfile.cmake b/ports/boost-process/portfile.cmake
index 262e9f07d..efb0a5f91 100644
--- a/ports/boost-process/portfile.cmake
+++ b/ports/boost-process/portfile.cmake
@@ -6,8 +6,7 @@ vcpkg_from_github(
REF boost-1.77.0
SHA512 00eb27f702f092a20fdf1669b8c9c993b751971592d0bc5aa50b02d99d985a75361621b624aa51eb550c9e7905e15877168ae9d0feb1957fc85f99c264b152fd
HEAD_REF master
- PATCHES
- fix_include.patch
+ PATCHES fix_include.patch
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
diff --git a/ports/boost-process/vcpkg.json b/ports/boost-process/vcpkg.json
index 904e90238..84dd98d52 100644
--- a/ports/boost-process/vcpkg.json
+++ b/ports/boost-process/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "boost-process",
"version": "1.77.0",
- "port-version": 1,
+ "port-version": 2,
"description": "Boost process module",
"homepage": "https://github.com/boostorg/process",
"supports": "!emscripten",