diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-03-11 18:22:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-03-12 14:44:59 +0000 |
commit | be1b28e3479072a44b2617e507210046d40eadf0 (patch) | |
tree | bacd8cadbcf5e7e1a01473a7f8a23d6031c3a0f5 | |
parent | 818536eb9bdd610109aedb9d968e650493017788 (diff) | |
download | ports-be1b28e3479072a44b2617e507210046d40eadf0.tar.gz ports-be1b28e3479072a44b2617e507210046d40eadf0.zip |
games/pinball: upgrade to 0.3.20230219
Release notes at
<https://github.com/adoptware/pinball/releases/tag/0.3.20230219>.
-rw-r--r-- | games/pinball/Makefile | 7 | ||||
-rw-r--r-- | games/pinball/distinfo | 6 | ||||
-rw-r--r-- | games/pinball/files/patch-src__Loader.cpp | 18 | ||||
-rw-r--r-- | 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 |