[76066] trunk/dports/archivers/arj/Portfile

snc at macports.org snc at macports.org
Thu Feb 17 07:29:16 PST 2011


Revision: 76066
          http://trac.macports.org/changeset/76066
Author:   snc at macports.org
Date:     2011-02-17 07:29:16 -0800 (Thu, 17 Feb 2011)
Log Message:
-----------
arj: whitespace

Modified Paths:
--------------
    trunk/dports/archivers/arj/Portfile

Modified: trunk/dports/archivers/arj/Portfile
===================================================================
--- trunk/dports/archivers/arj/Portfile	2011-02-17 15:27:41 UTC (rev 76065)
+++ trunk/dports/archivers/arj/Portfile	2011-02-17 15:29:16 UTC (rev 76066)
@@ -3,21 +3,21 @@
 
 PortSystem 1.0
 
-name		arj
-version		3.10.22
-categories	archivers sysutils
-platforms   darwin
-description	create and extract files from dos .arj archives
+name                arj
+version             3.10.22
+categories          archivers sysutils
+platforms           darwin
+description         create and extract files from dos .arj archives
 license             GPL-2
-maintainers	snc openmaintainer
-long_description ${description}
-homepage	http://arj.sourceforge.net/
-master_sites	sourceforge:arj
+maintainers         snc openmaintainer
+long_description    ${description}
+homepage            http://arj.sourceforge.net/
+master_sites        sourceforge:arj
 depends_fetch       port:libtool
-depends_lib     port:libtool
-use_autoconf    yes
-autoconf.dir    ${worksrcpath}/gnu
-configure.dir   ${autoconf.dir}
+depends_lib         port:libtool
+use_autoconf        yes
+autoconf.dir        ${worksrcpath}/gnu
+configure.dir       ${autoconf.dir}
 
 checksums           sha1    e8470f480e9eee14906e5485a8898e5c24738c8b \
                     rmd160  80f8a1a8cd203f73def8e957d96563a4dba80153
@@ -30,15 +30,17 @@
     }
 }
 
-patchfiles	patch-configure.in patch-environ.c patch-makefile.in patch-postproc.c patch-uxspec.c
+patchfiles          patch-configure.in patch-environ.c \
+                    patch-makefile.in patch-postproc.c \
+                    patch-uxspec.c
 
-universal_variant no
+universal_variant   no
 
-build.target    prepare all
-build.args      CC=${configure.cc}
+build.target        prepare all
+build.args          CC=${configure.cc}
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
 
-use_parallel_build	no
+use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110217/2690af2d/attachment-0001.html>


More information about the macports-changes mailing list