Changeset 99381


Ignore:
Timestamp:
Nov 4, 2012, 9:16:32 AM (12 years ago)
Author:
ryandesign@…
Message:

unrar: whitespace changes for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/archivers/unrar/Portfile

    r99380 r99381  
    22# $Id$
    33
    4 PortSystem      1.0
     4PortSystem              1.0
    55
    6 name            unrar
    7 set my_name     ${name}src
    8 version         4.2.4
    9 categories      archivers
    10 license         Restrictive/Distributable
    11 platforms       darwin freebsd
     6name                    unrar
     7set my_name             ${name}src
     8version                 4.2.4
     9categories              archivers
     10platforms               darwin freebsd
    1211maintainers             krischik openmaintainer
    13 description     Extract, view & test RAR archives
     12license                 Restrictive/Distributable
    1413
    15 long_description \
    16     The unRAR utility is a minor part of the RAR archiver and \
    17     contains RAR uncompression algorithm. unRAR requires very \
    18     small volume of memory to operate.
     14description             Extract, view & test RAR archives
    1915
    20 homepage        http://www.rarlab.com/
    21 master_sites    ${homepage}rar/
    22 distname        ${my_name}-${version}
     16long_description        The unRAR utility is a minor part of the RAR archiver \
     17                        and contains RAR uncompression algorithm. unRAR \
     18                        requires very small volume of memory to operate.
    2319
    24 checksums           rmd160  53a590ed2a71be86a0a7abfe9c37ddc8dc869800 \
    25                     sha256  9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
     20homepage                http://www.rarlab.com/
     21master_sites            ${homepage}rar/
     22distname                ${my_name}-${version}
     23
     24checksums               rmd160  53a590ed2a71be86a0a7abfe9c37ddc8dc869800 \
     25                        sha256  9432bf798e5f7123f3060f37b75b7c07f36f0091305f46473dcae9154f8cd686
    2626
    2727patchfiles              patch-dll.hpp.diff \
    2828                        patch-makefile.unix.diff
    2929
    30 worksrcdir      ${name}
     30worksrcdir              ${name}
    3131
    32 use_configure   no
     32use_configure           no
    3333
    3434variant universal {}
Note: See TracChangeset for help on using the changeset viewer.