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

ryandesign at macports.org ryandesign at macports.org
Wed Sep 1 05:22:03 PDT 2010


Revision: 71105
          http://trac.macports.org/changeset/71105
Author:   ryandesign at macports.org
Date:     2010-09-01 05:22:01 -0700 (Wed, 01 Sep 2010)
Log Message:
-----------
libssh: whitespace changes to match libssh01

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

Modified: trunk/dports/devel/libssh/Portfile
===================================================================
--- trunk/dports/devel/libssh/Portfile	2010-09-01 11:50:35 UTC (rev 71104)
+++ trunk/dports/devel/libssh/Portfile	2010-09-01 12:22:01 UTC (rev 71105)
@@ -1,25 +1,30 @@
+# -*- 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
+PortSystem              1.0
 
-name		libssh
-version		0.2
-revision        1
-epoch		1
-categories	devel security net
-platforms	darwin
-maintainers	oneinsane.net:ron
-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.
-license		LGPLv2.1
+name                    libssh
+epoch                   1
+version                 0.2
+revision                1
+categories              devel security net
+platforms               darwin
+maintainers             oneinsane.net:ron
+license                 LGPLv2.1
 
-homepage	http://0xbadc0de.be/wiki/libssh:libssh
-master_sites	http://www.0xbadc0de.be/libssh
-extract.suffix	.tgz
-checksums	md5 8a76c03579a3e27046e6bafe88ffd171 \
-		sha1 bde7652da5a0f79127c3d5e4b9383d3a07619344 \
-		rmd160 29b5d109f7962daa1f5e38197ff75b9603a39873
+description             an SSH library
 
-depends_lib	port:openssl port:zlib
+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://0xbadc0de.be/wiki/libssh:libssh
+master_sites            http://www.0xbadc0de.be/libssh
+extract.suffix          .tgz
+
+checksums               md5     8a76c03579a3e27046e6bafe88ffd171 \
+                        sha1    bde7652da5a0f79127c3d5e4b9383d3a07619344 \
+                        rmd160  29b5d109f7962daa1f5e38197ff75b9603a39873
+
+depends_lib             port:openssl \
+                        port:zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100901/d636f3f5/attachment.html>


More information about the macports-changes mailing list