<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/46533a5e9fc194f36f5e03daf459fe798bba3122">https://github.com/macports/macports-ports/commit/46533a5e9fc194f36f5e03daf459fe798bba3122</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 46533a5e9fc194f36f5e03daf459fe798bba3122
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Jun 12 15:38:05 2021 +0100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/tophat/Portfile b/science/tophat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43c80826c26..23d63ee4afd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/tophat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/tophat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,9 +2,10 @@
</span> 
 PortSystem          1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 github.setup        infphilo tophat 2.1.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> categories          science biology
 license             Boost-1
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,8 +64,7 @@ depends_build-append    port:autoconf \
</span> depends_lib-append      port:python27 \
                         port:zlib \
                         port:samtools-0.1 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:seqan-1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:boost
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:seqan-1
</span> 
 # TopHat attempts to install its own versions
 depends_run-append       port:py27-intervaltree2 \
</pre><pre style='margin:0'>

</pre>