git: ea0a8734da0e - main - emulators/yuzu: update to s20230101

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 02 Jan 2023 23:34:32 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea0a8734da0ea45ea29eee658c39a7118073deaf

commit ea0a8734da0ea45ea29eee658c39a7118073deaf
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-01-02 18:45:36 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-01-02 23:34:17 +0000

    emulators/yuzu: update to s20230101
    
    Changes:        https://github.com/yuzu-emu/yuzu/compare/88f5d38b9...a7e610403
---
 emulators/yuzu/Makefile           |  4 ++--
 emulators/yuzu/distinfo           | 10 +++++-----
 emulators/yuzu/files/patch-libusb |  8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 463f05f0e2e2..54f4472c5014 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yuzu
-PORTVERSION=	s20221230
+PORTVERSION=	s20230101
 CATEGORIES=	emulators wayland
 .if make(makesum)
 MASTER_SITES=	https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
@@ -53,7 +53,7 @@ qt6_OPTIONS_EXCLUDE=	QT5
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuzu-emu
-GH_TAGNAME=	88f5d38b9
+GH_TAGNAME=	a7e610403
 GH_TUPLE=	yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
 		yuzu-emu:sirit:d7ad93a:sirit/externals/sirit \
 		KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-201-gc214f6f:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 3442d9cff1d4..9428ab64c91c 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1672431620
-SHA256 (yuzu-s20221230/compatibility_list.json) = d8023ad0cec2c53fc07f57537bc5a9991370b4e6f22a609cb618c4f8234618c9
-SIZE (yuzu-s20221230/compatibility_list.json) = 1662434
-SHA256 (yuzu-emu-yuzu-s20221230-88f5d38b9_GH0.tar.gz) = b1c703421c2c9ee30dbf482731a03fccef2c4cf6c1a995d5eea5faa27b2bcbdd
-SIZE (yuzu-emu-yuzu-s20221230-88f5d38b9_GH0.tar.gz) = 5400344
+TIMESTAMP = 1672685136
+SHA256 (yuzu-s20230101/compatibility_list.json) = e900bbb70d16e4d4e564fe0a6042d81b9e64a46dbcca8b5af188936bef649675
+SIZE (yuzu-s20230101/compatibility_list.json) = 1663576
+SHA256 (yuzu-emu-yuzu-s20230101-a7e610403_GH0.tar.gz) = faa924c51a678a11cb7a68e648c3724d5a43ff2dd34a8a43fbfd9834703a6d38
+SIZE (yuzu-emu-yuzu-s20230101-a7e610403_GH0.tar.gz) = 5402315
 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450
 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189
 SHA256 (yuzu-emu-sirit-d7ad93a_GH0.tar.gz) = f338a73c12bcc4e6c18a1a8104ca7bf30af40eb37b4054992e3be4c3d3589faa
diff --git a/emulators/yuzu/files/patch-libusb b/emulators/yuzu/files/patch-libusb
index a5ae2a061f9c..dcde9c02af39 100644
--- a/emulators/yuzu/files/patch-libusb
+++ b/emulators/yuzu/files/patch-libusb
@@ -3,14 +3,14 @@ compatibility with newer versions of the reference implementation.
 
 -- Could NOT find libusb: Found unsuitable version "1.0.13", but required is at least "1.0.24" (found /usr/lib/libusb.so)
 
---- CMakeLists.txt.orig	2022-12-30 08:26:41 UTC
+--- CMakeLists.txt.orig	2023-01-02 18:45:36 UTC
 +++ CMakeLists.txt
-@@ -221,7 +221,7 @@ if (ENABLE_LIBUSB)
+@@ -217,7 +217,7 @@ if (ENABLE_LIBUSB)
  endif()
  
  if (ENABLE_LIBUSB)
--    find_package(libusb 1.0.24)
-+    find_package(libusb)
+-    find_package(libusb 1.0.24 MODULE)
++    find_package(libusb MODULE)
  endif()
  
  if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)