[126623] trunk/dports/security/p11-kit/Portfile

devans at macports.org devans at macports.org
Sun Oct 12 14:51:25 PDT 2014


Revision: 126623
          https://trac.macports.org/changeset/126623
Author:   devans at macports.org
Date:     2014-10-12 14:51:25 -0700 (Sun, 12 Oct 2014)
Log Message:
-----------
p11-kit: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/security/p11-kit/Portfile

Modified: trunk/dports/security/p11-kit/Portfile
===================================================================
--- trunk/dports/security/p11-kit/Portfile	2014-10-12 21:47:26 UTC (rev 126622)
+++ trunk/dports/security/p11-kit/Portfile	2014-10-12 21:51:25 UTC (rev 126623)
@@ -1,40 +1,39 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            p11-kit
-version         0.22.0
-license         Permissive
-description     Provides a way to load and enumerate PKCS#11 modules and a standard \
-                configuration setup for installing PKCS#11 modules in such a way that \
-                they're discoverable.
-long_description \
-                ${description}
-maintainers     devans openmaintainer
-categories      security
-platforms       darwin
-homepage        http://p11-glue.freedesktop.org/p11-kit.html
-master_sites    http://p11-glue.freedesktop.org/releases/
+name                p11-kit
+version             0.22.0
+license             Permissive
+description         Provides a way to load and enumerate PKCS#11 modules and a standard \
+                    configuration setup for installing PKCS#11 modules in such a way that \
+                    they're discoverable.
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          security
+platforms           darwin
+homepage            http://p11-glue.freedesktop.org/p11-kit.html
+master_sites        http://p11-glue.freedesktop.org/releases/
 
-checksums       rmd160  561d5868895e63f646361ec94aed7debf295f5a7 \
-                sha256  cf652b1d79513583a07b454bb82bc1529d911161048d5420ad7ce2d48e892299
+checksums           rmd160  561d5868895e63f646361ec94aed7debf295f5a7 \
+                    sha256  cf652b1d79513583a07b454bb82bc1529d911161048d5420ad7ce2d48e892299
 
-depends_build   port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib     port:desktop-file-utils \
-                port:gettext \
-                port:libtasn1 \
-                port:libffi \
-                port:libxslt
+depends_lib         port:desktop-file-utils \
+                    port:gettext \
+                    port:libtasn1 \
+                    port:libffi \
+                    port:libxslt
 
-depends_run     path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
+depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
 
-patchfiles      patch-common-compat.c.diff
+patchfiles          patch-common-compat.c.diff
 
-configure.args  --with-trust-paths=${prefix}/share/curl/curl-ca-bundle.crt:${prefix}/etc/openssl \
-                --disable-silent-rules
+configure.args      --with-trust-paths=${prefix}/share/curl/curl-ca-bundle.crt:${prefix}/etc/openssl \
+                    --disable-silent-rules
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141012/93d3b37c/attachment.html>


More information about the macports-changes mailing list