Ticket #40028: Portfile.diff

File Portfile.diff, 1.2 KB (added by mndavidoff (Monte Davidoff), 11 years ago)
  • Portfile

    old new  
    66
    77name                py-gmpy2
    88epoch               1
    9 version             2.0.0
     9version             2.0.1
    1010maintainers         alluvialsw.com:md14-macports openmaintainer
    1111license             LGPL-2.1+
    1212platforms           darwin
     
    2121master_sites        googlecode:gmpy
    2222distname            gmpy2-${version}
    2323use_zip             yes
    24 checksums           rmd160  f46c4ee9af8828bce476c940878616003bc06519 \
    25                     sha256  ecaccceb8fa4f75e631ae0211fd1e1ca1c24d8cdcc371e961052d1d038ac577a
     24checksums           rmd160  b0ccb003b8733f2413647592fc2a34695b717a83 \
     25                    sha256  dee3515909ddcce704d666cd9716d04ed345e6368b77a7a0121e95c2dc86ab74
    2626
    2727python.versions     26 27 31 32 33
    2828
    2929if {$subport != $name} {
    3030    depends_lib-append  port:gmp port:libmpc port:mpfr
    3131
     32    patchfiles          patch-setup.py.diff
     33
     34    post-patch {
     35        reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py
     36    }
     37
    3238    post-destroot {
    3339        xinstall -m 644 -W ${worksrcpath} README \
    3440            ${destroot}${prefix}/share/doc/${subport}