<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/96cf8aa50569f92dfef12d75d5e9c61a13664262">https://github.com/macports/macports-ports/commit/96cf8aa50569f92dfef12d75d5e9c61a13664262</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 96cf8aa5056 rocksndiamonds: add smpeg dep
</span>96cf8aa5056 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 96cf8aa50569f92dfef12d75d5e9c61a13664262
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Mar 9 09:33:08 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    rocksndiamonds: add smpeg dep
</span>---
 games/rocksndiamonds/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/rocksndiamonds/Portfile b/games/rocksndiamonds/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a7122886312..b4c786121e8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/rocksndiamonds/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/rocksndiamonds/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,6 @@ name                rocksndiamonds
</span> version             3.3.0.1
 revision            1
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             GPL-2+
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +28,8 @@ patchfiles          patch-Makefile.diff
</span> depends_lib         port:libsdl \
                     port:libsdl_image \
                     port:libsdl_mixer \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:libsdl_net
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libsdl_net \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:smpeg
</span> 
 post-patch {
     reinplace "s|_PREFIX_|${prefix}|g" ${worksrcpath}/Makefile
</pre><pre style='margin:0'>

</pre>