Created attachment 230222 [details] suyimazu-5.7.diff Hello, this is a name change of the port and an update to 5.7. Changes: - Suyimazu now have a config file which is stored under $HOME/.config where you can set the following: - The default project path - The default wine version/binary - An automatic switch to turn off and on the compositor of Metacity(Mate) and XFWM (XFCE) [FreeSync works only when no compositor is running and brings a little better perfomance] - The wine chooser displays now which wine is installed when switching to wine or wine-devel. - The .i386-wine-pkg stuff gets now automatic maintained by default which can also be turn off in the config file mentioned above. When this is on, automatically, updates or missing wine will be installed. Port Changes: - Changing from archivers/p7zip to archivers/7-zip because this port gets deleted. - Changing from graphics/mesa-demos to graphics/glx-utils. Thank you in advance!
Created attachment 230229 [details] suyimazu-5.7(v2).diff Fix white space
Created attachment 230230 [details] suyimazu-5.7(v3).diff
s/homura/suyimazu in games/Makefile. No need to update a new patch. Thanks!
(In reply to Fernando Apesteguía from comment #3) Alright, thank you!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=346625d118c87f6c6465a614e7d9ad307fd1e39c commit 346625d118c87f6c6465a614e7d9ad307fd1e39c Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2021-12-21 13:07:56 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-12-21 17:22:24 +0000 games/homura: Rename to suyimazu and update to 5.7 ChangeLog: https://codeberg.org/Alexander88207/Suyimazu/releases/tag/5.7 PR: 260521 Reported by: Alexander88207@protonmail.com (maintainer) MOVED | 1 + games/Makefile | 2 +- games/homura/distinfo (gone) | 3 --- games/homura/pkg-message (gone) | 20 -------------------- games/{homura => suyimazu}/Makefile | 20 ++++++++++---------- games/suyimazu/distinfo (new) | 3 +++ games/{homura => suyimazu}/pkg-descr | 2 +- games/suyimazu/pkg-message (new) | 19 +++++++++++++++++++ 8 files changed, 35 insertions(+), 35 deletions(-)
Committed, Thanks!