git: bc2aa95b2574 - main - games/openjazz: Update to 20260218
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Feb 2026 12:39:21 UTC
The branch main has been updated by martymac:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bc2aa95b2574bec960df99ccccc9d4c9d9a2e667
commit bc2aa95b2574bec960df99ccccc9d4c9d9a2e667
Author: Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2026-02-20 11:34:51 +0000
Commit: Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2026-02-20 11:34:51 +0000
games/openjazz: Update to 20260218
Also:
- fix CMake DATAPATH type
- set required SDL version to 2 (waiting for SDL 3 to be updated
in ports, as at least version 3.4.0 is needed)
---
games/openjazz/Makefile | 5 +++--
games/openjazz/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile
index 60179b5fff16..876f95b08827 100644
--- a/games/openjazz/Makefile
+++ b/games/openjazz/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openjazz
-PORTVERSION= 20240919
+PORTVERSION= 20260218
CATEGORIES= games
MAINTAINER= martymac@FreeBSD.org
@@ -15,7 +15,8 @@ USE_XORG= x11 xext xrandr xrender xau xdmcp
USE_GITHUB= yes
GH_ACCOUNT= AlisterT
-CMAKE_ARGS+= -DDATAPATH:STRING=${DATADIR}
+CMAKE_ARGS+= -DDATAPATH:PATH=${DATADIR} \
+ -DSDL_VERSION:STRING=2
DOS2UNIX_REGEX= .*\.(h|cpp)
diff --git a/games/openjazz/distinfo b/games/openjazz/distinfo
index f009bf367feb..fb02ed27a27f 100644
--- a/games/openjazz/distinfo
+++ b/games/openjazz/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726862171
-SHA256 (AlisterT-openjazz-20240919_GH0.tar.gz) = c50193b630c375840026d729bb9dda6c7210b1523e62d7ae019ce2e37f806627
-SIZE (AlisterT-openjazz-20240919_GH0.tar.gz) = 424018
+TIMESTAMP = 1771539096
+SHA256 (AlisterT-openjazz-20260218_GH0.tar.gz) = 5d1bb606aae0d007e70a5258734fd43872fba950a9ccb282db4c21f1e1436e33
+SIZE (AlisterT-openjazz-20260218_GH0.tar.gz) = 566833