Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 13:18:32 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Alexander Vereeken <Alexander88207@protonmail.com>
Subject:   git: 5f2638a94efb - main - games/minigalaxy: Update 1.4.0 => 1.4.1
Message-ID:  <699c53a8.456a3.a751d97@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit 5f2638a94efbafb0c91dac530fa307595f3d02e5
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2026-02-23 13:04:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-23 13:16:50 +0000

    games/minigalaxy: Update 1.4.0 => 1.4.1
    
    Changelog:
    - Installations now report more intermediate steps like checksum
      verifications to the UI. (thanks to GB609)
    - Fix bugs related to error handling of ongoing installations.
      (thanks to GB609)
    - Fix an issue where CJK characters in game library path prevents the
      config file from being loaded properly. (thanks to kyle-zhang-42)
    - Automatically add Weblate contributions to README and About dialog on
      release. (thanks to GB609)
    https://github.com/sharkwouter/minigalaxy/releases/tag/1.4.1
    
    While here replace gettext with gettext-tools in USES - the port is not
    linked with libintl, but uses msgfmt to compile translations.
    
    PR:     293348
---
 games/minigalaxy/Makefile  | 4 ++--
 games/minigalaxy/distinfo  | 6 +++---
 games/minigalaxy/pkg-plist | 9 ---------
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/games/minigalaxy/Makefile b/games/minigalaxy/Makefile
index 0125a8b43300..b97d169c5785 100644
--- a/games/minigalaxy/Makefile
+++ b/games/minigalaxy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	minigalaxy
-DISTVERSION=	1.4.0
+DISTVERSION=	1.4.1
 CATEGORIES=	games
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		webkit2-gtk_40>0:www/webkit2-gtk@40
 
-USES=		gettext gnome python
+USES=		gettext-tools gnome python
 USE_GITHUB=	yes
 GH_ACCOUNT=	sharkwouter
 USE_GNOME=	pygobject3:run
diff --git a/games/minigalaxy/distinfo b/games/minigalaxy/distinfo
index 6d0d3ad5cc50..2f02889067de 100644
--- a/games/minigalaxy/distinfo
+++ b/games/minigalaxy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752167514
-SHA256 (sharkwouter-minigalaxy-1.4.0_GH0.tar.gz) = 6e9db14edcb073ebaaa0f3ac3b76454e34f329caac94fda6ae3070ad542e9af6
-SIZE (sharkwouter-minigalaxy-1.4.0_GH0.tar.gz) = 502559
+TIMESTAMP = 1771714338
+SHA256 (sharkwouter-minigalaxy-1.4.1_GH0.tar.gz) = 05018f96f77cb1a78287abb9ad00fe19b2b70f42c31a5ceca7177bb9cef31c3b
+SIZE (sharkwouter-minigalaxy-1.4.1_GH0.tar.gz) = 508033
diff --git a/games/minigalaxy/pkg-plist b/games/minigalaxy/pkg-plist
index 6702221e89fc..cf27905a6d44 100644
--- a/games/minigalaxy/pkg-plist
+++ b/games/minigalaxy/pkg-plist
@@ -104,15 +104,6 @@ bin/minigalaxy
 %%PYTHON_SITELIBDIR%%/minigalaxy/ui/webkit.py
 %%PYTHON_SITELIBDIR%%/minigalaxy/ui/window.py
 %%PYTHON_SITELIBDIR%%/minigalaxy/version.py
-%%PYTHON_SITELIBDIR%%/tests/download/__init__.py
-%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/__init__%%PYTHON_TAG%%.pyc
-%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_download%%PYTHON_TAG%%.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_download%%PYTHON_TAG%%.pyc
-%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_helper%%PYTHON_TAG%%.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_helper%%PYTHON_TAG%%.pyc
-%%PYTHON_SITELIBDIR%%/tests/download/test_download.py
-%%PYTHON_SITELIBDIR%%/tests/download/test_helper.py
 share/applications/io.github.sharkwouter.Minigalaxy.desktop
 share/icons/hicolor/128x128/apps/io.github.sharkwouter.Minigalaxy.png
 share/icons/hicolor/192x192/apps/io.github.sharkwouter.Minigalaxy.png


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c53a8.456a3.a751d97>