Ticket #11071: dports_archivers_unrar_3_6_8-1.patch

File dports_archivers_unrar_3_6_8-1.patch, 2.3 KB (added by mark@…, 17 years ago)

since we're updating, this patch cleans up the portfile whitespace

  • unrar/Portfile

    ==== Patch <dports_archivers_unrar> level 2
    Source: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/local/trunk/dports/archivers:20119 [local]
    Target: d073be05-634f-4543-b044-5fe20cf6d1d6:/trunk/dports/archivers:20593 [mirrored]
            (http://svn.macports.org/repository/macports/trunk)
    Log:
     r19897@entropy:  mark | 2006-11-08 11:01:13 -0800
     Copy the mirrored repository to a local repository.
     r20118@entropy:  mark | 2006-11-27 16:15:17 -0800
     updated to 3.6.8
     r20119@entropy:  mark | 2006-11-27 16:34:16 -0800
     fix whitespace
    
    === unrar/Portfile
    ==================================================================
     
    11# $Id$
    22
    33PortSystem 1.0
    4 name                    unrar
    5 version                 3.6.5
    6 categories              archivers
    7 maintainers             max@kruschwitz.biz
    8 description             Extract, view & test RAR archives
    9 long_description        The unRAR utility is a minor part of the \
    10                         RAR archiver and contains RAR uncompression algorithm. \
    11                         unRAR requires very small volume of memory to operate.
    12 homepage                http://www.rarlab.com/
    13 platforms               darwin freebsd
     4name              unrar
     5version           3.6.8
     6categories        archivers
     7maintainers       max@kruschwitz.biz
     8description       Extract, view & test RAR archives
     9long_description  The unRAR utility is a minor part of the RAR archiver and \
     10                  contains RAR uncompression algorithm. unRAR requires very \
     11                  small volume of memory to operate.
     12homepage          http://www.rarlab.com/
     13platforms         darwin freebsd
    1414
    15 master_sites            http://www.rarlab.com/rar/
    16 distname                ${name}src-${version}
    17 checksums               md5 2ffd7aa7363928e2ecf6bcc222873a3c \
    18                                 sha1 2388fd40b2c8a0ce19f2eaa3dbd3b509e28a7b58 \
    19                                 rmd160 9aa3b60595a76208390655fa7a51127accb4b434
     15master_sites      http://www.rarlab.com/rar/
     16distname          ${name}src-${version}
     17checksums         md5 903363aada5fafa9bd00cac3309e6e45 \
     18                  sha1 2781cb50d4421f0d0038ca440c851a79aefbeb7e \
     19                  rmd160 c1660a2763a15f78c701a142cfb68a3be6054113
    2020
    21 worksrcdir              ${name}
     21worksrcdir        ${name}
    2222
    23 configure               {}
     23configure         {}
    2424
    25 build.args              -f makefile.unix
     25build.args        -f makefile.unix
    2626
    2727destroot {
    28         xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin
     28   xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin
    2929}