[83687] trunk/dports/net/aria2/Portfile

mww at macports.org mww at macports.org
Fri Sep 9 00:52:36 PDT 2011


Revision: 83687
          http://trac.macports.org/changeset/83687
Author:   mww at macports.org
Date:     2011-09-09 00:52:33 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
whitespace changes only

Modified Paths:
--------------
    trunk/dports/net/aria2/Portfile

Modified: trunk/dports/net/aria2/Portfile
===================================================================
--- trunk/dports/net/aria2/Portfile	2011-09-09 07:31:46 UTC (rev 83686)
+++ trunk/dports/net/aria2/Portfile	2011-09-09 07:52:33 UTC (rev 83687)
@@ -2,32 +2,32 @@
 
 PortSystem 1.0
 
-name			aria2
-version			1.12.1
-categories		net
-platforms		darwin
-maintainers		mww
-description		download utility with resuming and segmented downloading
-long_description	aria2 is a download utility with resuming and segmented \
-			downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.
+name                aria2
+version             1.12.1
+categories          net
+platforms           darwin
+maintainers         mww
+description         download utility with resuming and segmented downloading
+long_description    aria2 is a download utility with resuming and segmented \
+                    downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent.
 
-homepage		http://aria2.sourceforge.net/
-master_sites	sourceforge
+homepage            http://aria2.sourceforge.net/
+master_sites        sourceforge
 checksums           md5     9f3bf96d92bc8b70b74817ed10c2c7e7 \
                     sha1    ba38d558c9fe2d7ac5b09fb2a629d9a67a947008 \
                     rmd160  dd7d97bcb5914cec9119d5972d9f13871d38b064
-use_bzip2		yes
+use_bzip2           yes
 
-depends_build	port:pkgconfig
-depends_lib		port:gettext port:libiconv port:gnutls port:libxml2
+depends_build       port:pkgconfig
+depends_lib         port:gettext port:libiconv port:gnutls port:libxml2
 
-configure.cxxflags-append	"-I${prefix}/include/libxml2"
-configure.args	--with-gnutls --with-libgnutls-prefix=${prefix} \
-				--with-libiconv-prefix=${prefix} \
-				--with-libintl-prefix=${prefix} \
-				--with-xml-prefix=${prefix} \
-				--without-sqlite3
+configure.cxxflags-append "-I${prefix}/include/libxml2"
+configure.args      --with-gnutls --with-libgnutls-prefix=${prefix} \
+                    --with-libiconv-prefix=${prefix} \
+                    --with-libintl-prefix=${prefix} \
+                    --with-xml-prefix=${prefix} \
+                    --without-sqlite3
 
 post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" }
 
-livecheck.type	freshmeat
+livecheck.type      freshmeat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/a3fadd16/attachment-0001.html>


More information about the macports-changes mailing list