aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-03-29 13:57:38 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-03-29 14:08:21 -0700
commit6c118ba7714a98dd37ae55dc891eadb226f5242f (patch)
tree3f4d1f2d2fd654c4ee92980bc7f7bd88c2efe4bd
parenta9e91af50b31a17cc03084bc8b249368cf7abb3f (diff)
downloadvcpkg-6c118ba7714a98dd37ae55dc891eadb226f5242f.tar.gz
vcpkg-6c118ba7714a98dd37ae55dc891eadb226f5242f.zip
[unrar/recast/yoga] Bump version, fix whitespace
-rw-r--r--ports/recast/CONTROL2
-rw-r--r--ports/recast/portfile.cmake4
-rw-r--r--ports/unrar/CONTROL2
-rw-r--r--ports/unrar/portfile.cmake2
-rw-r--r--ports/yoga/CONTROL2
-rw-r--r--ports/yoga/portfile.cmake2
6 files changed, 7 insertions, 7 deletions
diff --git a/ports/recast/CONTROL b/ports/recast/CONTROL
index 34bb2b34a..4cc61e30d 100644
--- a/ports/recast/CONTROL
+++ b/ports/recast/CONTROL
@@ -1,3 +1,3 @@
Source: recast
-Version: 1.5.1
+Version: 1.5.1-1
Description: Navigation-mesh Toolset for Games
diff --git a/ports/recast/portfile.cmake b/ports/recast/portfile.cmake
index e0670dbae..7d9f08f93 100644
--- a/ports/recast/portfile.cmake
+++ b/ports/recast/portfile.cmake
@@ -1,8 +1,8 @@
include(vcpkg_common_functions)
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
- message(WARNING "Dynamic not supported building static")
- set(VCPKG_LIBRARY_LINKAGE static)
+ message(WARNING "Dynamic not supported, building static")
+ set(VCPKG_LIBRARY_LINKAGE static)
endif()
vcpkg_from_github(
diff --git a/ports/unrar/CONTROL b/ports/unrar/CONTROL
index ce6d4dab8..d9c586c6a 100644
--- a/ports/unrar/CONTROL
+++ b/ports/unrar/CONTROL
@@ -1,3 +1,3 @@
Source: unrar
-Version: 5.5.8
+Version: 5.5.8-1
Description: rarlab's unrar libary
diff --git a/ports/unrar/portfile.cmake b/ports/unrar/portfile.cmake
index 19c7c9d7a..4ad834d15 100644
--- a/ports/unrar/portfile.cmake
+++ b/ports/unrar/portfile.cmake
@@ -6,7 +6,7 @@ set(UNRAR_URL http://www.rarlab.com/rar/${UNRAR_FILENAME})
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/unrar)
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
- message(STATUS "Unrar buildsystem doesn't support static building. Building dynamic instead.")
+ message(STATUS "Unrar buildsystem doesn't support static building. Building dynamic instead.")
set(VCPKG_LIBRARY_LINKAGE dynamic)
endif()
diff --git a/ports/yoga/CONTROL b/ports/yoga/CONTROL
index c8ff36c24..c4bbe1a69 100644
--- a/ports/yoga/CONTROL
+++ b/ports/yoga/CONTROL
@@ -1,3 +1,3 @@
Source: yoga
-Version: 1.7.0
+Version: 1.7.0-1
Description: Yoga is a cross-platform layout engine which implements Flexbox
diff --git a/ports/yoga/portfile.cmake b/ports/yoga/portfile.cmake
index d61017d63..a261d5106 100644
--- a/ports/yoga/portfile.cmake
+++ b/ports/yoga/portfile.cmake
@@ -12,7 +12,7 @@
include(vcpkg_common_functions)
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
- message(WARNING "Dynamic not supported building static")
+ message(WARNING "Dynamic not supported, building static")
set(VCPKG_LIBRARY_LINKAGE static)
elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
message(FATAL_ERROR "Error: UWP builds not supported yet.")