diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 10:11:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 10:11:34 +0000 |
commit | 26b4c8f71f91d22e081b27814782686edde0c90a (patch) | |
tree | 1c321c39372c25d8634e75b5c8e08edc676b296d /games/pingus/files/patch-src__pingus__screens__pingus_menu.cpp | |
parent | New port: math/py-optuna: A hyperparameter optimization framework (diff) |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr
Diffstat (limited to 'games/pingus/files/patch-src__pingus__screens__pingus_menu.cpp')
-rw-r--r-- | games/pingus/files/patch-src__pingus__screens__pingus_menu.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pingus/files/patch-src__pingus__screens__pingus_menu.cpp b/games/pingus/files/patch-src__pingus__screens__pingus_menu.cpp new file mode 100644 index 000000000000..2474af27c201 --- /dev/null +++ b/games/pingus/files/patch-src__pingus__screens__pingus_menu.cpp @@ -0,0 +1,11 @@ +--- src/pingus/screens/pingus_menu.cpp.orig 2011-12-24 21:46:47 UTC ++++ src/pingus/screens/pingus_menu.cpp +@@ -153,7 +153,7 @@ PingusMenu::draw_background(DrawingConte + gc.get_height()/2 - 280)); + + gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140), +- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n" ++ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n" + "See the file AUTHORS for a complete list of contributors.\n" + "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n" + "welcome to redistribute it under certain conditions; see the file COPYING for details.\n"); |