Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 07:52:37 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d0827750afad - main - games/suyimazu: Update to 2023.11 and rename to games/mizuma
Message-ID:  <202311220752.3AM7qbxv082881@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=d0827750afad7d9ad35be1ae1467779b08f782f4

commit d0827750afad7d9ad35be1ae1467779b08f782f4
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2023-11-20 08:33:00 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-11-22 07:49:30 +0000

    games/suyimazu: Update to 2023.11 and rename to games/mizuma
    
    ChangeLog: https://codeberg.org/Alexander88207/Mizutamari/releases/tag/2023.11
    
    PR:             275174
    Reported by:    Alexander88207@protonmail.com (maintainer)
---
 MOVED                                |  1 +
 games/Makefile                       |  2 +-
 games/{suyimazu => mizuma}/Makefile  | 22 +++++++++++-----------
 games/mizuma/distinfo                |  3 +++
 games/{suyimazu => mizuma}/pkg-descr |  2 +-
 games/mizuma/pkg-message             | 17 +++++++++++++++++
 games/suyimazu/distinfo              |  3 ---
 games/suyimazu/pkg-message           | 17 -----------------
 8 files changed, 34 insertions(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 0b9f58270d96..17255390518d 100644
--- a/MOVED
+++ b/MOVED
@@ -8089,3 +8089,4 @@ devel/mingw32-zlib||2023-11-21|Has expired: Last upstream release was in 2014 an
 devel/mingw32-gcc||2023-11-21|Has expired: Upstream release was in 2015 and mingw32 project is defunct
 www/guile-www||2023-11-21|Has expired: Last upstream release was in 2002 and no longer relevant nowadays
 x11-toolkits/wlroots-devel|x11-toolkits/wlroots|2023-11-21|Out of date: use x11-toolkits/wlroots for now
+games/suyimazu|games/mizuma|2023-11-22|Project renamed
diff --git a/games/Makefile b/games/Makefile
index b16c4ed3fea1..e6eb13e7a737 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -633,6 +633,7 @@
     SUBDIR += minetestmapper
     SUBDIR += mirrormagic
     SUBDIR += miscom
+    SUBDIR += mizuma
     SUBDIR += mkhexgrid
     SUBDIR += moagg
     SUBDIR += monsterz
@@ -949,7 +950,6 @@
     SUBDIR += supertux
     SUBDIR += supertux2
     SUBDIR += supertuxkart
-    SUBDIR += suyimazu
     SUBDIR += swell-foop
     SUBDIR += sxsame
     SUBDIR += tads
diff --git a/games/suyimazu/Makefile b/games/mizuma/Makefile
similarity index 64%
rename from games/suyimazu/Makefile
rename to games/mizuma/Makefile
index e17954957db7..e5e49a403932 100644
--- a/games/suyimazu/Makefile
+++ b/games/mizuma/Makefile
@@ -1,11 +1,11 @@
-PORTNAME=	suyimazu
-DISTVERSION=	2023.09
+PORTNAME=	mizuma
+DISTVERSION=	2023.11
 CATEGORIES=	games emulators 
-MASTER_SITES=	https://codeberg.org/Alexander88207/Suyimazu/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
+MASTER_SITES=	https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
 
 MAINTAINER=	Alexander88207@protonmail.com
-COMMENT=	Wine-based Application Launcher for FreeBSD
-WWW=		https://codeberg.org/Alexander88207/Suyimazu
+COMMENT=	Wine front-end for FreeBSD
+WWW=		https://codeberg.org/Alexander88207/Mizutamari
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -35,14 +35,14 @@ MESA-DEMOS_DESC=	Use glxinfo from mesa-demos
 GLX-UTILS_RUN_DEPENDS=	glxinfo:graphics/glx-utils
 MESA-DEMOS_RUN_DEPENDS=	glxinfo:graphics/mesa-demos
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/mizutamari
 
-PLIST_FILES=	bin/Suyimazu \
-		share/Suyimazu/Tools/Framework
+PLIST_FILES=	bin/Mizuma \
+		share/Mizutamari/Tools/Framework
 
 do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/Suyimazu/Tools
-	${INSTALL_SCRIPT} ${WRKSRC}/Suyimazu ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/Tools/Framework ${STAGEDIR}${PREFIX}/share/Suyimazu/Tools
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/Mizutamari/Tools
+	${INSTALL_SCRIPT} ${WRKSRC}/Mizuma ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/Tools/Framework ${STAGEDIR}${PREFIX}/share/Mizutamari/Tools
 
 .include <bsd.port.mk>
diff --git a/games/mizuma/distinfo b/games/mizuma/distinfo
new file mode 100644
index 000000000000..46c8b5d37b58
--- /dev/null
+++ b/games/mizuma/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1700270500
+SHA256 (mizuma-2023.11.tar.gz) = f4c89586230466b1b98debc603fae7663d567e6e76f487af891272d172878821
+SIZE (mizuma-2023.11.tar.gz) = 194904
diff --git a/games/suyimazu/pkg-descr b/games/mizuma/pkg-descr
similarity index 51%
rename from games/suyimazu/pkg-descr
rename to games/mizuma/pkg-descr
index 361cbc8969ce..46cab1d04cbd 100644
--- a/games/suyimazu/pkg-descr
+++ b/games/mizuma/pkg-descr
@@ -1,2 +1,2 @@
-Suyimazu is a launcher that aims to help you run a list
+Mizutamari is a launcher that aims to help you run a list
 of applications in Wine with a few simple clicks on FreeBSD.
diff --git a/games/mizuma/pkg-message b/games/mizuma/pkg-message
new file mode 100644
index 000000000000..5124e6b2eac2
--- /dev/null
+++ b/games/mizuma/pkg-message
@@ -0,0 +1,17 @@
+[
+{
+  message: <<EOM
+An application shortcut for the desktop will be not created by the port.
+
+To open the main gui type: Mizuma
+
+For quick commandline taks you can use the following examples:
+
+    To install something use: 		Mizuma Install Steam
+    To launch something use: 		Mizuma Launch Steam
+    To uninstall something use: 	Mizuma Uninstall Steam
+
+Enjoy playing!
+EOM
+}
+]
diff --git a/games/suyimazu/distinfo b/games/suyimazu/distinfo
deleted file mode 100644
index cfeed7b326c0..000000000000
--- a/games/suyimazu/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1693936439
-SHA256 (suyimazu-2023.09.tar.gz) = 722ccef7ced0a346b5b4b8260a392915db2d9cb5e25cf4dbf2f1e33049bd2b36
-SIZE (suyimazu-2023.09.tar.gz) = 306102
diff --git a/games/suyimazu/pkg-message b/games/suyimazu/pkg-message
deleted file mode 100644
index d7be9816244c..000000000000
--- a/games/suyimazu/pkg-message
+++ /dev/null
@@ -1,17 +0,0 @@
-[
-{
-  message: <<EOM
-An application shortcut for the desktop will be not created by the port.
-
-To open the main gui type: Suyimazu
-
-For quick commandline taks you can use the following examples:
-
-    To install something use: 		Suyimazu Install Steam
-    To launch something use: 		Suyimazu Launch Steam
-    To uninstall something use: 	Suyimazu Uninstall Steam
-
-Enjoy playing!
-EOM
-}
-]



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