Skip to content

Commit

Permalink
games/sdl-sopwith: update 2.3.0 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 28, 2024
1 parent 0fa66f6 commit 7cf8a83
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion games/sdl-sopwith/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sdl-sopwith
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.3.0
DISTVERSION= 2.4.0
CATEGORIES= games

MAINTAINER= amdmi3@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions games/sdl-sopwith/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1684772640
SHA256 (fragglet-sdl-sopwith-sdl-sopwith-2.3.0_GH0.tar.gz) = de322507d03259b7afb5818400894d1fa18850abad10c46d4736b2dfd07231d8
SIZE (fragglet-sdl-sopwith-sdl-sopwith-2.3.0_GH0.tar.gz) = 862906
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
12 changes: 6 additions & 6 deletions games/sdl-sopwith/files/patch-configure.ac
@@ -1,15 +1,15 @@
--- configure.ac.orig 2022-08-31 15:52:22 UTC
--- configure.ac.orig 2024-02-03 20:39:30 UTC
+++ configure.ac
@@ -27,12 +27,6 @@ AC_PROG_RANLIB
AC_CHECK_TOOL(STRIP, strip, )
AC_CHECK_TOOL(CONVERT, convert, )
@@ -29,12 +29,6 @@ AC_CHECK_FUNCS(isatty)
AC_CHECK_HEADERS(stdbool.h)
AC_CHECK_FUNCS(isatty)

-if test "$GCC" = "yes"
-then
- WARNINGS="-Wall -Wdeclaration-after-statement -Wredundant-decls"
- CFLAGS="-O$OPT_LEVEL -g $WARNINGS $orig_CFLAGS"
- CFLAGS="-O$OPT_LEVEL -g $WARNINGS $CFLAGS"
-fi
-
dnl network libraries

case "$target" in
SOCKET_LIBS=
2 changes: 2 additions & 0 deletions games/sdl-sopwith/pkg-plist
@@ -1,3 +1,5 @@
bin/sopwith
man/man5/sopwith.cfg.5.gz
man/man6/sopwith.6.gz
share/applications/sopwith.desktop
share/icons/hicolor/128x128/apps/sopwith.png

0 comments on commit 7cf8a83

Please sign in to comment.