Ticket #48867: py-mayavi_Portfile.diff

File py-mayavi_Portfile.diff, 1008 bytes (added by jjstickel (Jonathan Stickel), 9 years ago)
  • Portfile

    old new  
    66PortGroup           active_variants 1.1
    77PortGroup           github 1.0
    88
    9 github.setup        enthought mayavi 4.4.2
     9github.setup        enthought mayavi 4.4.3
    1010
    1111name                py-mayavi
    1212categories-append   devel graphics math
     
    1818license             BSD
    1919platforms           darwin
    2020
    21 checksums           rmd160  3989bde25482efa0ef981c76fc8aa54eae6a8a23 \
    22                     sha256  5498bb194c197a432a3d3b16eeac84ea88c8b37358b621b50c880a44b2a3a168
     21checksums           rmd160  018c6fba74f1cb4809a9f65610e44626536525af \
     22    sha256  37baa7cf539886be8cb0d8cccb66704ee85e7d5570962ad07caf69de30d76e8d
    2323
    2424python.versions     27
    2525
    2626if {${name} ne ${subport}} {
     27    patchfiles              mayaviPR-247.diff
     28    patch.pre_args          -p1
     29
    2730    depends_build-append    port:py${python.version}-setuptools \
    2831                            port:py${python.version}-sphinx
    2932    depends_lib-append      port:py${python.version}-apptools \