<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/57112c8bb52360b717699904212ac9ab5ac7b2b1">https://github.com/macports/macports-ports/commit/57112c8bb52360b717699904212ac9ab5ac7b2b1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 57112c8bb52360b717699904212ac9ab5ac7b2b1
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Jun 17 12:39:13 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    pingus: migrate to boost PG
</span>---
 games/pingus/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/pingus/Portfile b/games/pingus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dc46bbf8d76..42747fbb3de 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/pingus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/pingus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,19 +1,21 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cmake 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cmake 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> PortGroup           github 1.0
 
 github.setup        Pingus pingus ad462706e5fc2cd5bf1cf99b2d90f88fe9e6de6e
 version             0.8.0-20180714
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          games
 platforms           darwin
 maintainers         nomaintainer
 license             GPL-3
 
 description         A free Lemmings(tm) clone using SDL2.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} It is a puzzle game where the player has to guide a group of penguins to safety.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} It is a puzzle game where the player \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    has to guide a group of penguins to safety.
</span> 
 fetch.type          git
 post-extract {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,8 +25,7 @@ post-extract {
</span> depends_build-append \
                     port:pkgconfig
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:boost \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:libiconv \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:libiconv \
</span>                     port:libsdl2 \
                     port:libsdl2_image \
                     port:libsdl2_mixer \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +40,7 @@ configure.ldflags-append \
</span> 
 cmake.out_of_source yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      -DCMAKE_INSTALL_PREFIX:PATH="${applications_dir}/Pingus.app/Contents/MacOS"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DCMAKE_INSTALL_PREFIX:PATH="${applications_dir}/Pingus.app/Contents/MacOS"
</span> 
 # boost no longer has the signals library
 patchfiles-append   patch-pingus-no-boost-signals.diff
</pre><pre style='margin:0'>

</pre>