[103696] trunk/dports/net/openvpn2/Portfile

cal at macports.org cal at macports.org
Mon Mar 4 14:22:51 PST 2013


Revision: 103696
          https://trac.macports.org/changeset/103696
Author:   cal at macports.org
Date:     2013-03-04 14:22:51 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
openvpn2: whitespace only

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

Modified: trunk/dports/net/openvpn2/Portfile
===================================================================
--- trunk/dports/net/openvpn2/Portfile	2013-03-04 22:20:28 UTC (rev 103695)
+++ trunk/dports/net/openvpn2/Portfile	2013-03-04 22:22:51 UTC (rev 103696)
@@ -1,23 +1,23 @@
+# -*- 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		openvpn2
-version		2.3.0
-distname	openvpn-${version}
-categories	net security
-platforms	darwin
-maintainers	nomaintainer
-license     {GPL-2 OpenSSLException}
+name                openvpn2
+version             2.3.0
+distname            openvpn-${version}
+categories          net security
+platforms           darwin
+maintainers         nomaintainer
+license             {GPL-2 OpenSSLException}
 
-description	easy-to-use, robust, and highly configurable VPN
-long_description	OpenVPN is an easy-to-use, robust, and highly \
-			configurable VPN (Virtual Private Network) daemon \
-			which can be used to securely link two or more \
-			private networks using an encrypted tunnel over \
-			the internet.
+description         easy-to-use, robust, and highly configurable VPN
+long_description    \
+    OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual \
+    Private Network) daemon which can be used to securely link two or more \
+    private networks using an encrypted tunnel over the internet.
 
-homepage	http://www.openvpn.net
+homepage            http://www.openvpn.net
 master_sites        http://swupdate.openvpn.net/community/releases/
 
 checksums           rmd160  f24ac128fcd874bf40e8ffd5161065e84170d69f \
@@ -31,17 +31,17 @@
                     --docdir=${prefix}/share/doc/${name}
 
 post-destroot {
-	set docdir ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 -d ${docdir}
-	foreach dir "sample/sample-config-files \
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${docdir}
+    foreach dir "sample/sample-config-files \
                 sample/sample-keys \
                 sample/sample-plugins \
                 sample/sample-scripts \
-		        contrib"  {
-		file copy ${worksrcpath}/${dir} ${docdir}
-	}
+                contrib"  {
+        file copy ${worksrcpath}/${dir} ${docdir}
+    }
     xinstall -m 644 -W ${worksrcpath} AUTHORS ${docdir}
 }
 
-livecheck.url	${homepage}/download.html
-livecheck.regex	openvpn-(\[0-9.\]*).tar.gz
+livecheck.url       ${homepage}/download.html
+livecheck.regex     openvpn-(\[0-9.\]*).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/1161d0dd/attachment-0001.html>


More information about the macports-changes mailing list