[150031] trunk/dports/science/bedtools/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Jul 8 14:19:04 PDT 2016


Revision: 150031
          https://trac.macports.org/changeset/150031
Author:   khindenburg at macports.org
Date:     2016-07-08 14:19:04 -0700 (Fri, 08 Jul 2016)
Log Message:
-----------
bedtools: update to 2.26.0 maintainer #51798

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

Modified: trunk/dports/science/bedtools/Portfile
===================================================================
--- trunk/dports/science/bedtools/Portfile	2016-07-08 21:00:26 UTC (rev 150030)
+++ trunk/dports/science/bedtools/Portfile	2016-07-08 21:19:04 UTC (rev 150031)
@@ -3,8 +3,9 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
-github.setup        arq5x bedtools2 2.25.0 v
 
+github.setup        arq5x bedtools2 2.26.0 v
+
 name                bedtools
 categories          science
 platforms           darwin
@@ -18,9 +19,8 @@
                     The utilities are largely based on four widely-used file formats: \
                     BED, GFF/GTF, VCF, and SAM/BAM.
 
-checksums           sha1    158961fcc50f8034ed5bbbd2f48199bc068c581c \
-                    rmd160  ab113eb4f4c72fec70b2d8f293870895758c1653 \
-                    sha256  128c67db2fa2431d9bc9e0a4128b31a4aa9c65c18752045116f05f78cebaee81
+checksums           rmd160  880f6c0711f500f24a5f0161ef209c739c3cc735 \
+                    sha256  ed9e9305ed88838125de53abee0b65ef5decbd75beeeb3adb0cb656b87a965b2
 
 depends_build       port:py27-sphinx
 
@@ -42,13 +42,15 @@
 }
 
 destroot {
-    eval xinstall -m 755 [glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin/
+    xinstall -m 755 {*}[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin/
     xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${destroot}${prefix}/share/${name}/genomes
     xinstall -m 644 -W ${worksrcpath} \
         LICENSE README.md RELEASE_HISTORY \
         ${destroot}${prefix}/share/doc/${name}
-    eval xinstall -m 644 [glob ${worksrcpath}/genomes/*] ${destroot}${prefix}/share/${name}/genomes/
+     xinstall -m 644 {*}[glob ${worksrcpath}/genomes/*] ${destroot}${prefix}/share/${name}/genomes/
     copy ${worksrcpath}/docs/_build/html ${destroot}${prefix}/share/doc/${name}/html
     xinstall -m 644 ${worksrcpath}/docs/_build/man/bedtools.1 ${destroot}${prefix}/share/man/man1
 }
+
+test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160708/7ceed3ac/attachment.html>


More information about the macports-changes mailing list