aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2026-08-03 17:34:17 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2026-08-04 21:12:26 +0000
commita03ea60cadac2f745030a0e45d304abaaf5e2979 (patch)
treee9f17977f8ab32d9262ddccf06c040d16b32e2dc
parent847fee010f1a4b8e53ac185b9ed329914641b22d (diff)
emulators/dosbox-x: Update to 2026.08.02
-rw-r--r--emulators/dosbox-x/Makefile2
-rw-r--r--emulators/dosbox-x/distinfo6
-rw-r--r--emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp8
3 files changed, 8 insertions, 8 deletions
diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile
index 678760ebec0c..9afabcd011b5 100644
--- a/emulators/dosbox-x/Makefile
+++ b/emulators/dosbox-x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dosbox-x
DISTVERSIONPREFIX= ${PORTNAME}-v
-DISTVERSION= 2026.07.02
+DISTVERSION= 2026.08.02
CATEGORIES= emulators
MAINTAINER= eduardo@FreeBSD.org
diff --git a/emulators/dosbox-x/distinfo b/emulators/dosbox-x/distinfo
index cba75929d4ec..363b89fb00ea 100644
--- a/emulators/dosbox-x/distinfo
+++ b/emulators/dosbox-x/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1783099427
-SHA256 (joncampbell123-dosbox-x-dosbox-x-v2026.07.02_GH0.tar.gz) = ca380ea617ce2d9165f379e6d01a481ec5a26fcf4fa31490e1e04ffdb4030730
-SIZE (joncampbell123-dosbox-x-dosbox-x-v2026.07.02_GH0.tar.gz) = 133051734
+TIMESTAMP = 1785777723
+SHA256 (joncampbell123-dosbox-x-dosbox-x-v2026.08.02_GH0.tar.gz) = 3438f3199dc301d7fdd1ab8ce44877c1755158e699b8deab21a7ad2c43cc0331
+SIZE (joncampbell123-dosbox-x-dosbox-x-v2026.08.02_GH0.tar.gz) = 133086440
diff --git a/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp b/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
index 29e975476d50..9d216f828c5f 100644
--- a/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
+++ b/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
@@ -1,6 +1,6 @@
---- src/gui/sdl_gui.cpp.orig 2026-06-02 15:52:54 UTC
+--- src/gui/sdl_gui.cpp.orig 2026-08-02 19:09:21 UTC
+++ src/gui/sdl_gui.cpp
-@@ -4075,6 +4075,7 @@ void GUI_Shortcut(int select) {
+@@ -4074,6 +4074,7 @@ void GUI_Shortcut(int select) {
shortcutid=select;
shortcut=true;
sel = select;
@@ -8,7 +8,7 @@
#if defined(USE_TTF)
if (ttf.inUse && !confres) {
ttf_switch_off();
-@@ -4084,12 +4085,14 @@ void GUI_Shortcut(int select) {
+@@ -4083,12 +4084,14 @@ void GUI_Shortcut(int select) {
} else
#endif
RunCfgTool(0);
@@ -23,7 +23,7 @@
#if defined(USE_TTF)
if (ttf.inUse) {
ttf_switch_off();
-@@ -4099,4 +4102,5 @@ void GUI_Run(bool pressed) {
+@@ -4098,4 +4101,5 @@ void GUI_Run(bool pressed) {
} else
#endif
RunCfgTool(0);