aboutsummaryrefslogtreecommitdiff
path: root/ports/ecm
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-10-13 13:17:32 -0700
committerGitHub <noreply@github.com>2020-10-13 13:17:32 -0700
commit75bd2efe0dce862dfa025209b8cecc61a00a1852 (patch)
tree8f490bc7e3c4fffe5a1b3f641a6373a6ea341cc8 /ports/ecm
parente14917f04b2a79b22087cab67ab80c0e3d47c8ba (diff)
downloadvcpkg-75bd2efe0dce862dfa025209b8cecc61a00a1852.tar.gz
vcpkg-75bd2efe0dce862dfa025209b8cecc61a00a1852.zip
[many ports] 2019.09.14 Updates (#13536)
* [many ports] 2019.09.14 Updates * Revert failure ports * Revert failure ports * Revert failure ports * [urdfdom] Fix find dependency console_bridge * Revert failure ports * [devil] Compatible with jasper 2.0.20 * [devil] Refix compatible with jasper functions declaration on different os * Update ports/alembic/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Revert failure ports wangle * [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2 * Revert failure ports * Revert failure ports * [urdfdom-headers] Fix include path in config.cmake file * upload patch * [urdfdom-headers] Refix include path in config.cmake file * [qt5-imageformats] Fix missing include math.h * [urdfdom-headers] Refix include path in config.cmake file * [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation * Remove updated ports version * Commit suggestions * [libideviceactivation] revert Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/ecm')
-rw-r--r--ports/ecm/CONTROL2
-rw-r--r--ports/ecm/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ecm/CONTROL b/ports/ecm/CONTROL
index ee261ada5..ecdc76ea1 100644
--- a/ports/ecm/CONTROL
+++ b/ports/ecm/CONTROL
@@ -1,4 +1,4 @@
Source: ecm
-Version: 5.66.0
+Version: 5.74.0
Homepage: https://github.com/KDE/extra-cmake-modules
Description: Extra CMake Modules (ECM), extra modules and scripts for CMake
diff --git a/ports/ecm/portfile.cmake b/ports/ecm/portfile.cmake
index bdd57584b..c3ef7cdb1 100644
--- a/ports/ecm/portfile.cmake
+++ b/ports/ecm/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDE/extra-cmake-modules
- REF c427b4e94ebb5f6557823315cf518d77c634a08e # v5.66.0
- SHA512 b7eb19d28fe242ed6e5bf507525806796ea312d80f31c97028ef08b2593a285767ed2269ff990b6ddc5e22424bdccd963ab8be880f84c6c7395e7f29ad289110
+ REF 5c191fa1d2383c69ddc075395e04f84b7679613a # v5.74.0
+ SHA512 9a520e2cb45f2891cb5b463409063549904574e2ad0c4f77987555fc9aac68589695344a3acaddcb95d2739458031ece489ff9635c7d713c6309e4f9027f6ef7
HEAD_REF master
)