New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11284: Portfile.diff

File Portfile.diff, 1.2 KB (added by beatrupp@…, 5 years ago)

Diff for 1.41 -> 1.42

  • Portfile

    old new  
    44PortGroup python24 1.0 
    55 
    66name                    py-biopython 
    7 version                 1.41 
     7version                 1.42 
    88categories              python science 
    9 maintainers             mww@opendarwin.org 
     9maintainers             mww@macports.org 
    1010platforms               darwin 
    1111description             python tools for computational molecular biology 
    1212long_description        python tools for computational molecular biology: \ 
     
    1414                                tools for performing common operations on sequences, etc. 
    1515 
    1616homepage                http://www.biopython.org/ 
    17 master_sites    ${homepage}/DIST 
     17master_sites            ${homepage}/DIST 
    1818distname                biopython-${version} 
    19 checksums               md5 03f8efc258fb49b07d1a2b642fa8362e 
     19checksums               md5 6d9bf58d0fcfa5a3b2053ad419069ff3 
    2020 
    2121depends_lib-append      port:py-numeric \ 
    2222                                port:py-mx \ 
    23                                 port:py-reportlab 
     23                                port:py-reportlab \ 
     24                                port:flex 
    2425 
    2526test.run                no 
    2627test.cmd                ${build.cmd} 
     
    2930post-destroot   { 
    3031        file delete -force ${destroot}${prefix}/share/doc/${name} 
    3132        file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name} 
    32         xinstall -m 644 -W ${worksrcpath} CONTRIB LICENSE NEWS README \ 
     33        xinstall -m 644 -W ${worksrcpath} CONTRIB DEPRECATED LICENSE NEWS README \ 
    3334                ${destroot}${prefix}/share/doc/${name} 
    3435}