From 7066c965f3019511c107c06fbaca24bef7cac51b Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Thu, 25 Mar 2021 15:26:23 -0700 Subject: [PATCH 1/4] bump glfw version and convert to json format. --- ports/glfw3/CONTROL | 5 ----- ports/glfw3/portfile.cmake | 4 ++-- ports/glfw3/vcpkg.json | 6 ++++++ 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 ports/glfw3/CONTROL create mode 100644 ports/glfw3/vcpkg.json diff --git a/ports/glfw3/CONTROL b/ports/glfw3/CONTROL deleted file mode 100644 index a6e7761f886462..00000000000000 --- a/ports/glfw3/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: glfw3 -Version: 3.3.2 -Port-Version: 1 -Homepage: https://github.com/glfw/glfw -Description: GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc. diff --git a/ports/glfw3/portfile.cmake b/ports/glfw3/portfile.cmake index aac7c8942fea08..9386f5e553caad 100644 --- a/ports/glfw3/portfile.cmake +++ b/ports/glfw3/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO glfw/glfw - REF 3.3.2 - SHA512 f5af749d33b5b900ccf07988ad0bf51bd766a18e4cf2bc2a76020c88e98a2528ff1b965224184fe0d290cfe34b1af1e6f633600660d81194fe354078e2f35c56 + REF 3.3.3 + SHA512 6d743d89d159bff6c4f7fa3fc5bc407fd728bdc432d76acc4897fd392580be272f8a9d1d7c375c4323e82bf2fd28310e5daab097fef33e8f43b69ce104f9bd31 HEAD_REF master ) diff --git a/ports/glfw3/vcpkg.json b/ports/glfw3/vcpkg.json new file mode 100644 index 00000000000000..e000c84a413cbb --- /dev/null +++ b/ports/glfw3/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "glfw3", + "version-string": "3.3.3", + "description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.", + "homepage": "https://github.com/glfw/glfw" +} From 78752794006e4afe0dbb59dbe54e2aae12e1079a Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Thu, 25 Mar 2021 15:27:18 -0700 Subject: [PATCH 2/4] update versions --- versions/baseline.json | 4 ++-- versions/g-/glfw3.json | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/versions/baseline.json b/versions/baseline.json index fee501f2587e17..d99b0386e01c84 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2221,8 +2221,8 @@ "port-version": 10 }, "glfw3": { - "baseline": "3.3.2", - "port-version": 1 + "baseline": "3.3.3", + "port-version": 0 }, "gli": { "baseline": "dd17acf-1", diff --git a/versions/g-/glfw3.json b/versions/g-/glfw3.json index 51357e2b04c96e..2e122b8b5cb354 100644 --- a/versions/g-/glfw3.json +++ b/versions/g-/glfw3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e8d5f19cc29353c00c8610f7339f656ac9e2b7c1", + "version-string": "3.3.3", + "port-version": 0 + }, { "git-tree": "c25e50efb2dc33ea70dae0e62936987d82bffcec", "version-string": "3.3.2", From 6332519522905d9f97137927ed88f6a76362fcb8 Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Fri, 26 Mar 2021 02:35:31 -0700 Subject: [PATCH 3/4] Update ports/glfw3/vcpkg.json Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> --- ports/glfw3/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/glfw3/vcpkg.json b/ports/glfw3/vcpkg.json index e000c84a413cbb..69ebce686de8d5 100644 --- a/ports/glfw3/vcpkg.json +++ b/ports/glfw3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "glfw3", - "version-string": "3.3.3", + "version-semver": "3.3.3", "description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.", "homepage": "https://github.com/glfw/glfw" } From 9c1b51e293f033c14f216f27d2ae841143c48fe1 Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Fri, 26 Mar 2021 02:36:55 -0700 Subject: [PATCH 4/4] update git refs --- versions/g-/glfw3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/g-/glfw3.json b/versions/g-/glfw3.json index 2e122b8b5cb354..a56ad99a6b66c8 100644 --- a/versions/g-/glfw3.json +++ b/versions/g-/glfw3.json @@ -1,8 +1,8 @@ { "versions": [ { - "git-tree": "e8d5f19cc29353c00c8610f7339f656ac9e2b7c1", - "version-string": "3.3.3", + "git-tree": "9825cf1cc4a31889edbb31732a88ca394b7a6e58", + "version-semver": "3.3.3", "port-version": 0 }, {