From 6ca4f2ff9c1b41e91f183872bca71657176c48cd Mon Sep 17 00:00:00 2001 From: Bob Kast Date: Wed, 9 Jan 2019 12:20:36 -0500 Subject: fixed v1.0.2.1: incorrect version was tagged --- ports/ecsutil/disable-setversion.patch | 36 ---------------------------------- ports/ecsutil/portfile.cmake | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 ports/ecsutil/disable-setversion.patch diff --git a/ports/ecsutil/disable-setversion.patch b/ports/ecsutil/disable-setversion.patch deleted file mode 100644 index 2899a0108..000000000 --- a/ports/ecsutil/disable-setversion.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/ECSUtil/ECSUtil.vcxproj b/ECSUtil/ECSUtil.vcxproj -index 05c5726..f8ac64e 100644 ---- a/ECSUtil/ECSUtil.vcxproj -+++ b/ECSUtil/ECSUtil.vcxproj -@@ -274,7 +274,6 @@ - $(IntDir);%(AdditionalIncludeDirectories) - - -- $(SolutionDir)bin\setversion.exe /getversion "#define ECSUTIL_VERSION" "$(SolutionDir)ECSUtil\Version.h" $(OutDir)ECSUtil.dll - - - set version resource in DLL from source file -@@ -361,7 +360,6 @@ - $(IntDir);%(AdditionalIncludeDirectories) - - -- $(SolutionDir)bin\setversion.exe /getversion "#define ECSUTIL_VERSION" "$(SolutionDir)ECSUtil\Version.h" $(OutDir)ECSUtil.dll - - - set version resource in DLL from source file -@@ -445,7 +443,6 @@ - $(IntDir);%(AdditionalIncludeDirectories) - - -- $(SolutionDir)bin\setversion.exe /getversion "#define ECSUTIL_VERSION" "$(SolutionDir)ECSUtil\Version.h" $(OutDir)ECSUtil.dll - - - set version resource in DLL from source file -@@ -541,7 +538,6 @@ - $(IntDir);%(AdditionalIncludeDirectories) - - -- $(SolutionDir)bin\setversion.exe /getversion "#define ECSUTIL_VERSION" "$(SolutionDir)ECSUtil\Version.h" $(OutDir)ECSUtil.dll - - - set version resource in DLL from source file diff --git a/ports/ecsutil/portfile.cmake b/ports/ecsutil/portfile.cmake index 2587d024d..2a50f185f 100644 --- a/ports/ecsutil/portfile.cmake +++ b/ports/ecsutil/portfile.cmake @@ -29,7 +29,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO EMCECS/ecs-object-client-windows-cpp REF v1.0.2.1 - SHA512 63028ed304e2791f6f225d54ef6a83cc4e4f10efd6736a2f05d9648c5abf697a60055823f6dfd151e67f2a172e0a2720a162d1f10fda241483c3b5adc7035365 + SHA512 0d85f8c61f8b4644b75bbd64e1d2e705bb09b0790b4011f6c26dee8d068f44bf6be562161489368de66dcd801ee71cc6dc40921cac0a01858137e7683cfb117e HEAD_REF master PATCHES NoLibSyms.patch ) -- cgit v1.2.3