<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/960ba0676e33c95e8c835b2379c1497a84998a2e">https://github.com/macports/macports-ports/commit/960ba0676e33c95e8c835b2379c1497a84998a2e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 960ba0676e33c95e8c835b2379c1497a84998a2e
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Jun 17 14:24:53 2021 +0100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/rsgislib/Portfile b/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9f7ee02bae7..e81ee68e43d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,10 @@ PortSystem          1.0
</span> PortGroup           bitbucket 1.0
 PortGroup           cmake 1.1
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11   1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 bitbucket.setup     petebunting rsgislib 3.7.54a 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          gis
 license             GPL-3
 maintainers         {vince @Veence}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,10 +23,11 @@ checksums           rmd160  4783091dcb08444f6cba7b906fca2cf7b4917409 \
</span>                     sha256  9320ca4033a6c30b3252efe4ecf65e3ca97982dd8924e0a796f4793da204a8ba \
                     size    31306935
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+boost.version       1.71
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append  port:gdal \
                     port:geos \
                     port:cgal4 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:boost \
</span>                     port:xercesc3 \
                     port:gsl \
                     port:fftw-3 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,12 +49,11 @@ extract.mkdir       yes
</span> cmake.out_of_source no
 
 # want -std=c++11 otherwise doesn’t compile with GDAL 2.3+
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard       2011
</span> compiler.blacklist-append   {clang < 340}
 configure.cxxflags-append   -std=c++11
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append   -DBOOST_INCLUDE_DIR=${prefix}/include \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DBOOST_LIB_PATH=${prefix}/lib \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DCGAL_INCLUDE_DIR=${prefix}/include \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DCGAL_INCLUDE_DIR=${prefix}/include \
</span>                         -DCGAL_LIB_PATH=${prefix}/lib \
                         -DFFTW_INCLUDE_DIR=${prefix}/include \
                         -DFFTW_LIB_PATH=${prefix}/lib \
</pre><pre style='margin:0'>

</pre>