aboutsummaryrefslogtreecommitdiff
path: root/ports/wangle
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-10-28 11:44:41 +0800
committerGitHub <noreply@github.com>2020-10-27 20:44:41 -0700
commitc34c4189ebbf0795e1f8e2de562c527a854c8db4 (patch)
treeab47b097ec857cf97d9a74f740ab446b09c284dd /ports/wangle
parente765d96d6f6ee0c448869618db626254f5345624 (diff)
downloadvcpkg-c34c4189ebbf0795e1f8e2de562c527a854c8db4.tar.gz
vcpkg-c34c4189ebbf0795e1f8e2de562c527a854c8db4.zip
[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision (#13701)
Diffstat (limited to 'ports/wangle')
-rw-r--r--ports/wangle/CONTROL3
-rw-r--r--ports/wangle/portfile.cmake12
2 files changed, 7 insertions, 8 deletions
diff --git a/ports/wangle/CONTROL b/ports/wangle/CONTROL
index f550428e8..a347c0782 100644
--- a/ports/wangle/CONTROL
+++ b/ports/wangle/CONTROL
@@ -1,4 +1,5 @@
Source: wangle
-Version: 2020.02.03.00
+Version: 2020.10.19.00
+Homepage: https://github.com/facebook/wangle
Build-Depends: fizz, folly, openssl, glog, libevent, double-conversion, boost-system, boost-thread, boost-filesystem, boost-regex, boost-context
Description: Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
diff --git a/ports/wangle/portfile.cmake b/ports/wangle/portfile.cmake
index add21e225..372395155 100644
--- a/ports/wangle/portfile.cmake
+++ b/ports/wangle/portfile.cmake
@@ -1,12 +1,10 @@
-include(vcpkg_common_functions)
-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/wangle
- REF 95f14ac0f628cea685bf39eaf511816320696ba1 # v2020.02.03.00
- SHA512 3894839b7be1aa0d845f1e461b0a303e09a9d75f3d1fb470bd5304022da7e9060d9e941cdc9d4e5878ab0ae8099477aeceae92d4d4eb80a7de264f81ac8ebf32
+ REF 4bf3896ad5e938a01ba20efaf1ea59317d846fb2 # v2020.10.19.00
+ SHA512 1c21199225ebfe9a95391c2bb607412ebadc7aac326373e30dc9d49223a2437b382b4c3160fb2147a505bc2182f03f651c95f7c67f916e336ac81af76884f5fa
HEAD_REF master
PATCHES
build.patch
@@ -41,6 +39,6 @@ file(REMOVE_RECURSE
${CURRENT_PACKAGES_DIR}/include/wangle/deprecated/rx/test
)
-# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/wangle RENAME copyright)
-file(INSTALL ${CURRENT_PORT_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/wangle)
+
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${CURRENT_PORT_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})