<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/20bc932837741f881c5a577eefd996d7354bea38">https://github.com/macports/macports-ports/commit/20bc932837741f881c5a577eefd996d7354bea38</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 20bc9328377 boost PG: Always reconfigure on callback
</span>20bc9328377 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20bc932837741f881c5a577eefd996d7354bea38
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Jun 3 13:21:16 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    boost PG: Always reconfigure on callback
</span>---
 _resources/port1.0/group/boost-1.0.tcl | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/boost-1.0.tcl b/_resources/port1.0/group/boost-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 29568d28ef0..c22f0f11404 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/boost-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/boost-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,10 +46,6 @@ proc boost::configure_build {} {
</span>     global boost_last_version_nodot boost_last_depends boost_last_cxxflags
     global boost_last_ldflags boost_last_cmake_flags boost_last_cmake
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if { ${boost_last_version_nodot} eq [boost::version_nodot] &&
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-         ${boost_last_depends} eq [option boost.depends_type] &&
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-         ${boost_last_cmake} eq [info exists cmake.build_dir] } return
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     ui_debug "boost PG: Configure build for boost [boost::version]"
 
     # Set the requested boost dependency
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,7 +91,6 @@ proc boost::configure_build {} {
</span>             configure.args-append ${flag}
         }
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> }
 
 port::register_callback boost::configure_build
</pre><pre style='margin:0'>

</pre>