Ticket #37410: py-mayavi_Portfile.diff

File py-mayavi_Portfile.diff, 1.4 KB (added by jjstickel (Jonathan Stickel), 11 years ago)
  • python/py-mayavi/Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-mayavi
    8 version             4.1.0
     8version             4.2.0
    99categories-append   devel graphics math
    1010maintainers         gmail.com:jjstickel openmaintainer
    1111description         The Enthought mayavi package
     
    1818master_sites        http://www.enthought.com/repo/ets/
    1919distname            mayavi-${version}
    2020
    21 checksums           sha256  53d44cf4dcd7ebf57e197e0a72002db30a74f23e5642e34b3b8f2ebe7a71bbf9 \
    22                     rmd160  db9a6bf5af9778f11ebf5c22e5c2c7f1b8dc6557
     21checksums           sha256  4554fc5a5ef58c3e57bb83f8f21340d8e0b483c46d4761ece133baa162a43a9b \
     22                    rmd160  6e4ebf8361d13ba9fb58d8636335d73386bc8522
    2323
    2424python.versions        25 26 27
    2525python.default_version 27
     
    3333                            port:py${python.version}-traitsui \
    3434                            port:vtk5
    3535
    36     patch {
     36    patchfiles        vtk510_text.patch
     37    patch.pre_args    -p1
     38   
     39    post-patch {
    3740        reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \
    3841            ${worksrcpath}/docs/Makefile \
    3942            ${worksrcpath}/docs/MakefileMayavi \