Ticket #42356: Portfile-py-mpmath.diff

File Portfile-py-mpmath.diff, 1.2 KB (added by pgf, 10 years ago)
  • Portfile

    old new  
    44PortGroup           python 1.0
    55
    66name                py-mpmath
    7 version             0.17
    8 revision            1
     7version             0.18
     8revision            0
    99categories-append   math
    1010license             BSD
    1111maintainers         nomaintainer
     
    2121master_sites        googlecode:mpmath
    2222distname            mpmath-${version}
    2323
    24 checksums           md5     e27af3a77bc39c8745d5d1c09a8247ac \
    25                     sha1    c5bd806308c96d1d93a6b437995a09e5ab0e9331 \
    26                     rmd160  bfdbab090820cc7e28a9f3cff9ed8dcd24eacaff
     24checksums           md5     e2e7a7932969f52f25b7e19d8f0438bd \
     25                    sha1    b103be6ab76aa2747f5b5d46b9a097b97a191dee \
     26                    rmd160  83979e4e4b9c11158d2a94c52302620ad94d63e5
    2727
    2828python.versions     25 26 27
    2929
    3030if {${name} ne ${subport}} {
    3131    post-destroot {
    3232       xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
    33        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README \
     33       xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE \
    3434          ${destroot}${prefix}/share/doc/${subport}
    3535    }
    3636}