svn commit: r554802 - in head/emulators/yuzu: . files
Jan Beich
jbeich at FreeBSD.org
Tue Nov 10 00:10:34 UTC 2020
Author: jbeich
Date: Tue Nov 10 00:10:31 2020
New Revision: 554802
URL: https://svnweb.freebsd.org/changeset/ports/554802
Log:
emulators/yuzu: update to s20201108
Changes: https://github.com/yuzu-emu/yuzu/compare/e82997374...9b24197ca
Modified:
head/emulators/yuzu/Makefile (contents, props changed)
head/emulators/yuzu/distinfo (contents, props changed)
head/emulators/yuzu/files/patch-fmt (contents, props changed)
Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile Tue Nov 10 00:10:23 2020 (r554801)
+++ head/emulators/yuzu/Makefile Tue Nov 10 00:10:31 2020 (r554802)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yuzu
-PORTVERSION= s20201107
+PORTVERSION= s20201108
PORTREVISION?= 0
CATEGORIES= emulators
@@ -35,7 +35,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
-GH_TAGNAME= e82997374
+GH_TAGNAME= 9b24197ca
GH_TUPLE= DarkLordZach:mbedtls:a280e60: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 \
Modified: head/emulators/yuzu/distinfo
==============================================================================
--- head/emulators/yuzu/distinfo Tue Nov 10 00:10:23 2020 (r554801)
+++ head/emulators/yuzu/distinfo Tue Nov 10 00:10:31 2020 (r554802)
@@ -1,8 +1,8 @@
-TIMESTAMP = 1604786493
+TIMESTAMP = 1604884180
SHA256 (libcxx-10.0.1.src.tar.xz) = def674535f22f83131353b3c382ccebfef4ba6a35c488bdb76f10b68b25be86c
SIZE (libcxx-10.0.1.src.tar.xz) = 1839172
-SHA256 (yuzu-emu-yuzu-s20201107-e82997374_GH0.tar.gz) = a1fcce3d35ab51b87bf58e231c29abeb3d6e05c88ce44f472b3e6c6cdba8cdb2
-SIZE (yuzu-emu-yuzu-s20201107-e82997374_GH0.tar.gz) = 4046422
+SHA256 (yuzu-emu-yuzu-s20201108-9b24197ca_GH0.tar.gz) = 961c880fd5c375d80bd4ae051ae389e7f862c70833f9b32f9f0bc078051a4dae
+SIZE (yuzu-emu-yuzu-s20201108-9b24197ca_GH0.tar.gz) = 4046073
SHA256 (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 4fc6ddc256bc75b975fd5ad8bb7d31ff79c62d49daafb0108585c9ef80c6c5a7
SIZE (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 2283313
SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff
Modified: head/emulators/yuzu/files/patch-fmt
==============================================================================
--- head/emulators/yuzu/files/patch-fmt Tue Nov 10 00:10:23 2020 (r554801)
+++ head/emulators/yuzu/files/patch-fmt Tue Nov 10 00:10:31 2020 (r554802)
@@ -2,13 +2,13 @@ Allow building against devel/libfmt until it's upgrade
-- Packages fmt/7.1.0 not found!
---- CMakeLists.txt.orig 2020-10-30 07:35:40 UTC
+--- CMakeLists.txt.orig 2020-11-09 01:09:40 UTC
+++ CMakeLists.txt
-@@ -161,7 +161,7 @@ macro(yuzu_find_packages)
+@@ -159,7 +159,7 @@ macro(yuzu_find_packages)
# Cmake Pkg Prefix Version Conan Pkg
- "Boost 1.72 boost/1.72.0"
+ "Boost 1.73 boost/1.73.0"
"Catch2 2.13 catch2/2.13.0"
-- "fmt 7.1 fmt/7.1.0"
+- "fmt 7.1 fmt/7.1.2"
+ "fmt 7.0 fmt/7.0.3"
# can't use until https://github.com/bincrafters/community/issues/1173
#"libzip 1.5 libzip/1.5.2 at bincrafters/stable"
More information about the svn-ports-all
mailing list