[wt] Update to 3.3.7

This commit is contained in:
Robert Schumacher 2017-05-03 08:02:12 -07:00
parent 939d89c7c3
commit c38f2b69fa
2 changed files with 8 additions and 13 deletions

View File

@ -1,4 +1,4 @@
Source: wt
Version: 3.3.6-3
Version: 3.3.7
Description: Wt is a C++ library for developing web applications
Build-Depends: boost, openssl

View File

@ -1,21 +1,16 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/wt-3.3.6)
vcpkg_download_distfile(ARCHIVE_FILE
URLS "https://github.com/kdeforche/wt/archive/3.3.6.tar.gz"
FILENAME "wt-3.3.6.tar.gz"
SHA512 d6135713d300bcd3956a4fd673af73be0561eb5d6aa91c47255b966950ddb411217e6a826c1d11c0d941dbb6d006c9926231d7334b21de6256cca331066e18a6
)
vcpkg_extract_source_archive(${ARCHIVE_FILE})
vcpkg_download_distfile(PATCH_FILE
URLS "https://github.com/emweb/wt/commit/b944cdc0961f683cd12fc6e60db3d0b328cd46dd.diff"
FILENAME "wt-fix-boost-1-63.diff"
SHA512 0766837ed8852da675b02b45bfbe7a6705ab20f67aa20849df4cc4b93b00dec0b73acea3568bca1046e203119445044c5ea06e33bac5d5d991f6a56b8fe282e1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO emweb/wt
REF 3.3.7
SHA512 f179b42eedcfd2e61f26ef92c6aad40c55c76c9a688269c4d5bd55dd48381073d6269d9c2ab305f15ef455616d48183a3fc0ba08c740a8e18318a2ad2fb13826
HEAD_REF master
)
vcpkg_apply_patches(
SOURCE_PATH ${SOURCE_PATH}
PATCHES ${CMAKE_CURRENT_LIST_DIR}/add-disable-boost-autolink-option.patch
${PATCH_FILE}
)
vcpkg_configure_cmake(