Date: Sat, 14 Aug 2021 09:12:21 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f85594a607b2 - main - games/homura: update to 5.5 Message-ID: <202108140912.17E9CLVk036565@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=f85594a607b2a5950b93df645bed1f7fc896dfc0 commit f85594a607b2a5950b93df645bed1f7fc896dfc0 Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2021-08-14 09:08:11 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-08-14 09:11:38 +0000 games/homura: update to 5.5 Changes: - Homura now uses wine-proton [1] as default - It's now possible to switch the wine version to wine or wine-devel per application. - It's now possible to chose to kill an entire wineprefix session easily. - The tinkering section have been removed because it was obsolete. [1] https://www.freshports.org/emulators/wine-proton PR: 257831 --- games/homura/Makefile | 13 +++---------- games/homura/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/games/homura/Makefile b/games/homura/Makefile index 6172893d5c88..3689c5860962 100644 --- a/games/homura/Makefile +++ b/games/homura/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken <Alexander88207@protonmail.com> PORTNAME= homura -PORTVERSION= 5.4 +PORTVERSION= 5.5 CATEGORIES= games MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ DISTNAME= ${PORTVERSION} @@ -19,6 +19,7 @@ RUN_DEPENDS= 7z:archivers/p7zip \ bash:shells/bash \ glxinfo:graphics/mesa-demos \ vulkaninfo:graphics/vulkan-tools \ + wine-proton>0:emulators/wine-proton \ winetricks:emulators/winetricks \ xdg-open:devel/xdg-utils \ zenity:x11/zenity @@ -29,15 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/Homura -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -RUN_DEPENDS+= wine:emulators/wine-devel -.else -RUN_DEPENDS+= wine:emulators/i386-wine-devel -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/homura/distinfo b/games/homura/distinfo index 1cb957b5bffd..cdd84596931b 100644 --- a/games/homura/distinfo +++ b/games/homura/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615381878 -SHA256 (5.4.tar.gz) = a588d15a6305f08ef8b04ea4ca16760fa059aecb861618f022df642a1608d3de -SIZE (5.4.tar.gz) = 5401250 +TIMESTAMP = 1628931087 +SHA256 (5.5.tar.gz) = 6df543487c87e9b1f9cb28d325d312defce9fead633dfd99620a6b9e55c68394 +SIZE (5.5.tar.gz) = 5394832
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108140912.17E9CLVk036565>