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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e8a036a98257425b55ebe34f49f9c46c2fe4653a">https://github.com/macports/macports-ports/commit/e8a036a98257425b55ebe34f49f9c46c2fe4653a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e8a036a98257425b55ebe34f49f9c46c2fe4653a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun May 20 07:32:27 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gdal: Replace @@@ placeholder with @PREFIX@
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This removes ambiguity and increases similarity with other portfiles.
</span>---
 gis/gdal/Portfile                       | 2 +-
 gis/gdal/files/template-ed-GDALmake_opt | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 985a18f..36867a4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -355,7 +355,7 @@ if {${jpeg2k} > 1} {
</span> 
 post-configure {
     file copy -force ${filespath}/template-ed-GDALmake_opt /tmp/ed-GDALmake_opt
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace -E "s|@@@|${prefix}|" /tmp/ed-GDALmake_opt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -E "s|@PREFIX@|${prefix}|" /tmp/ed-GDALmake_opt
</span>     foreach w ${worksrcpath_dirs} {
         exec /bin/ed -s ${w}/GDALmake.opt < /tmp/ed-GDALmake_opt
     }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/files/template-ed-GDALmake_opt b/gis/gdal/files/template-ed-GDALmake_opt
</span><span style='display:block; white-space:pre;color:#808080;'>index a5ba7a4..0a33618 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/files/template-ed-GDALmake_opt
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/files/template-ed-GDALmake_opt
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,8 +1,8 @@
</span> /CPPFLAGS
<span style='display:block; white-space:pre;background:#ffe0e0;'>-s|-I@@@/include ||g
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-s|-I@@@ ||g
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+s|-I@PREFIX@/include ||g
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+s|-I@PREFIX@ ||g
</span> a
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -I@@@/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -I@PREFIX@/include
</span> .
 -
 j
</pre><pre style='margin:0'>

</pre>