[79139] trunk/dports/devel/libssh/Portfile

snc at macports.org snc at macports.org
Thu Jun 2 19:33:31 PDT 2011


Revision: 79139
          http://trac.macports.org/changeset/79139
Author:   snc at macports.org
Date:     2011-06-02 19:33:31 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
libssh: whitespace

Modified Paths:
--------------
    trunk/dports/devel/libssh/Portfile

Modified: trunk/dports/devel/libssh/Portfile
===================================================================
--- trunk/dports/devel/libssh/Portfile	2011-06-03 02:32:50 UTC (rev 79138)
+++ trunk/dports/devel/libssh/Portfile	2011-06-03 02:33:31 UTC (rev 79139)
@@ -1,32 +1,32 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem              1.0
-PortGroup               cmake 1.0
+PortSystem          1.0
+PortGroup           cmake 1.0
 
-name                    libssh
-epoch                   1
-version                 0.5.0
-set major               [join [lrange [split ${version} .] 0 1] .]
-categories              devel security net
-platforms               darwin
-maintainers             snc openmaintainer
-license                 LGPL-2.1
+name                libssh
+epoch               1
+version             0.5.0
+set major           [join [lrange [split ${version} .] 0 1] .]
+categories          devel security net
+platforms           darwin
+maintainers         snc openmaintainer
+license             LGPL-2.1
 
-description             an SSH library
+description         an SSH library
 
-long_description        The ssh library was designed to be used by \
-                        programmers needing a working SSH implementation \
-                        by the mean of a library.
+long_description    The ssh library was designed to be used by \
+                    programmers needing a working SSH implementation \
+                    by the mean of a library.
 
-homepage                http://www.libssh.org
-master_sites            http://www.libssh.org/files/${major}
+homepage            http://www.libssh.org
+master_sites        http://www.libssh.org/files/${major}
 
 checksums           sha1    ec72a2e23f97d412c465f8ba97d688679550ac18 \
                     rmd160  22af6792cfa6cca8c5371fc60a1607f7489cee28
 
-depends_lib             port:openssl \
-                        port:zlib
+depends_lib         port:openssl \
+                    port:zlib
 
 post-extract {      file mkdir ${workpath}/build }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110602/5321f531/attachment-0001.html>


More information about the macports-changes mailing list