[77091] trunk/dports/security/stunnel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 19 22:14:38 PDT 2011


Revision: 77091
          http://trac.macports.org/changeset/77091
Author:   ryandesign at macports.org
Date:     2011-03-19 22:14:37 -0700 (Sat, 19 Mar 2011)
Log Message:
-----------
stunnel: whitespace changes only

Modified Paths:
--------------
    trunk/dports/security/stunnel/Portfile

Modified: trunk/dports/security/stunnel/Portfile
===================================================================
--- trunk/dports/security/stunnel/Portfile	2011-03-20 05:13:14 UTC (rev 77090)
+++ trunk/dports/security/stunnel/Portfile	2011-03-20 05:14:37 UTC (rev 77091)
@@ -1,22 +1,25 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
+PortSystem          1.0
 
-name				stunnel
+name                stunnel
 version             4.35
 set major           [lindex [split ${version} .] 0]
-categories			security net
-maintainers			nomaintainer
-description			SSL tunneling program
-long_description	Stunnel is a program that allows you to encrypt arbitrary \
-					TCP connections inside SSL (Secure Sockets Layer) available \
-					on both Unix and Windows. Stunnel can allow you to secure \
-					non-SSL aware daemons and protocols (like POP, IMAP, LDAP, \
-					etc) by having Stunnel provide the encryption, requiring no \
-					changes to the daemon's code.
-platforms			darwin
-homepage			http://www.stunnel.org/
+categories          security net
+platforms           darwin
+maintainers         nomaintainer
+
+description         SSL tunneling program
+
+long_description    Stunnel is a program that allows you to encrypt arbitrary \
+                    TCP connections inside SSL (Secure Sockets Layer) available \
+                    on both Unix and Windows. Stunnel can allow you to secure \
+                    non-SSL aware daemons and protocols (like POP, IMAP, LDAP, \
+                    etc) by having Stunnel provide the encryption, requiring no \
+                    changes to the daemon's code.
+
+homepage            http://www.stunnel.org/
 master_sites        http://mirrors.zerg.biz/stunnel/ \
                     http://mirrors.zerg.biz/stunnel/obsolete/${major}.x/ \
                     ftp://ftp.stunnel.org/stunnel/
@@ -24,25 +27,26 @@
 checksums           sha1    b08b95a61f1d65cf9cc44068e0665a17ea5397c3 \
                     rmd160  29bdf0402114a460016192350f4164eae5bb5cce
 
-depends_lib			port:openssl
-patchfiles			patch-configure \
-					patch-tools-stunnel.cnf
+depends_lib         port:openssl
 
-configure.args		--disable-libwrap
+patchfiles          patch-configure \
+                    patch-tools-stunnel.cnf
 
-default_variants	+libwrap
+configure.args      --disable-libwrap
 
 destroot.keepdirs   ${destroot}${prefix}/var/lib/stunnel
 post-destroot {
-	xinstall -d -m 770 -o nobody ${destroot}${prefix}/var/lib/stunnel/
+    xinstall -d -m 770 -o nobody ${destroot}${prefix}/var/lib/stunnel/
 
-	# Tell the user about the stupid fake certificate that we provide.
-	ui_msg "A fake certificate has been installed as ${prefix}/etc/stunnel/stunnel.pem"
+    # Tell the user about the stupid fake certificate that we provide.
+    ui_msg "A fake certificate has been installed as ${prefix}/etc/stunnel/stunnel.pem"
 }
 
 # This (default) variant will include libwrap feature.
 # libwrap has been reported to introduce some problems with stunnel 4.18.
 # See: http://svn.macosforge.org/projects/macports/ticket/11028
 variant libwrap {
-	configure.args-delete	"--disable-libwrap"
+    configure.args-delete   "--disable-libwrap"
 }
+
+default_variants    +libwrap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110319/73993827/attachment.html>


More information about the macports-changes mailing list