[95475] trunk/dports/perl/p5-thrift/Portfile

blair at macports.org blair at macports.org
Fri Jul 13 12:24:43 PDT 2012


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

Modified Paths:
--------------
    trunk/dports/perl/p5-thrift/Portfile

Modified: trunk/dports/perl/p5-thrift/Portfile
===================================================================
--- trunk/dports/perl/p5-thrift/Portfile	2012-07-13 19:23:02 UTC (rev 95474)
+++ trunk/dports/perl/p5-thrift/Portfile	2012-07-13 19:24:43 UTC (rev 95475)
@@ -14,13 +14,12 @@
 
 description     Perl implementation of Thrift serialization library
 
-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.
+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.
 
 homepage        http://thrift.apache.org/
 master_sites    apache:thrift/${version}
@@ -32,29 +31,29 @@
                 rmd160  bb0e1d2b6d30b70590752a7f9318e14de285c505
 
 if {${perl5.major} != ""} {
-        configure.dir   ${worksrcpath}/lib/perl
-        build.dir       ${configure.dir}
-        test.dir        ${configure.dir}
-        destroot.dir    ${configure.dir}
+    configure.dir   ${worksrcpath}/lib/perl
+    build.dir       ${configure.dir}
+    test.dir        ${configure.dir}
+    destroot.dir    ${configure.dir}
 
-        depends_lib-append      port:p${perl5.major}-bit-vector \
-                                port:p${perl5.major}-class-accessor
+    depends_lib-append      port:p${perl5.major}-bit-vector \
+                            port:p${perl5.major}-class-accessor
 
-        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
-livecheck.url           http://www.apache.org/dist/thrift/
-livecheck.regex         {(\d+(?:\.\d+)*)/}
+livecheck.type  regex
+livecheck.url   http://www.apache.org/dist/thrift/
+livecheck.regex {(\d+(?:\.\d+)*)/}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120713/5d39d28d/attachment.html>


More information about the macports-changes mailing list