Date: Tue, 12 Jan 2021 17:51:26 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561362 - head/games/homura Message-ID: <202101121751.10CHpQrw071007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Tue Jan 12 17:51:25 2021 New Revision: 561362 URL: https://svnweb.freebsd.org/changeset/ports/561362 Log: games/homura: Update to 5.3 Changes : - The Tinkering corner is now available, this allows to copy an existing app installation and tinker with it, without touching the existing installation. - The installation and uninstallation of application must now be confirmed once again - It was fixed that you cannot use files with a space in their name in "Run a executable in prefix" Package changes: - Removed x11-fonts/webfonts as run dependency - Source changed to codeberg.org PR: 252239 Submitted by: Alexander Vereeken <Alexander88207@protonmail.com> (maintainer) Modified: head/games/homura/Makefile head/games/homura/distinfo head/games/homura/pkg-descr head/games/homura/pkg-message Modified: head/games/homura/Makefile ============================================================================== --- head/games/homura/Makefile Tue Jan 12 17:51:17 2021 (r561361) +++ head/games/homura/Makefile Tue Jan 12 17:51:25 2021 (r561362) @@ -2,8 +2,10 @@ # $FreeBSD$ PORTNAME= homura -PORTVERSION= 5.2 +PORTVERSION= 5.3 CATEGORIES= games +MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ +DISTNAME= ${PORTVERSION} MAINTAINER= Alexander88207@protonmail.com COMMENT= Windows Games Launcher for FreeBSD @@ -18,15 +20,11 @@ RUN_DEPENDS= zenity:x11/zenity \ xdg-open:devel/xdg-utils \ bash:shells/bash \ 7z:archivers/p7zip \ - webfonts>=0:x11-fonts/webfonts \ winetricks:emulators/winetricks \ vulkaninfo:graphics/vulkan-tools \ glxinfo:graphics/mesa-demos -USE_GITLAB= yes -GL_ACCOUNT= Alexander88207 -GL_PROJECT= Homura -GL_COMMIT= e52176c0b1350add43846ba25816ecb90dc0d4b0 +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes Modified: head/games/homura/distinfo ============================================================================== --- head/games/homura/distinfo Tue Jan 12 17:51:17 2021 (r561361) +++ head/games/homura/distinfo Tue Jan 12 17:51:25 2021 (r561362) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602589990 -SHA256 (Alexander88207-Homura-e52176c0b1350add43846ba25816ecb90dc0d4b0_GL0.tar.gz) = 1fb9d091e9d8f36e7b5fb67b10761678d87cd3b7656a6e8a743fae2ca6b225e1 -SIZE (Alexander88207-Homura-e52176c0b1350add43846ba25816ecb90dc0d4b0_GL0.tar.gz) = 5400282 +TIMESTAMP = 1609187396 +SHA256 (5.3.tar.gz) = f6989d77a42d744598eecadd85ab4c29b2c0b2094adfb9fe6019604b4ae3f576 +SIZE (5.3.tar.gz) = 5400786 Modified: head/games/homura/pkg-descr ============================================================================== --- head/games/homura/pkg-descr Tue Jan 12 17:51:17 2021 (r561361) +++ head/games/homura/pkg-descr Tue Jan 12 17:51:25 2021 (r561362) @@ -3,4 +3,4 @@ FreeBSD by providing the required fixes and workaround The Windows emulation is provided by Wine. -WWW: https://gitlab.com/Alexander88207/Homura +WWW: https://codeberg.org/Alexander88207/Homura Modified: head/games/homura/pkg-message ============================================================================== --- head/games/homura/pkg-message Tue Jan 12 17:51:17 2021 (r561361) +++ head/games/homura/pkg-message Tue Jan 12 17:51:25 2021 (r561362) @@ -12,7 +12,7 @@ Examples: To uninstall something use: Homura Uninstall Steam To see what applications are currently working take a look at: -https://gitlab.com/Alexander88207/Homura/-/wikis/Status +https://codeberg.org/Alexander88207/Homura/wiki/Status Enjoy playing! EOM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101121751.10CHpQrw071007>