[99381] trunk/dports/archivers/unrar/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 4 01:16:32 PST 2012


Revision: 99381
          http://trac.macports.org//changeset/99381
Author:   ryandesign at macports.org
Date:     2012-11-04 01:16:32 -0800 (Sun, 04 Nov 2012)
Log Message:
-----------
unrar: whitespace changes for consistency

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

Modified: trunk/dports/archivers/unrar/Portfile
===================================================================
--- trunk/dports/archivers/unrar/Portfile	2012-11-04 09:14:50 UTC (rev 99380)
+++ trunk/dports/archivers/unrar/Portfile	2012-11-04 09:16:32 UTC (rev 99381)
@@ -1,35 +1,35 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem              1.0
 
-name            unrar
-set my_name     ${name}src
-version         4.2.4
-categories      archivers
-license         Restrictive/Distributable
-platforms       darwin freebsd
+name                    unrar
+set my_name             ${name}src
+version                 4.2.4
+categories              archivers
+platforms               darwin freebsd
 maintainers             krischik openmaintainer
-description     Extract, view & test RAR archives
+license                 Restrictive/Distributable
 
-long_description \
-    The unRAR utility is a minor part of the RAR archiver and \
-    contains RAR uncompression algorithm. unRAR requires very \
-    small volume of memory to operate.
+description             Extract, view & test RAR archives
 
-homepage        http://www.rarlab.com/
-master_sites    ${homepage}rar/
-distname        ${my_name}-${version}
+long_description        The unRAR utility is a minor part of the RAR archiver \
+                        and contains RAR uncompression algorithm. unRAR \
+                        requires very small volume of memory to operate.
 
-checksums           rmd160  53a590ed2a71be86a0a7abfe9c37ddc8dc869800 \
-                    sha256  9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
+homepage                http://www.rarlab.com/
+master_sites            ${homepage}rar/
+distname                ${my_name}-${version}
 
+checksums               rmd160  53a590ed2a71be86a0a7abfe9c37ddc8dc869800 \
+                        sha256  9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
+
 patchfiles              patch-dll.hpp.diff \
                         patch-makefile.unix.diff
 
-worksrcdir      ${name}
+worksrcdir              ${name}
 
-use_configure   no
+use_configure           no
 
 variant universal {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121104/e4e6ee46/attachment.html>


More information about the macports-changes mailing list