[95472] trunk/dports/www

blair at macports.org blair at macports.org
Fri Jul 13 12:19:37 PDT 2012


Revision: 95472
          https://trac.macports.org/changeset/95472
Author:   blair at macports.org
Date:     2012-07-13 12:19:37 -0700 (Fri, 13 Jul 2012)
Log Message:
-----------
serf{0,1}: whitespace changes: switch to 4-space indentation.

Modified Paths:
--------------
    trunk/dports/www/serf0/Portfile
    trunk/dports/www/serf1/Portfile

Modified: trunk/dports/www/serf0/Portfile
===================================================================
--- trunk/dports/www/serf0/Portfile	2012-07-13 19:16:17 UTC (rev 95471)
+++ trunk/dports/www/serf0/Portfile	2012-07-13 19:19:37 UTC (rev 95472)
@@ -2,51 +2,51 @@
 
 PortSystem 1.0
 
-name                    serf0
-version                 0.7.2
-categories              www
-maintainers             blair
-license                 Apache-2
-description             C-based HTTP client library
+name            serf0
+version         0.7.2
+categories      www
+maintainers     blair
+license         Apache-2
+description     C-based HTTP client library
 
-long_description        The serf library is a C-based HTTP client library \
-                        built upon the Apache Portable Runtime (APR) \
-                        library.  It multiplexes connections, running the \
-                        read/write communication asynchronously.  Memory \
-                        copies and transformations are kept to a minimum to \
-                        provide high performance operation.
+long_description \
+    The serf library is a C-based HTTP client library built upon the \
+    Apache Portable Runtime (APR) library.  It multiplexes \
+    connections, running the read/write communication asynchronously. \
+    Memory copies and transformations are kept to a minimum to provide \
+    high performance operation.
 
-homepage                http://code.google.com/p/serf/
-master_sites            http://serf.googlecode.com/files/
-dist_subdir             serf
-distname                serf-${version}
-use_bzip2               yes
+homepage        http://code.google.com/p/serf/
+master_sites    http://serf.googlecode.com/files/
+dist_subdir     serf
+distname        serf-${version}
+use_bzip2       yes
 use_parallel_build      yes
-checksums               md5 66ed12163b14b704888e628ee38e9581 \
-                        sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \
-                        rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32
+checksums       md5 66ed12163b14b704888e628ee38e9581 \
+                sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \
+                rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32
 
-platforms               darwin
+platforms       darwin
 
-depends_lib             port:apr port:apr-util port:openssl
+depends_lib     port:apr port:apr-util port:openssl
 
-configure.args          --with-apr=${prefix}/bin/apr-1-config \
-                        --with-apr-util=${prefix}/bin/apu-1-config
+configure.args  --with-apr=${prefix}/bin/apr-1-config \
+                --with-apr-util=${prefix}/bin/apu-1-config
 
-configure.ccache        no
+configure.ccache no
 
-test.run                yes
-test.target             check
+test.run        yes
+test.target     check
 
 post-destroot {
-        set sharedir ${destroot}${prefix}/share
-        set docdir ${sharedir}/doc/${name}
+    set sharedir ${destroot}${prefix}/share
+    set docdir ${sharedir}/doc/${name}
 
-        xinstall -m 755 -d ${docdir}
+    xinstall -m 755 -d ${docdir}
 
-        foreach f {CHANGES LICENSE NOTICE README} {
-                file copy ${worksrcpath}/${f} ${docdir}
-        }
+    foreach f {CHANGES LICENSE NOTICE README} {
+        file copy ${worksrcpath}/${f} ${docdir}
+    }
 }
 
 livecheck.url   http://code.google.com/p/serf/downloads/list

Modified: trunk/dports/www/serf1/Portfile
===================================================================
--- trunk/dports/www/serf1/Portfile	2012-07-13 19:16:17 UTC (rev 95471)
+++ trunk/dports/www/serf1/Portfile	2012-07-13 19:19:37 UTC (rev 95472)
@@ -2,51 +2,51 @@
 
 PortSystem 1.0
 
-name                    serf1
-version                 1.1.0
-categories              www
-maintainers             blair
-license                 Apache-2
-description             C-based HTTP client library
+name            serf1
+version         1.1.0
+categories      www
+maintainers     blair
+license         Apache-2
+description     C-based HTTP client library
 
-long_description        The serf library is a C-based HTTP client library \
-                        built upon the Apache Portable Runtime (APR) \
-                        library.  It multiplexes connections, running the \
-                        read/write communication asynchronously.  Memory \
-                        copies and transformations are kept to a minimum to \
-                        provide high performance operation.
+long_description \
+    The serf library is a C-based HTTP client library built upon the \
+    Apache Portable Runtime (APR) library.  It multiplexes \
+    connections, running the read/write communication asynchronously. \
+    Memory copies and transformations are kept to a minimum to provide \
+    high performance operation.
 
-homepage                http://code.google.com/p/serf/
-master_sites            http://serf.googlecode.com/files/
-dist_subdir             serf
-distname                serf-${version}
-use_bzip2               yes
+homepage        http://code.google.com/p/serf/
+master_sites    http://serf.googlecode.com/files/
+dist_subdir     serf
+distname        serf-${version}
+use_bzip2       yes
 use_parallel_build      yes
-checksums               md5 47be946023bbd3524b5e9b1ea2703636 \
-                        sha1 231af70b7567a753b49df4216743010c193884b7 \
-                        rmd160 21bbefe3884811a516520ec98cb96d974a48963e
+checksums       md5 47be946023bbd3524b5e9b1ea2703636 \
+                sha1 231af70b7567a753b49df4216743010c193884b7 \
+                rmd160 21bbefe3884811a516520ec98cb96d974a48963e
 
-platforms               darwin
+platforms       darwin
 
-depends_lib             port:apr port:apr-util port:openssl
+depends_lib     port:apr port:apr-util port:openssl
 
-configure.args          --with-apr=${prefix}/bin/apr-1-config \
-                        --with-apr-util=${prefix}/bin/apu-1-config
+configure.args  --with-apr=${prefix}/bin/apr-1-config \
+                --with-apr-util=${prefix}/bin/apu-1-config
 
-configure.ccache        no
+configure.ccache no
 
-test.run                yes
-test.target             check
+test.run        yes
+test.target     check
 
 post-destroot {
-        set sharedir ${destroot}${prefix}/share
-        set docdir ${sharedir}/doc/${name}
+    set sharedir ${destroot}${prefix}/share
+    set docdir ${sharedir}/doc/${name}
 
-        xinstall -m 755 -d ${docdir}
+    xinstall -m 755 -d ${docdir}
 
-        foreach f {CHANGES LICENSE NOTICE README} {
-                file copy ${worksrcpath}/${f} ${docdir}
-        }
+    foreach f {CHANGES LICENSE NOTICE README} {
+        file copy ${worksrcpath}/${f} ${docdir}
+    }
 }
 
 livecheck.url   http://code.google.com/p/serf/downloads/list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120713/1ce8b6e5/attachment.html>


More information about the macports-changes mailing list