Ticket #23980: Portfile-py-pil.diff

File Portfile-py-pil.diff, 764 bytes (added by christopherglong@…, 14 years ago)
  • Portfile

    old new  
    44PortGroup               python24 1.0
    55
    66name                    py-pil
    7 version                 1.1.6
    8 revision        1
     7version                 1.1.7
    98maintainers             nomaintainer
    109description             Python Imaging Library
    1110long_description        The Python Imaging Library (PIL) adds image \
     
    1817homepage                http://www.pythonware.com/
    1918master_sites    http://effbot.org/downloads/
    2019distname                Imaging-${version}
    21 checksums               md5 3a9b5c20ca52f0a9900512d2c7347622
     20checksums               md5 fc14a54e1ce02a0225be8854bfba478e
    2221patchfiles              patch-setup.py
    2322
    2423depends_lib-append      port:jpeg \
    2524                                        port:freetype \
    26                                         port:zlib
     25                                        port:lcms
    2726
    2827post-patch {
    2928        reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py