<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/576d1ff5c612f29520ae58445ddd0a946384c36a">https://github.com/macports/macports-ports/commit/576d1ff5c612f29520ae58445ddd0a946384c36a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 576d1ff5c612f29520ae58445ddd0a946384c36a
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 6 07:50:26 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gegl*: Escape periods in regular expressions
</span>---
 graphics/gegl-0.3/Portfile   | 3 ++-
 graphics/gegl-devel/Portfile | 2 +-
 graphics/gegl/Portfile       | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gegl-0.3/Portfile b/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index adf7730a66c..dc934d1b525 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,7 +75,8 @@ patchfiles-append  disable-broken-ffsave.patch
</span> post-patch {
     # http://trac.macports.org/ticket/35148
     if {${os.major} < 10} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|OpenGL/CGLDevice.h|OpenGL/CGLTypes.h|" ${worksrcpath}/gegl/opencl/cl_gl.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|OpenGL/CGLDevice\.h|OpenGL/CGLTypes.h|} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ${worksrcpath}/gegl/opencl/cl_gl.h
</span>     }
 }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gegl-devel/Portfile b/graphics/gegl-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b33e7e4f8a5..d6d4a7bc2d0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gegl-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gegl-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,7 +83,7 @@ platform darwin {
</span> post-patch {
     # https://trac.macports.org/ticket/35148
     if {${os.major} < 10} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|OpenGL/CGLDevice.h|OpenGL/CGLTypes.h|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|OpenGL/CGLDevice\.h|OpenGL/CGLTypes.h|} \
</span>                     ${worksrcpath}/gegl/opencl/cl_gl.h
     }
 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gegl/Portfile b/graphics/gegl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a29038fc34..54f8c1af615 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gegl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gegl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +88,7 @@ platform darwin {
</span> post-patch {
     # https://trac.macports.org/ticket/35148
     if {${os.major} < 10} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|OpenGL/CGLDevice.h|OpenGL/CGLTypes.h|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|OpenGL/CGLDevice\.h|OpenGL/CGLTypes.h|} \
</span>                     ${worksrcpath}/gegl/opencl/cl_gl.h
     }
 }
</pre><pre style='margin:0'>

</pre>