<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/597cf6d99128c00ed1e231b33b40142fbb0803f8">https://github.com/macports/macports-ports/commit/597cf6d99128c00ed1e231b33b40142fbb0803f8</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 597cf6d9912 QuantLib: migrate to boost PG
</span>597cf6d9912 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 597cf6d99128c00ed1e231b33b40142fbb0803f8
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Jun 11 18:43:49 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    QuantLib: migrate to boost PG
</span>---
 finance/QuantLib/Portfile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/finance/QuantLib/Portfile b/finance/QuantLib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9f65c41d6cd..c202c660681 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/finance/QuantLib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/finance/QuantLib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,9 +3,10 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 github.setup        lballabio QuantLib 1.22 QuantLib-v
<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  b1fc7c0fc63c9cc74e7ab9f7049dfff15345bf08 \
                     sha256  85c81816f689f458596dd7073e4da8fd7f596c1e4c8ada81a6300389a39588af \
                     size    9304899
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +26,6 @@ long_description    The QuantLib project is aimed at providing a \
</span> homepage            https://www.quantlib.org
 github.tarball_from releases
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:boost
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> compiler.cxx_standard \
                     2011
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,5 +37,5 @@ configure.cxxflags-append \
</span> # error: default initialization of an object of const type 'const ext::function<Real (Real)>' (aka 'const function<double (double)>') without a user-provided default constructor
 compiler.blacklist-append {clang < 900}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --with-boost-include=${prefix}/include \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-boost-lib=${prefix}/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --with-boost-include=[boost::include_dir] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-boost-lib=[boost::lib_dir]
</span></pre><pre style='margin:0'>

</pre>