<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5620f67112029271062f4774e31bc9b45a998a9b">https://github.com/macports/macports-ports/commit/5620f67112029271062f4774e31bc9b45a998a9b</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 5620f671120 ogre: fix rpath issue, causing broken binaries See: https://github.com/macports/macports-ports/commit/1a9ac402d2c24c9223c0bd0ffe465d44cd5e120f#commitcomment-84085930 CC: @catap
</span>5620f671120 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5620f67112029271062f4774e31bc9b45a998a9b
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Sep 15 13:03:42 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ogre: fix rpath issue, causing broken binaries
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/commit/1a9ac402d2c24c9223c0bd0ffe465d44cd5e120f#commitcomment-84085930
</span><span style='display:block; white-space:pre;color:#404040;'>    CC: @catap
</span>---
 graphics/ogre/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/ogre/Portfile b/graphics/ogre/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9e2a8bd25f6..59f0c70d80e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/ogre/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/ogre/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        OGRECave ogre 13.4.4 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             MIT
 categories          graphics
 maintainers         {@catap korins.ky:kirill} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 14} {
</span> }
 
 post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|@rpath|\${prefix}/lib|" ${worksrcpath}/CMake/Utils/OgreConfigTargets.cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|@rpath|${prefix}/lib|" ${worksrcpath}/CMake/Utils/OgreConfigTargets.cmake
</span>     reinplace "s|/Release\"|\"|" ${worksrcpath}/CMake/Utils/OgreConfigTargets.cmake
     reinplace "s|\"/\${PLATFORM_NAME}\"|\"\"|" ${worksrcpath}/CMake/Utils/OgreConfigTargets.cmake
 }
</pre><pre style='margin:0'>

</pre>