git: a129e8605e0a - main - games/solarus-quest-editor: Update to 2.0.2

From: Danilo Egea Gondolfo <danilo_at_FreeBSD.org>
Date: Wed, 07 Jan 2026 11:10:31 UTC
The branch main has been updated by danilo:

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

commit a129e8605e0af90807838bc79b57dfdcdeb78c82
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2026-01-07 10:32:27 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2026-01-07 11:09:46 +0000

    games/solarus-quest-editor: Update to 2.0.2
    
    - The new CMAKE args will ensure the assets are installed in the
      original place. The software was renamed upstream to solarus-editor.
      Ideally, the port should also be renamed and these new args
      removed.
    
    Changelog:
    https://gitlab.com/solarus-games/solarus/-/blob/v2.0.2/editor/changelog.md
---
 games/solarus-quest-editor/Makefile | 8 ++++----
 games/solarus-quest-editor/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile
index 8a239807fca6..887c903dfd87 100644
--- a/games/solarus-quest-editor/Makefile
+++ b/games/solarus-quest-editor/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	solarus-quest-editor
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	games
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -24,13 +23,14 @@ USES=		cmake compiler:c++11-lib gl localbase:ldflags openal qt:6 sdl
 USE_GITLAB=	yes
 GL_ACCOUNT=	solarus-games
 GL_PROJECT=	solarus
-GL_TAGNAME=	e70e3df7369d690615fc4c9b3f8dfa00066c5e87
 
 USE_GL=		opengl
 USE_QT=		base svg tools:build
 USE_SDL=	sdl2 ttf2 image2
 
-CMAKE_ARGS+=	-DSOLARUS_FETCHCONTENT=OFF
+CMAKE_ARGS+=	-DSOLARUS_FETCHCONTENT=OFF \
+		-DSOLARUS_INSTALL_DATADIR=${DATADIR} \
+		-DSOLARUSEDITOR_ASSETS_DIR=${DATADIR}
 
 DESKTOP_ENTRIES=	"Solarus Quest Editor" "${COMMENT}" \
 			"${PREFIX}/share/pixmaps/org.solarus-games.solarus-editor.png" \
diff --git a/games/solarus-quest-editor/distinfo b/games/solarus-quest-editor/distinfo
index e1d0c449423e..4e03f1425efe 100644
--- a/games/solarus-quest-editor/distinfo
+++ b/games/solarus-quest-editor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755767334
-SHA256 (solarus-games-solarus-e70e3df7369d690615fc4c9b3f8dfa00066c5e87_GL0.tar.gz) = 2d4e8314d76a404e9ec034d37dc79d85d74c0464030f8687e3c1ea3748866fdb
-SIZE (solarus-games-solarus-e70e3df7369d690615fc4c9b3f8dfa00066c5e87_GL0.tar.gz) = 69993095
+TIMESTAMP = 1767714931
+SHA256 (solarus-v2.0.2.tar.bz2) = 3c2a824cd47b8d0e24d35050bcd8ee5cf55d21c20a8cf22a96ba66e8e4ceefe5
+SIZE (solarus-v2.0.2.tar.bz2) = 71476906