aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtex
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-25 11:37:23 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-26 15:10:56 -0800
commitc7616b902bf7918d7d9702dda95c80bc6c1ca545 (patch)
tree0b8608bd138204be6f058594136b03cd540b3a56 /ports/directxtex
parent3921fc3012f91efedc36961ce7f15700af47aa7d (diff)
downloadvcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.tar.gz
vcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.zip
[many ports] Upgrades
Diffstat (limited to 'ports/directxtex')
-rw-r--r--ports/directxtex/CONTROL2
-rw-r--r--ports/directxtex/portfile.cmake19
2 files changed, 4 insertions, 17 deletions
diff --git a/ports/directxtex/CONTROL b/ports/directxtex/CONTROL
index 57de4eea1..8d47b6302 100644
--- a/ports/directxtex/CONTROL
+++ b/ports/directxtex/CONTROL
@@ -1,3 +1,3 @@
Source: directxtex
-Version: dec2017
+Version: feb2018b
Description: DirectXTex texture processing library \ No newline at end of file
diff --git a/ports/directxtex/portfile.cmake b/ports/directxtex/portfile.cmake
index c1127fea7..ec466e0d6 100644
--- a/ports/directxtex/portfile.cmake
+++ b/ports/directxtex/portfile.cmake
@@ -1,14 +1,3 @@
-# Common Ambient Variables:
-# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT}
-# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET}
-# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT}
-# PORT = current port name (zlib, etc)
-# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc)
-# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic)
-# VCPKG_LIBRARY_LINKAGE = target library linkage type (static, dynamic)
-# VCPKG_ROOT_DIR = <C:\path\to\current\vcpkg>
-# VCPKG_TARGET_ARCHITECTURE = target architecture (x64, x86, arm)
-#
include(vcpkg_common_functions)
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
@@ -17,16 +6,14 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
endif()
if(NOT VCPKG_CRT_LINKAGE STREQUAL "dynamic")
- message(FATAL_ERROR "DirectXTex only supports dynamic CRT linkage")
+ message(FATAL_ERROR "DirectXTex only supports dynamic CRT linkage")
endif()
-set(DIRECTXTEX_VERSION dec2017)
-set(DIRECTXTEX_ARCHIVE_HASH f4154c820059893ce0a42a1224d14adc0f8b54f36aa7f687f29aba0358488da9eb83cbdbf682499c5b210e99607d74209595153d4ed86eb30c43b775c5d8a72f)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTex
- REF ${DIRECTXTEX_VERSION}
- SHA512 ${DIRECTXTEX_ARCHIVE_HASH}
+ REF feb2018b
+ SHA512 7ab88ea863947ec279c9c83bd6dd48e15345430c750c7215c22998661fad1a711f207c57227bc5cc3cddfb5e0a89a8971d7ef3319057636e2b6f3e2e607ea0cb
HEAD_REF master
)