aboutsummaryrefslogtreecommitdiff
path: root/ports/eabase
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/eabase
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/eabase')
-rw-r--r--ports/eabase/CONTROL2
-rw-r--r--ports/eabase/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/eabase/CONTROL b/ports/eabase/CONTROL
index 42fe96803..2855f5f2f 100644
--- a/ports/eabase/CONTROL
+++ b/ports/eabase/CONTROL
@@ -1,4 +1,4 @@
Source: eabase
-Version: 2.09.12
+Version: 2.09.12-1
Homepage: https://github.com/electronicarts/EABase
Description: Electronic Arts Base. EABase is a small set of header files that define platform-independent data types and macros.
diff --git a/ports/eabase/portfile.cmake b/ports/eabase/portfile.cmake
index 8a5e57dac..8ebb2ab14 100644
--- a/ports/eabase/portfile.cmake
+++ b/ports/eabase/portfile.cmake
@@ -27,4 +27,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
vcpkg_copy_pdbs()
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file