[95474] trunk/dports/python/py-thrift/Portfile

blair at macports.org blair at macports.org
Fri Jul 13 12:23:03 PDT 2012


Revision: 95474
          https://trac.macports.org/changeset/95474
Author:   blair at macports.org
Date:     2012-07-13 12:23:02 -0700 (Fri, 13 Jul 2012)
Log Message:
-----------
py-thrift: whitespace changes: move to 4-space indentation.

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

Modified: trunk/dports/python/py-thrift/Portfile
===================================================================
--- trunk/dports/python/py-thrift/Portfile	2012-07-13 19:20:23 UTC (rev 95473)
+++ trunk/dports/python/py-thrift/Portfile	2012-07-13 19:23:02 UTC (rev 95474)
@@ -1,26 +1,25 @@
 # -*- 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-thrift
-version             0.8.0
-categories          python
-license             BSD
-platforms           darwin
+name            py-thrift
+version         0.8.0
+categories      python
+license         BSD
+platforms       darwin
 
-maintainers         blair
+maintainers     blair
 
-description         Python bindings to Thrift
+description     Python bindings to Thrift
 
 long_description \
-                Thrift is a software framework for scalable cross-language \
-                services development. It combines a software stack with a \
-                code generation engine to build services that work \
-                efficiently and seamlessly between C++, Java, Python, PHP, \
-                Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and \
-                OCaml.
+    Thrift is a software framework for scalable cross-language \
+    services development. It combines a software stack with a code \
+    generation engine to build services that work efficiently and \
+    seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \
+    Haskell, C#, Cocoa, Smalltalk, and OCaml.
 
 homepage        http://thrift.apache.org/
 master_sites    apache:${name}/${version}
@@ -35,26 +34,26 @@
 python.default_version 27
 
 if {$subport != $name} {
-        depends_lib-append      port:thrift
+    depends_lib-append  port:thrift
 
-        configure.dir   ${worksrcpath}/lib/py
-        build.dir       ${configure.dir}
-        test.dir        ${configure.dir}
-        destroot.dir    ${configure.dir}
+    configure.dir       ${worksrcpath}/lib/py
+    build.dir           ${configure.dir}
+    test.dir            ${configure.dir}
+    destroot.dir        ${configure.dir}
 
-        post-destroot {
-                set docdir ${prefix}/share/doc/${subport}
-                xinstall -d ${destroot}${docdir}
-                xinstall -m 644 -W ${worksrcpath} \
-                                CHANGES \
-                                CONTRIBUTORS \
-                                DISCLAIMER \
-                                LICENSE \
-                                NEWS \
-                                NOTICE \
-                                README \
-                ${destroot}${docdir}
-        }
+    post-destroot {
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}
+        xinstall -m 644 -W ${worksrcpath} \
+            CHANGES \
+            CONTRIBUTORS \
+            DISCLAIMER \
+            LICENSE \
+            NEWS \
+            NOTICE \
+            README \
+        ${destroot}${docdir}
+    }
 }
                
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120713/ae426c8c/attachment-0001.html>


More information about the macports-changes mailing list