<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/5782a90dece16a305db24ec5a6e04aafea95a4f3">https://github.com/macports/macports-ports/commit/5782a90dece16a305db24ec5a6e04aafea95a4f3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5782a90dece16a305db24ec5a6e04aafea95a4f3
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jun 9 14:42:13 2021 +0100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/cgal4/Portfile b/gis/cgal4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b6a890a7191..771536ba66f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/cgal4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/cgal4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,10 +3,11 @@
</span> PortSystem          1.0
 PortGroup           cmake   1.1
 PortGroup           github  1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost   1.0
</span> 
 description         Computational Geometry Algorithm Library
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    The goal of the ${description} is to provide easy access to\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    The goal of the ${description} is to provide easy access to\
</span>                     efficient and reliable geometric algorithms in the\
                     form of a C++ library. CGAL is used in various areas\
                     needing geometric computation, such as: computer\
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +19,7 @@ long_description    \
</span> platforms           darwin
 
 github.setup        CGAL cgal 4.14.3 releases/CGAL-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> checksums           rmd160  c297a51c63a8161000d91128628d8c20ffdbf487 \
                     sha256  5bafe7abe8435beca17a1082062d363368ec1e3f0d6581bb0da8b010fb389fe4 \
                     size    15618196
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,15 +35,15 @@ distname            CGAL-${version}
</span> 
 homepage            http://www.cgal.org/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append  port:boost \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:mpfr \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+boost.version       1.71
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:mpfr \
</span>                     port:zlib \
                     port:gmp \
                     path:include/eigen3/Eigen/Eigen:eigen3
 
 configure.args-append   -DCGAL_INSTALL_CMAKE_DIR="share/CGAL/cmake" \
                         -DWITH_CGAL_Qt5:BOOL=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DBoost_DIR:PATH=${prefix} \
</span>                         -DWITH_Eigen3:BOOL=ON \
                         -DWITH_ZLIB:BOOL=ON
 
</pre><pre style='margin:0'>

</pre>