Revision
79753
Author
blair@macports.org
Date
2011-06-24 14:52:43 -0700 (Fri, 24 Jun 2011)

Log Message

serf: convert all tabs to spaces.

Modified Paths

Diff

Modified: trunk/dports/www/serf/Portfile (79752 => 79753)


--- trunk/dports/www/serf/Portfile	2011-06-24 21:49:26 UTC (rev 79752)
+++ trunk/dports/www/serf/Portfile	2011-06-24 21:52:43 UTC (rev 79753)
@@ -2,48 +2,48 @@
 
 PortSystem 1.0
 
-name		serf
-version		0.7.2
-categories	www
-maintainers	blair
-description	C-based HTTP client library
+name                    serf
+version                 0.7.2
+categories              www
+maintainers             blair
+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/
-use_bzip2	yes
-use_parallel_build	yes
-checksums	md5 66ed12163b14b704888e628ee38e9581 \
-		sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \
-		rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32
+homepage                http://code.google.com/p/serf/
+master_sites            http://serf.googlecode.com/files/
+use_bzip2               yes
+use_parallel_build      yes
+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.type  regex