aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-11-21 17:17:07 -0800
committerGitHub <noreply@github.com>2019-11-21 17:17:07 -0800
commitc6403b66bc930a5e4f8c994ce72f639b034f824d (patch)
tree0e4c74339b2d4e9b1d36f8b78773b46abacc067a
parentfb26fc519240e34960e97eebfc95ef180215064f (diff)
parent9b3f7a503c12f96ec2d0e0efe741657f9f85d54f (diff)
downloadvcpkg-c6403b66bc930a5e4f8c994ce72f639b034f824d.tar.gz
vcpkg-c6403b66bc930a5e4f8c994ce72f639b034f824d.zip
Merge pull request #8892 from RT222/bitsery
[bitsery] Update to 5.0.1
-rw-r--r--ports/bitsery/CONTROL2
-rw-r--r--ports/bitsery/portfile.cmake7
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/bitsery/CONTROL b/ports/bitsery/CONTROL
index 63ebade47..f2f18255a 100644
--- a/ports/bitsery/CONTROL
+++ b/ports/bitsery/CONTROL
@@ -1,3 +1,3 @@
Source: bitsery
-Version: 5.0.0
+Version: 5.0.1-1
Description: Header only C++ binary serialization library
diff --git a/ports/bitsery/portfile.cmake b/ports/bitsery/portfile.cmake
index 8900f27b0..53a8bc5ac 100644
--- a/ports/bitsery/portfile.cmake
+++ b/ports/bitsery/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fraillt/bitsery
- REF f85dff74151530fb05241877e3c80afab5891467
- SHA512 27dc79e80224f1429fccbbff75d9562e19db60a50567cb66c7999587cbf4a0b8344e3865ec804c63d05e041377dcc30de6fdc5ddfb99c779894ddd811f0d4a71
+ REF v5.0.1
+ SHA512 b4bb0cdec177b2b3e02f66bd313e4742345c5d928d862be3a3cf1b726006741cf6db2258bb7078bb42f46ed6247838c553bbb9c95b42566d9b05397554676696
HEAD_REF master
PATCHES fix-install-paths.patch
)
@@ -19,5 +19,4 @@ vcpkg_install_cmake()
# Delete redundant and empty directories
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
-# Install license
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/bitsery RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)