[100408] trunk/dports/python/py-cairo/Portfile

dports at macports.org dports at macports.org
Mon Dec 10 19:40:45 PST 2012


Revision: 100408
          https://trac.macports.org/changeset/100408
Author:   dports at macports.org
Date:     2012-12-10 19:40:45 -0800 (Mon, 10 Dec 2012)
Log Message:
-----------
py-cairo: whitespace (maintainer patch from #37254)

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

Modified: trunk/dports/python/py-cairo/Portfile
===================================================================
--- trunk/dports/python/py-cairo/Portfile	2012-12-11 02:14:55 UTC (rev 100407)
+++ trunk/dports/python/py-cairo/Portfile	2012-12-11 03:40:45 UTC (rev 100408)
@@ -37,17 +37,17 @@
 
     # pycairo distributes python 2.x versions as py2cairo
     if {${python.version} < 31} {
-        set my_name      py2cairo
+        set my_name     py2cairo
 
-        checksums        rmd160  ce75db9af32ef1a3e90f6aaa649cbb2493a941a4 \
-                         sha256  d30439f06c2ec1a39e27464c6c828b6eface3b22ee17b2de05dc409e429a7431
+        checksums       rmd160  ce75db9af32ef1a3e90f6aaa649cbb2493a941a4 \
+                        sha256  d30439f06c2ec1a39e27464c6c828b6eface3b22ee17b2de05dc409e429a7431
 
         post-patch {
             reinplace "s|py3cairo|pycairo|g" ${worksrcpath}/setup.py
         }
     }
 
-    distname             ${my_name}-${version}
+    distname            ${my_name}-${version}
 
     platform darwin 9 {
         post-patch {
@@ -69,10 +69,10 @@
         require_active_variants cairo x11
     }
 
-    default_variants        +x11
+    default_variants    +x11
 
-    livecheck.type       none
+    livecheck.type      none
 } else {
-    livecheck.type       regex
-    livecheck.regex      "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.type      regex
+    livecheck.regex     "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121210/df706625/attachment.html>


More information about the macports-changes mailing list