Date: Sat, 11 Apr 2026 19:17:30 +0000 From: Yusuf Yaman <nxjoseph@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Awe Morris <awe@noctvm.io> Subject: git: 760fcde228f4 - main - games/suika3: Update 26.04.4 => 26.04.5 Message-ID: <69da9e4a.3bf67.47a9c367@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=760fcde228f42c31aaac08d2650568d9e65e886d commit 760fcde228f42c31aaac08d2650568d9e65e886d Author: Awe Morris <awe@noctvm.io> AuthorDate: 2026-04-10 22:37:53 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-04-11 19:17:14 +0000 games/suika3: Update 26.04.4 => 26.04.5 While here, merge 2 ${RM}'s into one. Changelog: * Fix wrong mouse position on X11 when window is scaled * Fix font path in FreeBSD port (add missing "system/") https://github.com/awemorris/suika3/compare/26.04.4...26.04.5 PR: 294392 Reported by: Awe Morris <awe@noctvm.io> (maintainer) Approved by: osa (mentor) --- games/suika3/Makefile | 10 +++++----- games/suika3/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/games/suika3/Makefile b/games/suika3/Makefile index 7165a8b056bf..f2141c265534 100644 --- a/games/suika3/Makefile +++ b/games/suika3/Makefile @@ -1,5 +1,5 @@ PORTNAME= suika3 -DISTVERSION= 26.04.4 +DISTVERSION= 26.04.5 CATEGORIES= games MAINTAINER= awe@noctvm.io @@ -47,10 +47,10 @@ OPTIONS_DEFINE= DOCS EXAMPLES # Create a symlink to NotoSans to satisfy the engine's expected file name # without modifying upstream sample data. post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/share/examples/suika3/game/font - ${RM} -r ${STAGEDIR}${PREFIX}/share/examples/suika3/game/bgm2 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/suika3/game/font + ${RM} -r ${STAGEDIR}${PREFIX}/share/examples/suika3/game/system/font \ + ${STAGEDIR}${PREFIX}/share/examples/suika3/game/bgm2 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/suika3/game/system/font ${LN} -s ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf \ - ${STAGEDIR}${PREFIX}/share/examples/suika3/game/font/rounded-l-mplus-1c-bold.ttf + ${STAGEDIR}${PREFIX}/share/examples/suika3/game/system/font/rounded-l-mplus-1c-bold.ttf .include <bsd.port.mk> diff --git a/games/suika3/distinfo b/games/suika3/distinfo index 600be5949c16..9df4a49bc36d 100644 --- a/games/suika3/distinfo +++ b/games/suika3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775606186 -SHA256 (awemorris-suika3-26.04.4_GH0.tar.gz) = 746695a00827663475b495033addce2b34daf39f8d1e7f9fb4b06bd821b996bc -SIZE (awemorris-suika3-26.04.4_GH0.tar.gz) = 62236811 +TIMESTAMP = 1775842903 +SHA256 (awemorris-suika3-26.04.5_GH0.tar.gz) = 143b4c7431ff96871b122f021540056877dbbbe11c690f6dd9e92745e32a0a71 +SIZE (awemorris-suika3-26.04.5_GH0.tar.gz) = 62239483home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69da9e4a.3bf67.47a9c367>
