[114063] trunk/dports/python/py-pil/Portfile

jmr at macports.org jmr at macports.org
Wed Nov 27 12:30:08 PST 2013


Revision: 114063
          https://trac.macports.org/changeset/114063
Author:   jmr at macports.org
Date:     2013-11-27 12:30:08 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
revert r114016

Revision Links:
--------------
    https://trac.macports.org/changeset/114016

Modified Paths:
--------------
    trunk/dports/python/py-pil/Portfile

Modified: trunk/dports/python/py-pil/Portfile
===================================================================
--- trunk/dports/python/py-pil/Portfile	2013-11-27 20:16:24 UTC (rev 114062)
+++ trunk/dports/python/py-pil/Portfile	2013-11-27 20:30:08 UTC (rev 114063)
@@ -1,58 +1,51 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem          1.0
-PortGroup           python 1.0
+PortSystem      1.0
+PortGroup       python 1.0
 
-name                py-pil
-version             1.1.7
-revision            7
-categories-append   graphics
-platforms           darwin freebsd
-license             MIT
-
-python.versions     24 25 26 27
-
-maintainers         jmr openmaintainer
-
-description         Python Imaging Library
-
+name            py-pil
+version         1.1.7
+revision        7
+license         MIT
+maintainers     jmr openmaintainer
+description     Python Imaging Library
 long_description    The Python Imaging Library (PIL) adds image \
                     processing capabilities to your Python interpreter. \
                     This library supports many file formats, and \
                     provides powerful image processing and graphics \
-                    capabilities.
+                    capabilities. 
+categories-append   graphics
+platforms       darwin freebsd
+homepage        http://www.pythonware.com/products/pil/
+master_sites    http://effbot.org/downloads/
+distname        Imaging-${version}
+checksums       md5 fc14a54e1ce02a0225be8854bfba478e \
+                sha1 76c37504251171fda8da8e63ecb8bc42a69a5c81 \
+                rmd160 9af570fe100e250a4860314341fe3e6d695d7fde
 
-homepage            http://www.pythonware.com/products/pil/
-master_sites        http://effbot.org/downloads/
+python.versions 24 25 26 27
 
-distname            Imaging-${version}
-
-checksums           rmd160  9af570fe100e250a4860314341fe3e6d695d7fde \
-                    sha256  895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211
-
 if {$subport != $name} {
-    patchfiles          patch-setup.py pil-2009-raclette-fb7ce579f5f9.diff \
-                        patch-PIL-TiffImagePlugin.py.diff \
-                        patch-_imagingft.c.diff
+    patchfiles      patch-setup.py pil-2009-raclette-fb7ce579f5f9.diff \
+                    patch-PIL-TiffImagePlugin.py.diff \
+                    patch-_imagingft.c.diff
 
     depends_lib-append  port:freetype \
                         port:lcms \
                         port:py${python.version}-tkinter
-
+    
     post-patch {
         reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py
     }
-
+    
     post-destroot {
         xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 0644 -W ${worksrcpath} BUILDME CHANGES CONTENTS README \
             ${destroot}${prefix}/share/doc/${subport}
     }
-
-    livecheck.type      none
+    livecheck.type  none
 } else {
-    livecheck.type      regex
-    livecheck.url       ${homepage}
-    livecheck.regex     {Imaging-([0-9\.]+)\.tar\.gz}
+    livecheck.type  regex
+    livecheck.url   ${homepage}
+    livecheck.regex {Imaging-([0-9\.]+)\.tar\.gz}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/40fb6cba/attachment.html>


More information about the macports-changes mailing list