<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/37cb2b0bf39183f6ad3a711c2ef1909f662e665b">https://github.com/macports/macports-ports/commit/37cb2b0bf39183f6ad3a711c2ef1909f662e665b</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 37cb2b0  deal.II: accommodate rename of boost library
</span>37cb2b0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 37cb2b0bf39183f6ad3a711c2ef1909f662e665b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Aug 17 08:23:16 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    deal.II: accommodate rename of boost library
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all.
</span>---
 math/deal.ii/Portfile                      | 5 +++++
 math/deal.ii/files/patch-boost_python.diff | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/deal.ii/Portfile b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e7d2ba..f0b9b6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/deal.ii/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,6 +123,7 @@ variant docs description "Install ${name} documentation" {
</span> }
 
 variant python description "install python bindings" {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    global python_version
</span>     set python_branch       3.7
     set python_version      [string map {. ""} ${python_branch}]
     depends_lib-append      port:python${python_version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -130,4 +131,8 @@ variant python description "install python bindings" {
</span>     configure.args-append   -DDEAL_II_COMPONENT_PYTHON_BINDINGS=ON \
                             -DPYTHON_EXECUTABLE=${prefix}/bin/python${python_branch} \
                             -DDEAL_II_PYTHON_RELDIR=${frameworks_dir}/Python.framework/Versions/${python_branch}/lib/python${python_branch}/site-packages/PyDealII
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|__MACPORTS_PYTHON_VERSION__|${python_version}|g" ${worksrcpath}/contrib/python-bindings/source/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/deal.ii/files/patch-boost_python.diff b/math/deal.ii/files/patch-boost_python.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 7090570..72e1148 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/deal.ii/files/patch-boost_python.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/deal.ii/files/patch-boost_python.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@
</span>  SET(Boost_FOUND)
  # Use the low level _FIND_PACKAGE function instead of our wrapper
 -_FIND_PACKAGE(Boost 1.54 COMPONENTS python)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+_FIND_PACKAGE(Boost 1.54 COMPONENTS python3)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++_FIND_PACKAGE(Boost 1.54 COMPONENTS python__MACPORTS_PYTHON_VERSION__)
</span>  LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
  
  IF(NOT Boost_FOUND)
</pre><pre style='margin:0'>

</pre>