Ticket #44249: py27-reportlab-pil-to-Pillow.patch

File py27-reportlab-pil-to-Pillow.patch, 603 bytes (added by Ionic (Mihai Moldovan), 10 years ago)

Switch from py27-pil to py27-Pillow for py27-reportlab.

  • python/py-reportlab/Portfile

    old new  
    4242
    4343        patchfiles-append   patch-src_reportlab_lib_testutils.py.diff
    4444    } elseif {${subport} eq "py27-reportlab"} {
    45         depends_lib-append  port:py${python.version}-pil
     45        # Merge this branch with the general else-branch below once py-reportlab is being updated.
     46        revision 1
     47        depends_lib-append  port:py${python.version}-Pillow
    4648    } else {
    4749        depends_lib-append  port:py${python.version}-Pillow
    4850    }