Ticket #19688: py26-cython.diff

File py26-cython.diff, 1.5 KB (added by miles@…, 15 years ago)

patch against py25-cython portfile

  • (a) Portfile-old vs. (b) Portfile

    a b  
    22# $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $
    33
    44PortSystem          1.0
    5 PortGroup           python25 1.0
     5PortGroup           python26 1.0
    66
    7 name                py25-cython
    8 version             0.9.8
     7name                py26-cython
     8version             0.11.1
    99categories          python devel
    1010maintainers         openmaintainer akitada cornell.edu:ajb78
    1111platforms           darwin
     
    1919master_sites        ${homepage}
    2020
    2121distname            Cython-${version}
    22 checksums           md5 dac0f6c217437819f620da18a97d505f \
    23                     sha1 0066194ec056bfe90ef8358b06501a5250e7f10f \
    24                     rmd160 84e2d4ae5f092494ebdf8a8f50b9643535693568
    25 
    26 depends_lib         port:py25-hashlib
     22checksums           md5     34799e9ce3acead9d2a834bd331a073b \
     23                    sha1    76eedb166d7078d6ba0b31b72a17532bfe4b838d \
     24                    rmd160  5692801a8c10f718599f26b25201bfd8905cf62d
    2725
    2826post-destroot {
    2927    xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
    3028        extension_types.html index.html overview.html primes.c sharing.html \
    3129        special_methods.html ${destroot}${prefix}/share/doc/${name}
    32     xinstall -m 644 -W ${worksrcpath} CHANGES_pyrex.txt INSTALL.txt README.txt\
     30    xinstall -m 644 -W ${worksrcpath} INSTALL.txt README.txt\
    3331        ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
    3432}