git: 460c92731f88 - main - emulators/yuzu: update to s20210503
Jan Beich
jbeich at FreeBSD.org
Tue May 4 00:55:50 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=460c92731f8862f2a1fcefc1bc37bdce51bd185a
commit 460c92731f8862f2a1fcefc1bc37bdce51bd185a
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-03 19:50:19 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-04 00:52:06 +0000
emulators/yuzu: update to s20210503
Changes: https://github.com/yuzu-emu/yuzu/compare/fa3ffff8d...df51eb9bd
---
emulators/yuzu/Makefile | 4 ++--
emulators/yuzu/distinfo | 6 +++---
emulators/yuzu/files/patch-boost | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index ada7f235cfd1..39f062132be0 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yuzu
-PORTVERSION= s20210430
+PORTVERSION= s20210503
PORTREVISION?= 0
CATEGORIES= emulators
@@ -42,7 +42,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
-GH_TAGNAME= fa3ffff8d
+GH_TAGNAME= df51eb9bd
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-52-geac2416b8:mbedtls/externals/mbedtls \
KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 5b4902a65a16..8f3fb85b0e5c 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1619819312
-SHA256 (yuzu-emu-yuzu-s20210430-fa3ffff8d_GH0.tar.gz) = d76a7c53b188b9557e7895641aa1f2fcb435ef156483722d565a9b6bf7419ff4
-SIZE (yuzu-emu-yuzu-s20210430-fa3ffff8d_GH0.tar.gz) = 3821625
+TIMESTAMP = 1620083068
+SHA256 (yuzu-emu-yuzu-s20210503-df51eb9bd_GH0.tar.gz) = 3a119fe644666a25fa18ffaeba33a29cea4f9cbc82e0c09a3f8900758e5b50f1
+SIZE (yuzu-emu-yuzu-s20210503-df51eb9bd_GH0.tar.gz) = 3821954
SHA256 (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 8d3b480b4121feaa30f12fdec06de741775465454610202363edaf7564d4f3bb
SIZE (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 2676404
SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff
diff --git a/emulators/yuzu/files/patch-boost b/emulators/yuzu/files/patch-boost
index 4d86a1e37dbd..6f722966070c 100644
--- a/emulators/yuzu/files/patch-boost
+++ b/emulators/yuzu/files/patch-boost
@@ -10,14 +10,14 @@ Call Stack (most recent call first):
-- Could NOT find Boost: Found unsuitable version "1.72.0", but required is at least "1.73" (found /usr/local/include)
-- Packages boost/1.73.0 not found!
---- CMakeLists.txt.orig 2021-04-23 22:48:47 UTC
+--- CMakeLists.txt.orig 2021-05-03 19:50:19 UTC
+++ CMakeLists.txt
@@ -202,7 +202,7 @@ macro(yuzu_find_packages)
endmacro()
if (NOT YUZU_USE_BUNDLED_BOOST)
-- find_package(Boost 1.73.0 COMPONENTS context headers QUIET)
-+ find_package(Boost 1.72.0 COMPONENTS context headers QUIET)
+- find_package(Boost 1.73.0 CONFIG COMPONENTS context headers QUIET)
++ find_package(Boost 1.72.0 CONFIG COMPONENTS context headers QUIET)
endif()
if (Boost_FOUND)
set(Boost_LIBRARIES Boost::boost)
More information about the dev-commits-ports-all
mailing list