aboutsummaryrefslogtreecommitdiff
path: root/ports/fastrtps
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-06-05 03:20:25 +0800
committerGitHub <noreply@github.com>2020-06-04 12:20:25 -0700
commita59ddd901ac35bc28bbcede79f7762188bcb9aac (patch)
treefaa7078d08d8ce1fb1720bcae6bba2e1660d5a73 /ports/fastrtps
parent9d727caa3f3e253945e5e0cf3d927e08c85746ba (diff)
downloadvcpkg-a59ddd901ac35bc28bbcede79f7762188bcb9aac.tar.gz
vcpkg-a59ddd901ac35bc28bbcede79f7762188bcb9aac.zip
[vcpkg-baseline][manyport] Fix baseline error (#11742)
* [fastrtps] Fix source hash * [cpp-taskflow] Update source hash * [eabase] Re-trigger CI test * Change repo * [sdformat9] Re-trigger CI test * update baseline * update baseline * [sdformat9] Fix find dependency urdfdom
Diffstat (limited to 'ports/fastrtps')
-rw-r--r--ports/fastrtps/CONTROL2
-rw-r--r--ports/fastrtps/portfile.cmake8
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/fastrtps/CONTROL b/ports/fastrtps/CONTROL
index c80f7638c..f97ba46c7 100644
--- a/ports/fastrtps/CONTROL
+++ b/ports/fastrtps/CONTROL
@@ -1,4 +1,4 @@
Source: fastrtps
-Version: 1.5.0-2
+Version: 1.5.0-3
Description: Eprosima Fast RTPS is a C++ implementation of the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.
Build-Depends: openssl, asio, tinyxml2 \ No newline at end of file
diff --git a/ports/fastrtps/portfile.cmake b/ports/fastrtps/portfile.cmake
index 9aed75f5b..3dfbe87c9 100644
--- a/ports/fastrtps/portfile.cmake
+++ b/ports/fastrtps/portfile.cmake
@@ -1,10 +1,8 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO eProsima/Fast-RTPS
+ REPO eProsima/Fast-DDS
REF b1779b608c7b5b2dcb101728f4213c58bdde74ee # waiting for next release
- SHA512 9ec4a1e41296df1c0bc00926d925e0947602fabb68e9b28311e92739b0e1909a2993b15fc05eb31aeb9842ed50127f8d56571d09e57dd64ac6f37d0fed6cea73
+ SHA512 f316a71784cdac5379b1cf59cee4bf57304aa59a73563fcbdd141b0d1297302048ca73817adca68baf18472e74f200af9490d2d6fa6124863ec260546fb373e4
HEAD_REF master
PATCHES
fix-install.patch
@@ -28,4 +26,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/examples)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/fastrtps)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/fastrtps)
-file(RENAME ${CURRENT_PACKAGES_DIR}/LICENSE ${CURRENT_PACKAGES_DIR}/share/fastrtps/copyright)
+file(RENAME ${CURRENT_PACKAGES_DIR}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)