<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/026448ca96b7c6cc90214fd3d4a74f55ce18d88f">https://github.com/macports/macports-ports/commit/026448ca96b7c6cc90214fd3d4a74f55ce18d88f</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 026448ca96b source-highlight: use the new boost pg
</span>026448ca96b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 026448ca96b7c6cc90214fd3d4a74f55ce18d88f
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Jun 3 20:23:31 2021 +0800

<span style='display:block; white-space:pre;color:#404040;'>    source-highlight: use the new boost pg
</span>---
 textproc/source-highlight/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 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 3a9d2b0ad2d..e51e9b0833b 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;'>@@ -2,10 +2,11 @@
</span> 
 PortSystem 1.0
 PortGroup       compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup       boost 1.0
</span> 
 name            source-highlight
 version         3.1.9
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        1
</span> categories      textproc devel
 license         GPL-3+
 maintainers     nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,15 +32,16 @@ compiler.blacklist-append {clang < 426}
</span> # bundled libtool version doesn't recognise -stdlib
 use_autoreconf  yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+boost.version   1.71
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</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:#e0ffe0;'>+                --with-boost=[boost::install_area]
</span> 
 test.run        yes
 test.target     check
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib     port:boost \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                port:ctags
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib     port:ctags
</span> 
 livecheck.type  regex
 livecheck.url   https://ftp.gnu.org/gnu/src-highlite/?C=M&O=D
</pre><pre style='margin:0'>

</pre>