Ticket #37408: py-chaco_Portfile.diff

File py-chaco_Portfile.diff, 1.4 KB (added by jjstickel (Jonathan Stickel), 12 years ago)
  • python/py-chaco/Portfile

    old new  
    55PortGroup       python 1.0
    66
    77name                py-chaco
    8 version             4.1.0
     8version             4.2.0
    99categories-append   devel
    1010license             BSD PSF
    11 maintainers         nomaintainer
     11maintainers         gmail.com:jjstickel openmaintainer
    1212platforms           darwin
    1313description         The Enthought chaco package for 2-D plotting
    1414long_description    Chaco is a Python plotting application toolkit that\
     
    2323master_sites        http://www.enthought.com/repo/ets/
    2424distname            chaco-${version}
    2525
    26 checksums           sha256 cdc80d77661fa955a4a4466b5b3f55808beedfc48f8f14b33f2ba81ccb360cc7 \
    27                     rmd160 4df41bfbeaffdca4e2213a9a210a3e9ca28a616c
     26checksums           sha256  f2021f4d9b788effa4915114e28d4e2fed597b7c0f6254d44b41c6178e63542f \
     27                    rmd160  c2e9a4f35c5d8ad0eacaedae87dc2e3672b4c18c
    2828                   
    2929python.versions     25 26 27
     30python.default_version 27
    3031
    3132if {$subport != $name} {
    3233    depends_build-append    port:py${python.version}-distribute
    3334    depends_lib-append      port:py${python.version}-enable \
    3435                            port:py${python.version}-numpy
     36   
     37    patchfiles          pyqt4_qsize.patch
     38    patch.pre_args      -p1
    3539}