Date: Sat, 11 Jul 2020 00:45:56 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541895 - in head/emulators/yuzu: . files Message-ID: <202007110045.06B0juli080876@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jul 11 00:45:56 2020 New Revision: 541895 URL: https://svnweb.freebsd.org/changeset/ports/541895 Log: emulators/yuzu: update to s20200710 Changes: https://github.com/yuzu-emu/yuzu/compare/5311b562a...995067538 Added: head/emulators/yuzu/files/patch-fmt (contents, props changed) Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Sat Jul 11 00:45:44 2020 (r541894) +++ head/emulators/yuzu/Makefile Sat Jul 11 00:45:56 2020 (r541895) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20200708 +PORTVERSION= s20200710 PORTREVISION?= 0 CATEGORIES= emulators @@ -9,7 +9,6 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PRO PATCHFILES+= 905e8016a04e.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1340 PATCHFILES+= 34635a42c0b3.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1703 PATCHFILES+= 1adf640d3725.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1703 -PATCHFILES+= b1b1ed7597cb.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4221 MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo Switch emulator/debugger @@ -38,7 +37,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 5311b562a +GH_TAGNAME= 995067538 GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \ DarkLordZach:mbedtls:a280e60:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Sat Jul 11 00:45:44 2020 (r541894) +++ head/emulators/yuzu/distinfo Sat Jul 11 00:45:56 2020 (r541895) @@ -1,6 +1,6 @@ -TIMESTAMP = 1594240226 -SHA256 (yuzu-emu-yuzu-s20200708-5311b562a_GH0.tar.gz) = 72c9830fce0b57bc161f756c180169de7c521669664b6efa52191d232b0415b9 -SIZE (yuzu-emu-yuzu-s20200708-5311b562a_GH0.tar.gz) = 2770324 +TIMESTAMP = 1594408684 +SHA256 (yuzu-emu-yuzu-s20200710-995067538_GH0.tar.gz) = 5306d3b9883c33a4e90ff299691b2ed51b49a135e61e257182adfc8cb431a58d +SIZE (yuzu-emu-yuzu-s20200710-995067538_GH0.tar.gz) = 2776425 SHA256 (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 8f7b4d8eb998c2a4c146268d83b44fc22ca8d4d276f26d6af1071e51f4b5bd4f SIZE (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 3296254 SHA256 (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 4fc6ddc256bc75b975fd5ad8bb7d31ff79c62d49daafb0108585c9ef80c6c5a7 @@ -29,5 +29,3 @@ SHA256 (34635a42c0b3.patch) = be502191f192ef47b05e476e SIZE (34635a42c0b3.patch) = 14175 SHA256 (1adf640d3725.patch) = 96062963c5bf4f534cdc72f7c9ce9bbe399da1be957c195e5ab12899621e14dd SIZE (1adf640d3725.patch) = 2268 -SHA256 (b1b1ed7597cb.patch) = 1f8e5d73deebceebf0a34c846e271d25d708ea5c139d3b1b2c0ab1165accd027 -SIZE (b1b1ed7597cb.patch) = 2346 Added: head/emulators/yuzu/files/patch-fmt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/yuzu/files/patch-fmt Sat Jul 11 00:45:56 2020 (r541895) @@ -0,0 +1,13 @@ +Lower required version until devel/libfmt catches up + +--- CMakeLists.txt.orig 2020-07-10 17:02:21 UTC ++++ CMakeLists.txt +@@ -151,7 +151,7 @@ macro(yuzu_find_packages) + # Cmake Pkg Prefix Version Conan Pkg + "Boost 1.71 boost/1.72.0" + "Catch2 2.11 catch2/2.11.0" +- "fmt 7.0 fmt/7.0.1" ++ "fmt 6.2 fmt/6.2.0" + # can't use until https://github.com/bincrafters/community/issues/1173 + #"libzip 1.5 libzip/1.5.2@bincrafters/stable" + "lz4 1.8 lz4/1.9.2"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007110045.06B0juli080876>