<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/efd89874032633924f6c67319ee4faa882734e33">https://github.com/macports/macports-ports/commit/efd89874032633924f6c67319ee4faa882734e33</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit efd89874032633924f6c67319ee4faa882734e33
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Jun 13 22:18:06 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    seqan2-apps: migrate to boost PG
</span>---
 science/seqan2-apps/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/seqan2-apps/Portfile b/science/seqan2-apps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 299c9b80c4f..f3eb64c4b65 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/seqan2-apps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/seqan2-apps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,9 +2,11 @@
</span> 
 PortSystem          1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 name                seqan2-apps
 version             2.4.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          science
 platforms           darwin
 universal_variant   no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,8 +21,7 @@ long_description    SeqAn applications for the analysis of large sets of sequenc
</span> 
 homepage            https://www.seqan.de/applications/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append  port:boost \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:bzip2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:bzip2 \
</span>                     port:zlib
 depends_run-append  port:coinor-liblemon
 
</pre><pre style='margin:0'>

</pre>