svn commit: r565378 - in branches/2021Q1/emulators: yuzu yuzu-qt5

Jan Beich jbeich at FreeBSD.org
Tue Feb 16 00:58:50 UTC 2021


Author: jbeich
Date: Tue Feb 16 00:58:49 2021
New Revision: 565378
URL: https://svnweb.freebsd.org/changeset/ports/565378

Log:
  MFH: r565377
  
  emulators/yuzu: update OSS support
  
  Changes:	https://github.com/kinetiknz/cubeb/compare/5c2cf26...8d53747

Modified:
  branches/2021Q1/emulators/yuzu-qt5/Makefile
  branches/2021Q1/emulators/yuzu/Makefile
  branches/2021Q1/emulators/yuzu/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/emulators/yuzu-qt5/Makefile
==============================================================================
--- branches/2021Q1/emulators/yuzu-qt5/Makefile	Tue Feb 16 00:53:13 2021	(r565377)
+++ branches/2021Q1/emulators/yuzu-qt5/Makefile	Tue Feb 16 00:58:49 2021	(r565378)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-qt5
 
 MASTERDIR=	${.CURDIR}/../yuzu

Modified: branches/2021Q1/emulators/yuzu/Makefile
==============================================================================
--- branches/2021Q1/emulators/yuzu/Makefile	Tue Feb 16 00:53:13 2021	(r565377)
+++ branches/2021Q1/emulators/yuzu/Makefile	Tue Feb 16 00:58:49 2021	(r565378)
@@ -2,7 +2,7 @@
 
 PORTNAME=	yuzu
 PORTVERSION=	s20201218
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	emulators
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -44,7 +44,7 @@ GH_TUPLE=	DarkLordZach:mbedtls:a280e60:mbedtls/externa
 		arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \
 		citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \
 		herumi:xbyak:v5.96:xbyak/externals/xbyak \
-		kinetiknz:cubeb:cubeb-0.2-1291-g5c2cf26:cubeb/externals/cubeb \
+		kinetiknz:cubeb:cubeb-0.2-1298-g8d53747:cubeb/externals/cubeb \
 		benhoyt:inih:r52:inih/externals/inih/inih
 
 USES=		cmake compiler:c++17-lang localbase:ldflags sdl ssl

Modified: branches/2021Q1/emulators/yuzu/distinfo
==============================================================================
--- branches/2021Q1/emulators/yuzu/distinfo	Tue Feb 16 00:53:13 2021	(r565377)
+++ branches/2021Q1/emulators/yuzu/distinfo	Tue Feb 16 00:58:49 2021	(r565378)
@@ -19,8 +19,8 @@ SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) =
 SIZE (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = 59514
 SHA256 (herumi-xbyak-v5.96_GH0.tar.gz) = 727f15d3ed786cae255ebfed1829a84a357c0e4856c6304456d77f1b56c3d2c6
 SIZE (herumi-xbyak-v5.96_GH0.tar.gz) = 226999
-SHA256 (kinetiknz-cubeb-cubeb-0.2-1291-g5c2cf26_GH0.tar.gz) = d69f3a452fb77290af3a0fdab6eb76775a71ee33fc8870e80a2c25c687745699
-SIZE (kinetiknz-cubeb-cubeb-0.2-1291-g5c2cf26_GH0.tar.gz) = 217669
+SHA256 (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = b5cd93de1ca5c9810594a8ec9ac4a3f7c0014cb5d90827034839405a82553fba
+SIZE (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = 218055
 SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c7707f871fb4534fb3a48201880
 SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808
 SHA256 (905e8016a04e.patch) = cecc02f098917ee236ace0a350f37a9ffbb4aae92232f6c105a520476f7b23b5


More information about the svn-ports-all mailing list