Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2023 16:51:16 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d273123cdc28 - main - games/suyimazu: Update to 2023.06
Message-ID:  <202306181651.35IGpGRF035665@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d273123cdc28388818780ee0085bfbf75cc6800f

commit d273123cdc28388818780ee0085bfbf75cc6800f
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2023-06-16 06:28:38 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-06-18 16:45:47 +0000

    games/suyimazu: Update to 2023.06
    
    ChangeLog: https://codeberg.org/Alexander88207/Suyimazu/releases/tag/2023.06
    
     * The obsolete Applying a fix menu has been removed.
     * Thanks to @duckywastaken for ironing out various typos and general grammar
       issues.
     * The DXVK version has been set to 1.10.3 (Wine 7.1+ is required for newer
       versions)
     * VKD3D is ready to use on application configurations
     * Downloaded Files and Shader Cache from DXVK, Mesa & VKD3D will now be in the
       Cache folder of Suyimazu.
     * Some minor menu improvements.
     * Some background management will now only run once per application startup.
       (such as looking for pkg32 updates)
    
    PR:             271996
    Reported by:    Alexander88207@protonmail.com (maintainer)
---
 games/suyimazu/Makefile  | 13 ++++++-------
 games/suyimazu/distinfo  |  6 +++---
 games/suyimazu/pkg-descr |  4 ++--
 3 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/games/suyimazu/Makefile b/games/suyimazu/Makefile
index 59cbb7532380..a300df3a7d3a 100644
--- a/games/suyimazu/Makefile
+++ b/games/suyimazu/Makefile
@@ -1,11 +1,10 @@
 PORTNAME=	suyimazu
-DISTVERSION=	2023
-PORTREVISION=	1
-CATEGORIES=	games
+DISTVERSION=	2023.06
+CATEGORIES=	games emulators 
 MASTER_SITES=	https://codeberg.org/Alexander88207/Suyimazu/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
 
 MAINTAINER=	Alexander88207@protonmail.com
-COMMENT=	Wine-based Game Launcher for FreeBSD
+COMMENT=	Wine-based Application Launcher for FreeBSD
 WWW=		https://codeberg.org/Alexander88207/Suyimazu
 
 LICENSE=	BSD2CLAUSE
@@ -39,11 +38,11 @@ MESA-DEMOS_RUN_DEPENDS=	glxinfo:graphics/mesa-demos
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	bin/Suyimazu \
-		share/Suyimazu/Data/Framework
+		share/Suyimazu/Tools/Framework
 
 do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/Suyimazu/Data
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/Suyimazu/Tools
 	${INSTALL_SCRIPT} ${WRKSRC}/Suyimazu ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/Data/Framework ${STAGEDIR}${PREFIX}/share/Suyimazu/Data
+	${INSTALL_SCRIPT} ${WRKSRC}/Tools/Framework ${STAGEDIR}${PREFIX}/share/Suyimazu/Tools
 
 .include <bsd.port.mk>
diff --git a/games/suyimazu/distinfo b/games/suyimazu/distinfo
index 5de26d7654b7..8403e6077995 100644
--- a/games/suyimazu/distinfo
+++ b/games/suyimazu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674078221
-SHA256 (suyimazu-2023.tar.gz) = 1a7a9e0e0b520f0ca912af4677abd33fa70dd70ba021ca48b10383bc8c653da8
-SIZE (suyimazu-2023.tar.gz) = 294736
+TIMESTAMP = 1686771608
+SHA256 (suyimazu-2023.06.tar.gz) = b97ab04dd660f1024ce0ab710781fc3da4672101a86bb423de6193d4ec8f492d
+SIZE (suyimazu-2023.06.tar.gz) = 306020
diff --git a/games/suyimazu/pkg-descr b/games/suyimazu/pkg-descr
index fd0bef3598e9..361cbc8969ce 100644
--- a/games/suyimazu/pkg-descr
+++ b/games/suyimazu/pkg-descr
@@ -1,2 +1,2 @@
-Suyimazu is a launcher that aims to run Windows games/launcher and more
-easily through Wine on FreeBSD by providing the required fixes and workarounds.
+Suyimazu is a launcher that aims to help you run a list
+of applications in Wine with a few simple clicks on FreeBSD.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306181651.35IGpGRF035665>