Date: Sat, 9 Oct 2021 19:29:37 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bc1e72d07913 - main - games/scummvm-tools: Update to 2.5.0 Message-ID: <202110091929.199JTbwH084733@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc1e72d079137f904fd16391c31a620fdaca57e9 commit bc1e72d079137f904fd16391c31a620fdaca57e9 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-10-09 19:18:59 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-10-09 19:18:59 +0000 games/scummvm-tools: Update to 2.5.0 Changelog: https://github.com/scummvm/scummvm-tools/blob/v2.5.0/NEWS MFH: No (feature release) --- games/scummvm-tools/Makefile | 2 +- games/scummvm-tools/distinfo | 6 +++--- games/scummvm-tools/files/patch-configure | 11 ++--------- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110091929.199JTbwH084733>