Ticket #42418: Portfile-bedtools.diff

File Portfile-bedtools.diff, 1.5 KB (added by arjanvandervelde (Arjan van der Velde), 10 years ago)
  • Portfile

    old new  
    33
    44PortSystem          1.0
    55PortGroup           github 1.0
    6 github.setup        arq5x bedtools2 2.18.2 v
     6github.setup        arq5x bedtools2 2.19.0 v
    77
    88name                bedtools
    99categories          science
     
    1818                    The utilities are largely based on four widely-used file formats: \
    1919                    BED, GFF/GTF, VCF, and SAM/BAM.
    2020
    21 checksums           sha1    c12448a67e2aa151ee1f1d1de0a97242de2d5190 \
    22                     rmd160  cfaef671267c2abab71f6014cf730ab047f95b08 \
    23                     sha256  57e30b33b549e945bcb193ecca203e6d579f4999c8074e0e360b965d7407a3d5
     21checksums           sha1    4a870b3abb37d4bd2fb4b1dec8971173fc391f26 \
     22                    rmd160  61839df147b82e8aecd7c9f510ce68bfbb900037 \
     23                    sha256  c0f85312880d01eb00c7047009af609c7b5c8e3aca2489aee98324fbe6ce6339
    2424
    2525depends_build       port:py27-sphinx
    2626
     
    4646    xinstall -d ${destroot}${prefix}/share/doc/${name}
    4747    xinstall -d ${destroot}${prefix}/share/${name}/genomes
    4848    xinstall -m 644 -W ${worksrcpath} \
    49         LICENSE README.rst RELEASE_HISTORY \
     49        LICENSE README.md RELEASE_HISTORY \
    5050        ${destroot}${prefix}/share/doc/${name}
    5151    eval xinstall -m 644 [glob ${worksrcpath}/genomes/*] ${destroot}${prefix}/share/${name}/genomes/
    5252    copy ${worksrcpath}/docs/_build/html ${destroot}${prefix}/share/doc/${name}/html