git: 18b8d477378e - main - emulators/fs-uae-launcher: update to 3.1.70 and take maintanership

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Sun, 27 Jul 2025 00:17:52 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18b8d477378e7dc19bf11983ba211d16d794ee0f

commit 18b8d477378e7dc19bf11983ba211d16d794ee0f
Author:     Atanu Biswas <atanubiswas484@gmail.com>
AuthorDate: 2025-07-27 00:12:55 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-07-27 00:17:33 +0000

    emulators/fs-uae-launcher: update to 3.1.70 and take maintanership
    
    While here:
    - Changed PORTVERSION to DISTVERSION
    - Added NLS option and gettext support
    
    PR:             288199
    Reported by:    Atanu Biswas <atanubiswas484@gmail.com> (new maintainer)
---
 emulators/fs-uae-launcher/Makefile | 20 +++++++++++---------
 emulators/fs-uae-launcher/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile
index 869330b66d1f..dcd019265555 100644
--- a/emulators/fs-uae-launcher/Makefile
+++ b/emulators/fs-uae-launcher/Makefile
@@ -1,27 +1,29 @@
 PORTNAME=	fs-uae-launcher
-PORTVERSION=	3.1.68
-PORTREVISION=	2
+PORTVERSION=	3.1.70
 CATEGORIES=	emulators
 MASTER_SITES=	https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PORTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	atanubiswas484@gmail.com
 COMMENT=	GUI launcher for the FS-UAE Amiga emulator
 WWW=		http://fs-uae.net/launcher
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		gettext gmake gnome pathfix pyqt:5 python tar:xz
-USE_PYTHON=	distutils autoplist noflavors
+USES=		gmake gnome pathfix pyqt:5 python tar:xz
+USE_PYTHON=	autoplist distutils noflavors
 USE_PYQT=	pyqt5
 
-MAKE_ARGS=	prefix=${PREFIX} PYTHON=${PYTHON_CMD}
+MAKE_ARGS=	prefix=${PREFIX} \
+		PYTHON=${PYTHON_CMD}
 PYDISTUTILS_INSTALLARGS+=	--install-lib=${PYTHON_SITELIBDIR}
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_SUB=	yes
+NLS_USES=	gettext-tools
 
 .include <bsd.port.mk>
diff --git a/emulators/fs-uae-launcher/distinfo b/emulators/fs-uae-launcher/distinfo
index b52e2b016ccb..776477a49ed6 100644
--- a/emulators/fs-uae-launcher/distinfo
+++ b/emulators/fs-uae-launcher/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698712158
-SHA256 (fs-uae-launcher-3.1.68.tar.xz) = e36104442db278e0f1d073dbc2be2f9a937cd33e964968b75b324c393f8ec030
-SIZE (fs-uae-launcher-3.1.68.tar.xz) = 7736036
+TIMESTAMP = 1752274726
+SHA256 (fs-uae-launcher-3.1.70.tar.xz) = caf27cb1ae38575dd211427a0bd4a04be3766451f9fb6d134cbd88098f40dfa7
+SIZE (fs-uae-launcher-3.1.70.tar.xz) = 7707368