diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-10-09 19:18:59 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-10-09 19:18:59 +0000 |
commit | bc1e72d079137f904fd16391c31a620fdaca57e9 (patch) | |
tree | 2e73348ef3e1df00687e4e5ebe1a1e93f71c65b5 /games/scummvm-tools | |
parent | 9a8da9fb0136f1af4ade2c71343f8c90c2bfc192 (diff) | |
download | ports-bc1e72d079137f904fd16391c31a620fdaca57e9.tar.gz ports-bc1e72d079137f904fd16391c31a620fdaca57e9.zip |
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r-- | games/scummvm-tools/Makefile | 2 | ||||
-rw-r--r-- | games/scummvm-tools/distinfo | 6 | ||||
-rw-r--r-- | games/scummvm-tools/files/patch-configure | 11 | ||||
-rw-r--r-- | games/scummvm-tools/pkg-plist | 7 |
4 files changed, 13 insertions, 13 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index 3dccffb3d04b..269d642c1eb8 100644 --- a/games/scummvm-tools/Makefile +++ b/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}/ diff --git a/games/scummvm-tools/distinfo b/games/scummvm-tools/distinfo index 8119c7359a74..af1d4700fef8 100644 --- a/games/scummvm-tools/distinfo +++ b/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 diff --git a/games/scummvm-tools/files/patch-configure b/games/scummvm-tools/files/patch-configure index bf54bab85942..87c96e205bde 100644 --- a/games/scummvm-tools/files/patch-configure +++ b/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 @@ -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 diff --git a/games/scummvm-tools/pkg-plist b/games/scummvm-tools/pkg-plist index 472b134bac54..03a40727affa 100644 --- a/games/scummvm-tools/pkg-plist +++ b/games/scummvm-tools/pkg-plist @@ -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 |