[147819] trunk/dports/science/seqan/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Apr 16 11:25:12 PDT 2016


Revision: 147819
          https://trac.macports.org/changeset/147819
Author:   khindenburg at macports.org
Date:     2016-04-16 11:25:12 -0700 (Sat, 16 Apr 2016)
Log Message:
-----------
seqan: update to 2.1.1; change maintainer; fix livecheck #51055

Modified Paths:
--------------
    trunk/dports/science/seqan/Portfile

Modified: trunk/dports/science/seqan/Portfile
===================================================================
--- trunk/dports/science/seqan/Portfile	2016-04-16 17:10:14 UTC (rev 147818)
+++ trunk/dports/science/seqan/Portfile	2016-04-16 18:25:12 UTC (rev 147819)
@@ -4,13 +4,13 @@
 PortSystem          1.0
 
 name                seqan
-version             1.4.1
+version             2.1.1
 categories          science
 platforms           darwin
 supported_archs     noarch
 
 license             BSD
-maintainers         fu-berlin.de:david.weese
+maintainers         fu-berlin.de:rene.rahn
 
 description         SeqAn - The C++ Sequence Analysis Library
 
@@ -19,18 +19,23 @@
                     focus on biological data.
 
 homepage            http://www.seqan.de
+master_sites        http://packages.seqan.de/${name}-library
 
-master_sites        http://packages.seqan.de/${name}-library
-use_bzip2           yes
+use_xz              yes
 distname            ${name}-library-${version}
-checksums           rmd160  e2fe1284943c170e9c098202e286b550fd151238 \
-                    sha256  50f0d29f3526723225c64bfb76c0598256afc08c2c6c4f343e6345b1d453894f
 
+checksums           rmd160  d0e45899d8ecb61c90ce592254db9660f6ab420e \
+                    sha256  8926f91fec5ce57e8efc70ac16cbf041bde0e0be463685b86e0d2e1e6a8169d7
+
 use_configure       no
 
 build {}
 
 destroot {
     file copy ${worksrcpath}/include/seqan ${destroot}${prefix}/include
-    file copy ${worksrcpath}/share/doc ${destroot}${prefix}/share
+    file copy ${worksrcpath}/share/doc/seqan ${destroot}${prefix}/share/doc
 }
+
+livecheck.type      regex
+livecheck.url       http://packages.seqan.de/
+livecheck.regex     ${name}-library-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160416/87f95cd3/attachment.html>


More information about the macports-changes mailing list