[121173] trunk/dports/security/libotr/Portfile

mojca at macports.org mojca at macports.org
Thu Jun 19 03:08:15 PDT 2014


Revision: 121173
          https://trac.macports.org/changeset/121173
Author:   mojca at macports.org
Date:     2014-06-19 03:08:15 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
libotr: whitespace, first line only

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

Modified: trunk/dports/security/libotr/Portfile
===================================================================
--- trunk/dports/security/libotr/Portfile	2014-06-19 09:36:59 UTC (rev 121172)
+++ trunk/dports/security/libotr/Portfile	2014-06-19 10:08:15 UTC (rev 121173)
@@ -1,27 +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             libotr
-version          3.2.1
-categories       security
-license          LGPL-2+ GPL-2+
-maintainers      reifferscheid.org:rsync openmaintainer
-description      Off-the-Record Messaging Library
-long_description \
-	Off-the-Record (OTR) Messaging allows you to have \
-	private conversations over instant messaging.
-homepage         http://www.cypherpunks.ca/otr/
-platforms        darwin
+name                libotr
+version             3.2.1
+categories          security
+license             LGPL-2+ GPL-2+
+maintainers         reifferscheid.org:rsync openmaintainer
+description         Off-the-Record Messaging Library
+long_description    Off-the-Record (OTR) Messaging allows you to have \
+                    private conversations over instant messaging.
+homepage            http://www.cypherpunks.ca/otr/
+platforms           darwin
 
-master_sites     ${homepage}
-checksums        rmd160  07deab0a7f63680e44c3a631666b9b4a21bd66cf \
-                 sha256  d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4
+master_sites        ${homepage}
+checksums           rmd160  07deab0a7f63680e44c3a631666b9b4a21bd66cf \
+                    sha256  d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4
 
-depends_lib      port:libgcrypt
+depends_lib         port:libgcrypt
 
-configure.args   --mandir=${prefix}/share/man
+configure.args      --mandir=${prefix}/share/man
 
-livecheck.type   regex
-livecheck.url    ${homepage}
-livecheck.regex  "${name}-(\\d+(?:\\.\\d+)*)" \
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/43a3a14b/attachment-0001.html>


More information about the macports-changes mailing list