Date: Tue, 30 Jan 2024 21:20:45 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f54b67599f88 - main - games/mizuma: update to 2024.01 Message-ID: <202401302120.40ULKjVT016687@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f54b67599f88f90995c0b3692552f347c63040b8 commit f54b67599f88f90995c0b3692552f347c63040b8 Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2024-01-29 21:33:03 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-01-30 21:20:18 +0000 games/mizuma: update to 2024.01 - DXVK version can now be chosen during application installation - Changed runtime from wine7 to regular wine as it is fully functional again - Increase visual feedback for some background processes - The function "VKD3D" has been renamed to "VKD3D-Proton" as it is the proton version PR: 276471 --- games/mizuma/Makefile | 4 ++-- games/mizuma/distinfo | 6 +++--- games/mizuma/pkg-message | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/mizuma/Makefile b/games/mizuma/Makefile index e5e49a403932..46e04f408bac 100644 --- a/games/mizuma/Makefile +++ b/games/mizuma/Makefile @@ -1,5 +1,5 @@ PORTNAME= mizuma -DISTVERSION= 2023.11 +DISTVERSION= 2024.01 CATEGORIES= games emulators MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/ @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture RUN_DEPENDS= 7zz:archivers/7-zip \ bash:shells/bash \ vulkaninfo:graphics/vulkan-tools \ - wine:emulators/wine7 \ + wine:emulators/wine \ wine-mono>0:emulators/wine-mono \ winetricks:emulators/winetricks \ xdg-open:devel/xdg-utils \ diff --git a/games/mizuma/distinfo b/games/mizuma/distinfo index 46c8b5d37b58..c95842e30707 100644 --- a/games/mizuma/distinfo +++ b/games/mizuma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700270500 -SHA256 (mizuma-2023.11.tar.gz) = f4c89586230466b1b98debc603fae7663d567e6e76f487af891272d172878821 -SIZE (mizuma-2023.11.tar.gz) = 194904 +TIMESTAMP = 1705748798 +SHA256 (mizuma-2024.01.tar.gz) = a82efc4b139fb1dace0347566e8a63711b07c536ca15521af733d00d07673ee3 +SIZE (mizuma-2024.01.tar.gz) = 194278 diff --git a/games/mizuma/pkg-message b/games/mizuma/pkg-message index 5124e6b2eac2..395af2125572 100644 --- a/games/mizuma/pkg-message +++ b/games/mizuma/pkg-message @@ -5,7 +5,7 @@ An application shortcut for the desktop will be not created by the port. To open the main gui type: Mizuma -For quick commandline taks you can use the following examples: +For quick commandline tasks you can use the following examples: To install something use: Mizuma Install Steam To launch something use: Mizuma Launch Steam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302120.40ULKjVT016687>