<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/da533645f4b24254081358cc2a6c92a1ca37cb4b">https://github.com/macports/macports-ports/commit/da533645f4b24254081358cc2a6c92a1ca37cb4b</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 da53364  source-highlight: remove explicit Boost library name setting
</span>da53364 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit da533645f4b24254081358cc2a6c92a1ca37cb4b
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Jan 18 15:38:08 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    source-highlight: remove explicit Boost library name setting
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    + seems to work with any library name starting with "libboost_regex*"
</span><span style='display:block; white-space:pre;color:#404040;'>    + works with Boost 1.69.0
</span><span style='display:block; white-space:pre;color:#404040;'>    + no rev-bump required
</span>---
 textproc/source-highlight/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/source-highlight/Portfile b/textproc/source-highlight/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bdb44c4..7d84cd9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/source-highlight/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/source-highlight/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,8 +30,7 @@ use_autoreconf  yes
</span> 
 configure.args  --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                --with-boost=${prefix} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                --with-boost-regex=boost_regex-mt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --with-boost=${prefix}
</span> 
 test.run        yes
 test.target     check
</pre><pre style='margin:0'>

</pre>