<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 2017-06-17 02:20, Davide Liessi
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20170617002105.21978.39892@braeburn.macports.org">
      <pre style="margin:0">Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
      <p><a
href="https://github.com/macports/macports-ports/commit/c979e27dcf04087efd83b38e5b5a8e8cbebe8a6e"
          moz-do-not-send="true">https://github.com/macports/macports-ports/commit/c979e27dcf04087efd83b38e5b5a8e8cbebe8a6e</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 c979e27  samtools: add missing xz dependency
</span>c979e27 is described below

<span style="display:block; white-space:pre;color:#808000;">commit c979e27dcf04087efd83b38e5b5a8e8cbebe8a6e
</span>Author: Davide Liessi <a class="moz-txt-link-rfc2396E" href="mailto:davide.liessi@gmail.com"><davide.liessi@gmail.com></a>
AuthorDate: Fri Jun 16 12:12:26 2017 +0200

<span style="display:block; white-space:pre;color:#404040;">    samtools: add missing xz dependency
</span>---
 science/samtools/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style="display:block; white-space:pre;color:#808080;">diff --git a/science/samtools/Portfile b/science/samtools/Portfile
</span><span style="display:block; white-space:pre;color:#808080;">index 631c606..d2afd15 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;">--- a/science/samtools/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/science/samtools/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -23,7 +23,9 @@ homepage                <a class="moz-txt-link-freetext" href="http://www.htslib.org/">http://www.htslib.org/</a>
</span> github.tarball_from     releases
 use_bzip2               yes
 
<span style="display:block; white-space:pre;background:#ffe0e0;">-depends_lib             port:zlib port:ncurses
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+depends_lib             port:zlib \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                        port:ncurses \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                        port:xz
</span> 
 use_configure           no
 
</pre>
      <pre style="margin:0">
</pre>
    </blockquote>
    <p>In order to have the new dependency properly recorded in the
      registry on existing installations, this change also requires a
      revision bump.</p>
    <p>Rainer<br>
    </p>
  </body>
</html>