From b2a22ff59ab523788a26980f7d38a4e5d4fedb8f Mon Sep 17 00:00:00 2001 From: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Date: Thu, 21 Jul 2022 06:44:03 +0800 Subject: [PATCH] [ogre-next] Update to 2.3.1 (#25889) --- ports/ogre-next/portfile.cmake | 6 +++--- ports/ogre-next/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/o-/ogre-next.json | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/ogre-next/portfile.cmake b/ports/ogre-next/portfile.cmake index 5766b5d9c69..266c930c2bd 100644 --- a/ports/ogre-next/portfile.cmake +++ b/ports/ogre-next/portfile.cmake @@ -10,8 +10,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO OGRECave/ogre-next - REF 10b56694f33fd6ead1c501eb90379bcac671d841 #v2.3.0 - SHA512 b2f1c55655582b2844b7c10cce965cc5268829a0702b09abcfe04fba8db00ad032f605d683c88811f77f9b7b4fb8a1095079f1a1c96bbe9fd022621f4ff4cf81 + REF e4c5f0f6d36c07af594e3ef143d017bda1581442 #v2.3.1 + SHA512 263a50b64defa7345a109a068cc17c347a696f83f64abc071256bb46571ed6b2ef94ee3480d90938cdb7f745d36a4c4890d82677d357c62c9a2956eae8d4ac15 HEAD_REF master PATCHES toolchain_fixes.patch @@ -113,7 +113,7 @@ if(VCPKG_TARGET_IS_WINDOWS) endif() # Handle copyright -file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") diff --git a/ports/ogre-next/vcpkg.json b/ports/ogre-next/vcpkg.json index 7a6a81bd942..bc4fe07bb42 100644 --- a/ports/ogre-next/vcpkg.json +++ b/ports/ogre-next/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ogre-next", - "version": "2.3.0", + "version": "2.3.1", "description": "Ogre 2.1 & 2.2 - scene-oriented, flexible 3D engine written in C++", "homepage": "https://github.com/OGRECave/ogre-next", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 03ee62ce757..8b13a36a803 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5089,7 +5089,7 @@ "port-version": 8 }, "ogre-next": { - "baseline": "2.3.0", + "baseline": "2.3.1", "port-version": 0 }, "ois": { diff --git a/versions/o-/ogre-next.json b/versions/o-/ogre-next.json index 40f6f7475f6..535b7c4dd24 100644 --- a/versions/o-/ogre-next.json +++ b/versions/o-/ogre-next.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "41790e82daaddc561ebaf5ea9f589bd2e148e31a", + "version": "2.3.1", + "port-version": 0 + }, { "git-tree": "0b1cca4f491d535e198fc79195bf357811b4122a", "version": "2.3.0",