From owner-svn-ports-all@freebsd.org Sat Dec 5 23:42:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D2D34AC38B; Sat, 5 Dec 2020 23:42:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CpR2h11VJz4s8r; Sat, 5 Dec 2020 23:42:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16290266A6; Sat, 5 Dec 2020 23:42:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B5NgpHE070426; Sat, 5 Dec 2020 23:42:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B5Ngp9Y070423; Sat, 5 Dec 2020 23:42:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012052342.0B5Ngp9Y070423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Dec 2020 23:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557096 - in head/emulators: yuzu yuzu-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators: yuzu yuzu-qt5 X-SVN-Commit-Revision: 557096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2020 23:42:52 -0000 Author: jbeich Date: Sat Dec 5 23:42:51 2020 New Revision: 557096 URL: https://svnweb.freebsd.org/changeset/ports/557096 Log: emulators/yuzu: update to s20201205 Changes: https://github.com/yuzu-emu/yuzu/compare/7b4a21360...f2f346e11 Modified: head/emulators/yuzu-qt5/Makefile (contents, props changed) head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu-qt5/Makefile ============================================================================== --- head/emulators/yuzu-qt5/Makefile Sat Dec 5 22:53:15 2020 (r557095) +++ head/emulators/yuzu-qt5/Makefile Sat Dec 5 23:42:51 2020 (r557096) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../yuzu Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Sat Dec 5 22:53:15 2020 (r557095) +++ head/emulators/yuzu/Makefile Sat Dec 5 23:42:51 2020 (r557096) @@ -1,14 +1,12 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20201130 -PORTREVISION?= 1 +PORTVERSION= s20201205 +PORTREVISION?= 0 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 905e8016a04e.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1340 -PATCHFILES+= 423b76065129.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4937 -PATCHFILES+= 176a242fa42d.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5047 MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo Switch emulator/debugger @@ -37,7 +35,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 7b4a21360 +GH_TAGNAME= f2f346e11 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 Sat Dec 5 22:53:15 2020 (r557095) +++ head/emulators/yuzu/distinfo Sat Dec 5 23:42:51 2020 (r557096) @@ -1,8 +1,8 @@ -TIMESTAMP = 1606763467 +TIMESTAMP = 1607172300 SHA256 (libcxx-10.0.1.src.tar.xz) = def674535f22f83131353b3c382ccebfef4ba6a35c488bdb76f10b68b25be86c SIZE (libcxx-10.0.1.src.tar.xz) = 1839172 -SHA256 (yuzu-emu-yuzu-s20201130-7b4a21360_GH0.tar.gz) = 6ab1c008b24feccfcfa7d4b23ff0a8fc3e6a0abc4c1e381ed077ae366e9f69c9 -SIZE (yuzu-emu-yuzu-s20201130-7b4a21360_GH0.tar.gz) = 4054902 +SHA256 (yuzu-emu-yuzu-s20201205-f2f346e11_GH0.tar.gz) = 9f2bcf897d867023b733142661cc61175d83ef664a0f6c716878a943a57907ee +SIZE (yuzu-emu-yuzu-s20201205-f2f346e11_GH0.tar.gz) = 4055804 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 @@ -25,7 +25,3 @@ SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808 SHA256 (905e8016a04e.patch) = cecc02f098917ee236ace0a350f37a9ffbb4aae92232f6c105a520476f7b23b5 SIZE (905e8016a04e.patch) = 2545 -SHA256 (423b76065129.patch) = bcdfdf00d1bc33888cf28d4890185d010d3caeb4429f94ec6b820f38a80d5bab -SIZE (423b76065129.patch) = 45387 -SHA256 (176a242fa42d.patch) = 69aac7a9f2fdc1bd1d5cd14760b191926a6af96fa4a397921cc99669455cc807 -SIZE (176a242fa42d.patch) = 1785