diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-30 18:48:31 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-30 18:48:31 -0700 |
| commit | 7046c470bd8dc3db9a2eaefc93b90f03a2c449e5 (patch) | |
| tree | 73cd28faecd6ae76fffb5cb14fc7e42487c74391 | |
| parent | 95c5566b8e954cd5514f434a117abb2fd4b892b6 (diff) | |
| download | vcpkg-7046c470bd8dc3db9a2eaefc93b90f03a2c449e5.tar.gz vcpkg-7046c470bd8dc3db9a2eaefc93b90f03a2c449e5.zip | |
[boost-iostream] Fix version and SOURCE_PATH reference
| -rw-r--r-- | ports/boost-iostreams/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-iostreams/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/boost-iostreams/CONTROL b/ports/boost-iostreams/CONTROL index a0ac4280c..462834bab 100644 --- a/ports/boost-iostreams/CONTROL +++ b/ports/boost-iostreams/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-iostreams
-Version: 1.67.1
+Version: 1.67.0-1
Build-Depends: boost-assert, boost-bind, boost-build, boost-config, boost-core, boost-detail, boost-function, boost-integer, boost-iterator, boost-modular-build-helper, boost-mpl, boost-preprocessor, boost-range, boost-regex, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, bzip2, zlib, liblzma
Description: Boost iostreams module
diff --git a/ports/boost-iostreams/portfile.cmake b/ports/boost-iostreams/portfile.cmake index a4eff5d85..cb3de691a 100644 --- a/ports/boost-iostreams/portfile.cmake +++ b/ports/boost-iostreams/portfile.cmake @@ -19,7 +19,7 @@ vcpkg_download_distfile(LICENSE file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
vcpkg_apply_patches(
- SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ost-1.67.0-28e6d2af2f
+ SOURCE_PATH ${SOURCE_PATH}
PATCHES "${CURRENT_PORT_DIR}/Removeseekpos.patch"
)
|
