svn commit: r532058 - head/emulators/yuzu

Jan Beich jbeich at FreeBSD.org
Sun Apr 19 00:37:41 UTC 2020


Author: jbeich
Date: Sun Apr 19 00:37:41 2020
New Revision: 532058
URL: https://svnweb.freebsd.org/changeset/ports/532058

Log:
  emulators/yuzu: unbreak Vulkan after r532054

Modified:
  head/emulators/yuzu/Makefile   (contents, props changed)
  head/emulators/yuzu/distinfo   (contents, props changed)

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Sun Apr 19 00:36:04 2020	(r532057)
+++ head/emulators/yuzu/Makefile	Sun Apr 19 00:37:41 2020	(r532058)
@@ -7,6 +7,7 @@ CATEGORIES=	emulators
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	1a2df0a5f389.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/3719
+PATCHFILES+=	afcc84a17265.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/3720
 
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	Nintendo Switch emulator/debugger

Modified: head/emulators/yuzu/distinfo
==============================================================================
--- head/emulators/yuzu/distinfo	Sun Apr 19 00:36:04 2020	(r532057)
+++ head/emulators/yuzu/distinfo	Sun Apr 19 00:37:41 2020	(r532058)
@@ -41,3 +41,5 @@ SHA256 (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = a51
 SIZE (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = 828993
 SHA256 (1a2df0a5f389.patch) = a2f01b8661b865635231b2add4faf6110220822eacbd62457633e5acfa942096
 SIZE (1a2df0a5f389.patch) = 2636
+SHA256 (afcc84a17265.patch) = ce3b3ad46220571afeb43c7309739163cbe972ea3e1fc5a47872ccb37ae0d81d
+SIZE (afcc84a17265.patch) = 1908


More information about the svn-ports-head mailing list