Skip to content

Commit

Permalink
games/scummvm-tools: Update to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knobix committed Oct 9, 2021
1 parent 9a8da9f commit bc1e72d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion games/scummvm-tools/Makefile
@@ -1,7 +1,7 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>

PORTNAME= scummvm-tools
PORTVERSION= 2.2.0
PORTVERSION= 2.5.0
CATEGORIES= games emulators
MASTER_SITES= https://downloads.scummvm.org/frs/${PORTNAME}/${PORTVERSION}/

Expand Down
6 changes: 3 additions & 3 deletions games/scummvm-tools/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1608282753
SHA256 (scummvm-tools-2.2.0.tar.bz2) = 62d9549601d314e56079e1698970661d1012bb721b317350545b08c5e95ea3fb
SIZE (scummvm-tools-2.2.0.tar.bz2) = 846277
TIMESTAMP = 1633268823
SHA256 (scummvm-tools-2.5.0.tar.bz2) = 6b81713e9f71a86617e35d927512c8ddfc6fafc33ef6e9e3ede50fb681456fcf
SIZE (scummvm-tools-2.5.0.tar.bz2) = 1426776
11 changes: 2 additions & 9 deletions games/scummvm-tools/files/patch-configure
@@ -1,6 +1,6 @@
--- configure.orig 2020-07-13 19:08:26 UTC
--- configure.orig 2021-10-03 21:07:57 UTC
+++ configure
@@ -1672,16 +1672,12 @@ if test "$_wxwidgets" = auto ; then
@@ -1836,9 +1836,9 @@ if test "$_wxwidgets" = auto ; then
fi

if test "$_wxwidgets" = yes ; then
Expand All @@ -13,10 +13,3 @@
_wxstaticlibs=`echo $_wxstaticlibs | sed 's|-lpng||' | sed 's|-lz||'`
# _wxstaticlibs may contain non-static libraries that we also have in _wxstaticlibs.
# remove those to avoid dependency on non-static libraries
-
- # Use the compiler specified by wx-config. This is needed on some systems to get a working executable.
- CXX="`$_wxconfig --cxx`"
- LD=$CXX

echo_n "Checking for wxwidgets gui dev component... "
has_wx_gui_dev=no
7 changes: 7 additions & 0 deletions games/scummvm-tools/pkg-plist
Expand Up @@ -7,12 +7,19 @@ bin/dekyra
bin/deprince
bin/descumm
bin/desword2
bin/extract_gob_cdi
bin/extract_hadesch
bin/extract_lokalizator
bin/extract_mohawk
bin/extract_ngi
bin/gob_loadcalc
bin/msn_convert_mod
%%WXGTK%%bin/scummvm-tools
bin/scummvm-tools-cli
%%DATADIR%%/detaillogo.jpg
%%DATADIR%%/logo.jpg
%%DATADIR%%/scummvm-tools.info
%%DATADIR%%/scummvm-tools_drawer.info
%%DATADIR%%/scummvmtools.icns
%%DATADIR%%/scummvmtools.ico
%%DATADIR%%/scummvmtools_128.png
Expand Down

0 comments on commit bc1e72d

Please sign in to comment.