Date: Sun, 12 Mar 2023 14:49:09 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: be1b28e34790 - main - games/pinball: upgrade to 0.3.20230219 Message-ID: <202303121449.32CEn9nB059780@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=be1b28e3479072a44b2617e507210046d40eadf0 commit be1b28e3479072a44b2617e507210046d40eadf0 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-03-11 18:22:18 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-03-12 14:44:59 +0000 games/pinball: upgrade to 0.3.20230219 Release notes at <https://github.com/adoptware/pinball/releases/tag/0.3.20230219>. --- games/pinball/Makefile | 7 +++---- games/pinball/distinfo | 6 +++--- games/pinball/files/patch-src__Loader.cpp | 18 ------------------ games/pinball/pkg-plist | 1 + 4 files changed, 7 insertions(+), 25 deletions(-) diff --git a/games/pinball/Makefile b/games/pinball/Makefile index 9dcaa16191c6..4b86bc0eb239 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -1,6 +1,5 @@ PORTNAME= pinball -PORTVERSION= 0.3.20201218 -PORTREVISION= 1 +PORTVERSION= 0.3.20230219 CATEGORIES= games MAINTAINER= thierry@FreeBSD.org @@ -18,8 +17,8 @@ GH_ACCOUNT= adoptware USES= autoreconf compiler:c++11-lang gl gmake localbase:ldflags \ libtool:keepla pkgconfig sdl xorg # .la needed for plugin loading USE_XORG= ice sm -USE_GL= gl glu -USE_SDL= image mixer sdl +USE_GL= gl +USE_SDL= image2 mixer2 sdl2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/games/pinball/distinfo b/games/pinball/distinfo index 4acf4f2c4fa3..867092db047c 100644 --- a/games/pinball/distinfo +++ b/games/pinball/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608457541 -SHA256 (adoptware-pinball-0.3.20201218_GH0.tar.gz) = 61981c192630f3c99865dc3b3d095df94e97ede9d7df0e8d8601eb39eef54c6d -SIZE (adoptware-pinball-0.3.20201218_GH0.tar.gz) = 6054158 +TIMESTAMP = 1678556850 +SHA256 (adoptware-pinball-0.3.20230219_GH0.tar.gz) = c2d8ffb595536282a613c534cb53b80cb1aa6f55f40213d4152e3bb0d6899af8 +SIZE (adoptware-pinball-0.3.20230219_GH0.tar.gz) = 6067405 diff --git a/games/pinball/files/patch-src__Loader.cpp b/games/pinball/files/patch-src__Loader.cpp deleted file mode 100644 index 5bda5d3ee335..000000000000 --- a/games/pinball/files/patch-src__Loader.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- src/Loader.cpp.orig 2018-03-24 23:40:31 UTC -+++ src/Loader.cpp -@@ -17,6 +17,7 @@ - #include <iostream> - - #include "Private.h" -+#include "Config.h" - #include "Loader.h" - #include "Pinball.h" - #include "Keyboard.h" -@@ -39,7 +40,6 @@ - #include "SoundUtil.h" - #include "Score.h" - #include "StdAnimation.h" --#include "Config.h" - #include "StateBehavior.h" - #include "Script.h" - #include "FakeModuleBehavior.h" diff --git a/games/pinball/pkg-plist b/games/pinball/pkg-plist index 67a282a6b3ab..2a320e28e62b 100644 --- a/games/pinball/pkg-plist +++ b/games/pinball/pkg-plist @@ -44,6 +44,7 @@ include/pinball/PointLightVisitor.h include/pinball/Polygon.h include/pinball/Private.h include/pinball/Profiler.h +include/pinball/RenderVisitor.h include/pinball/Score.h include/pinball/Script.h include/pinball/Shape3D.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303121449.32CEn9nB059780>