[103020] trunk/dports/net/tlswrap/Portfile

takeshi at macports.org takeshi at macports.org
Mon Feb 11 20:58:44 PST 2013


Revision: 103020
          https://trac.macports.org/changeset/103020
Author:   takeshi at macports.org
Date:     2013-02-11 20:58:44 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
tlswrap: whitespace changes

Modified Paths:
--------------
    trunk/dports/net/tlswrap/Portfile

Modified: trunk/dports/net/tlswrap/Portfile
===================================================================
--- trunk/dports/net/tlswrap/Portfile	2013-02-12 04:43:08 UTC (rev 103019)
+++ trunk/dports/net/tlswrap/Portfile	2013-02-12 04:58:44 UTC (rev 103020)
@@ -1,26 +1,27 @@
+# -*- 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			tlswrap
-version			1.04
-categories		net security
-platforms		darwin
-maintainers		nomaintainer
-description		TLS/SSL FTP wrapper/proxy
-long_description	TLSWrap is a TLS/SSL FTP wrapper/proxy, allowing you to \
-				use your favorite FTP client with any TLS/SSL-enabled FTP \
-				server.
+name                tlswrap
+version             1.04
+categories          net security
+platforms           darwin
+maintainers         nomaintainer
+description         TLS/SSL FTP wrapper/proxy
+long_description    \
+    TLSWrap is a TLS/SSL FTP wrapper/proxy, allowing you to \
+    use your favorite FTP client with any TLS/SSL-enabled FTP \
+    server.
 
-homepage		http://tlswrap.sunsite.dk/
-master_sites	${homepage}
+homepage            http://tlswrap.sunsite.dk/
+master_sites        ${homepage}
 checksums           md5     68a4d937c1e817fa3056751e8902b691 \
                     sha1    094c29902e40c2bf4d09ac65c8506e224d143cd7 \
                     rmd160  ab03253fae341cf8104c69930c7890b2e95f9efc
 
+depends_lib         port:openssl
 
-depends_lib		port:openssl
+configure.args      --with-ssl=${prefix}
 
-configure.args	--with-ssl=${prefix}
-
-destroot.destdir	prefix=${destroot}${prefix}
+destroot.destdir    prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/d4a48feb/attachment.html>


More information about the macports-changes mailing list