Date: Tue, 18 Aug 2020 00:53:01 +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: r545206 - in head/emulators/yuzu: . files Message-ID: <202008180053.07I0r1Pd006206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Aug 18 00:53:00 2020 New Revision: 545206 URL: https://svnweb.freebsd.org/changeset/ports/545206 Log: emulators/yuzu: update to s20200817 Changes: https://github.com/yuzu-emu/yuzu/compare/2dace9034...0c885249d Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) head/emulators/yuzu/files/patch-boost (contents, props changed) head/emulators/yuzu/files/patch-openssl (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Tue Aug 18 00:52:54 2020 (r545205) +++ head/emulators/yuzu/Makefile Tue Aug 18 00:53:00 2020 (r545206) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20200814 +PORTVERSION= s20200817 PORTREVISION?= 0 CATEGORIES= emulators @@ -37,7 +37,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 2dace9034 +GH_TAGNAME= 0c885249d 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 Tue Aug 18 00:52:54 2020 (r545205) +++ head/emulators/yuzu/distinfo Tue Aug 18 00:53:00 2020 (r545206) @@ -1,6 +1,6 @@ -TIMESTAMP = 1597449132 -SHA256 (yuzu-emu-yuzu-s20200814-2dace9034_GH0.tar.gz) = e861423d79bc5defa40dd9fd2135c5a402efe5f3e5ab92f84da55f0c9f4681b6 -SIZE (yuzu-emu-yuzu-s20200814-2dace9034_GH0.tar.gz) = 2945139 +TIMESTAMP = 1597688822 +SHA256 (yuzu-emu-yuzu-s20200817-0c885249d_GH0.tar.gz) = 43355451282f08e5fc6eafa183179d178af7b2f311033f1954d18f4ffd137449 +SIZE (yuzu-emu-yuzu-s20200817-0c885249d_GH0.tar.gz) = 2946561 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 Modified: head/emulators/yuzu/files/patch-boost ============================================================================== --- head/emulators/yuzu/files/patch-boost Tue Aug 18 00:52:54 2020 (r545205) +++ head/emulators/yuzu/files/patch-boost Tue Aug 18 00:53:00 2020 (r545206) @@ -12,5 +12,5 @@ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2461 - "Boost 1.73 boost/1.73.0" + "Boost 1.72 boost/1.72.0" "Catch2 2.13 catch2/2.13.0" - "fmt 7.0 fmt/7.0.1" + "fmt 7.0 fmt/7.0.3" # can't use until https://github.com/bincrafters/community/issues/1173 Modified: head/emulators/yuzu/files/patch-openssl ============================================================================== --- head/emulators/yuzu/files/patch-openssl Tue Aug 18 00:52:54 2020 (r545205) +++ head/emulators/yuzu/files/patch-openssl Tue Aug 18 00:53:00 2020 (r545206) @@ -17,7 +17,7 @@ Revert https://github.com/yuzu-emu/yuzu/commit/2a3d4ca @@ -152,6 +152,7 @@ macro(yuzu_find_packages) "Boost 1.71 boost/1.72.0" "Catch2 2.11 catch2/2.11.0" - "fmt 7.0 fmt/7.0.1" + "fmt 7.0 fmt/7.0.3" + "OpenSSL 1.0 openssl/1.1.1f" # can't use until https://github.com/bincrafters/community/issues/1173 #"libzip 1.5 libzip/1.5.2@bincrafters/stable"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008180053.07I0r1Pd006206>