aboutsummaryrefslogtreecommitdiff
path: root/games/sdl-sopwith
diff options
context:
space:
mode:
Diffstat (limited to 'games/sdl-sopwith')
-rw-r--r--games/sdl-sopwith/Makefile3
-rw-r--r--games/sdl-sopwith/distinfo6
-rw-r--r--games/sdl-sopwith/files/patch-configure.ac20
3 files changed, 12 insertions, 17 deletions
diff --git a/games/sdl-sopwith/Makefile b/games/sdl-sopwith/Makefile
index ca0196c5c721..b44d47ab225e 100644
--- a/games/sdl-sopwith/Makefile
+++ b/games/sdl-sopwith/Makefile
@@ -1,7 +1,6 @@
PORTNAME= sdl-sopwith
DISTVERSIONPREFIX= ${PORTNAME}-
-DISTVERSION= 2.4.0
-PORTREVISION= 1
+DISTVERSION= 2.5.0
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/games/sdl-sopwith/distinfo b/games/sdl-sopwith/distinfo
index da8e25126125..9f9324a59586 100644
--- a/games/sdl-sopwith/distinfo
+++ b/games/sdl-sopwith/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709139990
-SHA256 (fragglet-sdl-sopwith-sdl-sopwith-2.4.0_GH0.tar.gz) = 885350cdbc3a95e5986935690bec1e8ea84e4d2983c462eed9691ac216173f96
-SIZE (fragglet-sdl-sopwith-sdl-sopwith-2.4.0_GH0.tar.gz) = 904163
+TIMESTAMP = 1713895652
+SHA256 (fragglet-sdl-sopwith-sdl-sopwith-2.5.0_GH0.tar.gz) = 1dafbf1f7bc614c94427114cf1d6f8fbcc0b191219249f13776dffaae9ce1af0
+SIZE (fragglet-sdl-sopwith-sdl-sopwith-2.5.0_GH0.tar.gz) = 908617
diff --git a/games/sdl-sopwith/files/patch-configure.ac b/games/sdl-sopwith/files/patch-configure.ac
index f7e9ca2c436e..4ba212ed45c0 100644
--- a/games/sdl-sopwith/files/patch-configure.ac
+++ b/games/sdl-sopwith/files/patch-configure.ac
@@ -1,15 +1,11 @@
---- configure.ac.orig 2024-02-03 20:39:30 UTC
+--- configure.ac.orig 2024-04-18 23:56:19 UTC
+++ configure.ac
-@@ -29,12 +29,6 @@ AC_CHECK_FUNCS(isatty)
- AC_CHECK_HEADERS(stdbool.h)
- AC_CHECK_FUNCS(isatty)
+@@ -27,7 +27,7 @@ if test "$GCC" = "yes"; then
--if test "$GCC" = "yes"
--then
-- WARNINGS="-Wall -Wdeclaration-after-statement -Wredundant-decls"
-- CFLAGS="-O$OPT_LEVEL -g $WARNINGS $CFLAGS"
--fi
--
- dnl network libraries
+ if test "$GCC" = "yes"; then
+ WARNINGS="-Wall -Wdeclaration-after-statement -Wredundant-decls"
+- CFLAGS="-O2 -g $WARNINGS $CFLAGS"
++ CFLAGS="$WARNINGS $CFLAGS"
+ fi
- SOCKET_LIBS=
+ dnl network libraries; not all systems have the sockets API in their libc: