aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vereeken <Alexander88207@protonmail.com>2023-06-16 06:28:38 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-06-18 16:45:47 +0000
commitd273123cdc28388818780ee0085bfbf75cc6800f (patch)
tree3e5b0d5e4ad2e4e1b8785582d51a7359414d92ab
parent5f6c91d8cb52f9f4cb8dac8f1e21eb30bac8d32a (diff)
downloadports-d273123cdc28388818780ee0085bfbf75cc6800f.tar.gz
ports-d273123cdc28388818780ee0085bfbf75cc6800f.zip
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)
-rw-r--r--games/suyimazu/Makefile13
-rw-r--r--games/suyimazu/distinfo6
-rw-r--r--games/suyimazu/pkg-descr4
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.