<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8289af56ad400ec37110bcd9d5e294f8147bd24d">https://github.com/macports/macports-ports/commit/8289af56ad400ec37110bcd9d5e294f8147bd24d</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 8289af5  seqan: fix installation of missing files
</span>8289af5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8289af56ad400ec37110bcd9d5e294f8147bd24d
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Dec 13 17:21:06 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    seqan: fix installation of missing files
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/51344 (maintainer)
</span>---
 science/seqan/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/seqan/Portfile b/science/seqan/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6260ce3..a0ee70f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/seqan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/seqan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortSystem          1.0
</span> 
 name                seqan
 version             2.1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          science
 platforms           darwin
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,11 +30,16 @@ checksums           rmd160  d0e45899d8ecb61c90ce592254db9660f6ab420e \
</span> 
 use_configure       no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set major           [lindex [split ${version} .] 0]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build {}
 
 destroot {
     file copy ${worksrcpath}/include/seqan ${destroot}${prefix}/include
     file copy ${worksrcpath}/share/doc/seqan ${destroot}${prefix}/share/doc
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    file copy ${worksrcpath}/share/pkgconfig/${name}-${major}.pc ${destroot}${prefix}/lib/pkgconfig/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file mkdir ${destroot}${prefix}/lib/cmake/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file copy ${worksrcpath}/share/cmake/Modules/FindSeqAn.cmake ${destroot}${prefix}/lib/cmake/${name}/${name}-config.cmake
</span> }
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>