Ticket #42418: Portfile-bedtools.diff
File Portfile-bedtools.diff, 1.5 KB (added by arjanvandervelde (Arjan van der Velde), 11 years ago) |
---|
-
Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 github.setup arq5x bedtools2 2.1 8.2v6 github.setup arq5x bedtools2 2.19.0 v 7 7 8 8 name bedtools 9 9 categories science … … 18 18 The utilities are largely based on four widely-used file formats: \ 19 19 BED, GFF/GTF, VCF, and SAM/BAM. 20 20 21 checksums sha1 c12448a67e2aa151ee1f1d1de0a97242de2d5190\22 rmd160 cfaef671267c2abab71f6014cf730ab047f95b08\23 sha256 57e30b33b549e945bcb193ecca203e6d579f4999c8074e0e360b965d7407a3d521 checksums sha1 4a870b3abb37d4bd2fb4b1dec8971173fc391f26 \ 22 rmd160 61839df147b82e8aecd7c9f510ce68bfbb900037 \ 23 sha256 c0f85312880d01eb00c7047009af609c7b5c8e3aca2489aee98324fbe6ce6339 24 24 25 25 depends_build port:py27-sphinx 26 26 … … 46 46 xinstall -d ${destroot}${prefix}/share/doc/${name} 47 47 xinstall -d ${destroot}${prefix}/share/${name}/genomes 48 48 xinstall -m 644 -W ${worksrcpath} \ 49 LICENSE README. rstRELEASE_HISTORY \49 LICENSE README.md RELEASE_HISTORY \ 50 50 ${destroot}${prefix}/share/doc/${name} 51 51 eval xinstall -m 644 [glob ${worksrcpath}/genomes/*] ${destroot}${prefix}/share/${name}/genomes/ 52 52 copy ${worksrcpath}/docs/_build/html ${destroot}${prefix}/share/doc/${name}/html