[113091] trunk/dports/devel/apr-util0/Portfile

blair at macports.org blair at macports.org
Fri Nov 8 08:38:15 PST 2013


Revision: 113091
          https://trac.macports.org/changeset/113091
Author:   blair at macports.org
Date:     2013-11-08 08:38:15 -0800 (Fri, 08 Nov 2013)
Log Message:
-----------
apr-util0: whitespace cleanup.

Modified Paths:
--------------
    trunk/dports/devel/apr-util0/Portfile

Modified: trunk/dports/devel/apr-util0/Portfile
===================================================================
--- trunk/dports/devel/apr-util0/Portfile	2013-11-08 16:35:20 UTC (rev 113090)
+++ trunk/dports/devel/apr-util0/Portfile	2013-11-08 16:38:15 UTC (rev 113091)
@@ -1,61 +1,62 @@
 # $Id$
 
 PortSystem 1.0
-name		apr-util0
-version		0.9.19
-revision	1
-categories	devel
-maintainers	blair
-platforms	darwin
-description	utilities built with the apache group's portability library
 
-long_description	apr-util is a library of useful utilities built with \
-			and intended to be used with the Apache Portable \
-			Runtime version 0.9.x.  This is an old version of \
-			the APRutil library, the latest version is in the \
-			apr-util port.
+name            apr-util0
+version         0.9.19
+revision        1
+categories      devel
+maintainers     blair
+platforms       darwin
+description     utilities built with the apache group's portability library
 
-homepage	http://apr.apache.org/
-master_sites	apache:apr
+long_description        apr-util is a library of useful utilities built with \
+                        and intended to be used with the Apache Portable \
+                        Runtime version 0.9.x.  This is an old version of \
+                        the APRutil library, the latest version is in the \
+                        apr-util port.
 
-distname	apr-util-${version}
-use_bzip2	yes
+homepage        http://apr.apache.org/
+master_sites    apache:apr
 
-checksums	sha1    5ffcdd98ebbc7e7d9da5029cf7fac2744901bb50 \
-			rmd160  2f03d05f9a0a32158f31a820b75eca5dd3fbb60c
+distname        apr-util-${version}
+use_bzip2       yes
 
-depends_lib	port:apr0 port:expat port:libiconv port:db46
+checksums       sha1   5ffcdd98ebbc7e7d9da5029cf7fac2744901bb50 \
+                rmd160 2f03d05f9a0a32158f31a820b75eca5dd3fbb60c
 
-configure.args	--with-apr=${prefix}/bin/apr-config --with-expat=${prefix} \
-		--with-iconv=${prefix} \
-		--with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \
-		--without-mysql --without-pgsql
+depends_lib     port:apr0 port:expat port:libiconv port:db46
 
-test.run	yes
-test.target	check
-test.env	DYLD_LIBRARY_PATH=${worksrcpath}/.libs
+configure.args  --with-apr=${prefix}/bin/apr-config --with-expat=${prefix} \
+                --with-iconv=${prefix} \
+                --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \
+                --without-mysql --without-pgsql
 
+test.run        yes
+test.target     check
+test.env        DYLD_LIBRARY_PATH=${worksrcpath}/.libs
+
 post-destroot {
-	delete ${destroot}${prefix}/lib/aprutil.exp
+    delete ${destroot}${prefix}/lib/aprutil.exp
 }
 
-variant no_bdb	{
-			depends_lib-delete	port:db46
-			configure.args-delete	--with-berkeley-db=${prefix}/include:${prefix}/lib/db46
-			configure.args-append	--without-berkeley-db
-		}
+variant no_bdb {
+    depends_lib-delete          port:db46
+    configure.args-delete       --with-berkeley-db=${prefix}/include:${prefix}/lib/db46
+    configure.args-append       --without-berkeley-db
+}
 
-variant openldap	{
-				depends_lib-append port:openldap
-				configure.args-append --with-ldap \
-					--with-ldap-include=${prefix}/include \
-					--with-ldap-lib=${prefix}/lib
-			}
+variant openldap {
+    depends_lib-append          port:openldap
+    configure.args-append       --with-ldap \
+                                --with-ldap-include=${prefix}/include \
+                                --with-ldap-lib=${prefix}/lib
+}
 
-#pre-configure	{
-#			reinplace "s|^Libs: |Libs: -L${prefix}/lib/db46 |" $worksrcpath/apr-util.pc.in
-#		}
+#pre-configure {
+#    reinplace "s|^Libs: |Libs: -L${prefix}/lib/db46 |" $worksrcpath/apr-util.pc.in
+#}
 
-livecheck.type	regex
-livecheck.url	http://www.apache.org/dist/apr/
-livecheck.regex	APR-util (0\\.\[0-9.\]+)
+livecheck.type  regex
+livecheck.url   http://www.apache.org/dist/apr/
+livecheck.regex APR-util (0\\.\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131108/97db15d6/attachment.html>


More information about the macports-changes mailing list