New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79139


Ignore:
Timestamp:
06/02/11 19:33:31 (4 years ago)
Author:
snc@…
Message:

libssh: whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libssh/Portfile

    r79138 r79139  
    22# $Id$ 
    33 
    4 PortSystem              1.0 
    5 PortGroup               cmake 1.0 
     4PortSystem          1.0 
     5PortGroup           cmake 1.0 
    66 
    7 name                    libssh 
    8 epoch                   1 
    9 version                 0.5.0 
    10 set major               [join [lrange [split ${version} .] 0 1] .] 
    11 categories              devel security net 
    12 platforms               darwin 
    13 maintainers             snc openmaintainer 
    14 license                 LGPL-2.1 
     7name                libssh 
     8epoch               1 
     9version             0.5.0 
     10set major           [join [lrange [split ${version} .] 0 1] .] 
     11categories          devel security net 
     12platforms           darwin 
     13maintainers         snc openmaintainer 
     14license             LGPL-2.1 
    1515 
    16 description             an SSH library 
     16description         an SSH library 
    1717 
    18 long_description        The ssh library was designed to be used by \ 
    19                         programmers needing a working SSH implementation \ 
    20                         by the mean of a library. 
     18long_description    The ssh library was designed to be used by \ 
     19                    programmers needing a working SSH implementation \ 
     20                    by the mean of a library. 
    2121 
    22 homepage                http://www.libssh.org 
    23 master_sites            http://www.libssh.org/files/${major} 
     22homepage            http://www.libssh.org 
     23master_sites        http://www.libssh.org/files/${major} 
    2424 
    2525checksums           sha1    ec72a2e23f97d412c465f8ba97d688679550ac18 \ 
    2626                    rmd160  22af6792cfa6cca8c5371fc60a1607f7489cee28 
    2727 
    28 depends_lib             port:openssl \ 
    29                         port:zlib 
     28depends_lib         port:openssl \ 
     29                    port:zlib 
    3030 
    3131post-extract {      file mkdir ${workpath}/build } 
Note: See TracChangeset for help on using the changeset viewer.