[138276] trunk/dports/security/policykit/Portfile

devans at macports.org devans at macports.org
Fri Jul 3 14:10:33 PDT 2015


Revision: 138276
          https://trac.macports.org/changeset/138276
Author:   devans at macports.org
Date:     2015-07-03 14:10:33 -0700 (Fri, 03 Jul 2015)
Log Message:
-----------
policykit: reformat, white space only.

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

Modified: trunk/dports/security/policykit/Portfile
===================================================================
--- trunk/dports/security/policykit/Portfile	2015-07-03 20:45:51 UTC (rev 138275)
+++ trunk/dports/security/policykit/Portfile	2015-07-03 21:10:33 UTC (rev 138276)
@@ -1,44 +1,43 @@
 # -*- 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
-PortGroup       gobject_introspection 1.0
+PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
-name            policykit
-version         0.112
-revision        1
-description     PolicyKit is an application-level toolkit for defining and \
-                handling the policy that allows unprivileged processes to \
-                speak to privileged processes
-long_description \
-                ${description}
-maintainers     devans openmaintainer
-categories      security
-platforms       darwin
-license         LGPL-2+
-homepage        http://www.freedesktop.org/Software/polkit
-master_sites    http://www.freedesktop.org/software/polkit/releases/
+name                policykit
+version             0.112
+revision            1
+description         PolicyKit is an application-level toolkit for defining and \
+                    handling the policy that allows unprivileged processes to \
+                    speak to privileged processes
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          security
+platforms           darwin
+license             LGPL-2+
+homepage            http://www.freedesktop.org/Software/polkit
+master_sites        http://www.freedesktop.org/software/polkit/releases/
 
-distname        polkit-${version}
+distname            polkit-${version}
 
-checksums       rmd160  0fecdcbfffe5f79dbb44f38dee9c4f060d60e7b1 \
-                sha256  d695f43cba4748a822fbe864dd32c4887c5da1c71694a47693ace5e88fcf6af6
+checksums           rmd160  0fecdcbfffe5f79dbb44f38dee9c4f060d60e7b1 \
+                    sha256  d695f43cba4748a822fbe864dd32c4887c5da1c71694a47693ace5e88fcf6af6
 
 depends_build-append \
-                port:pkgconfig \
-                port:intltool \
-                port:gtk-doc \
-                port:autoconf \
-                port:automake \
-                port:libtool
+                    port:pkgconfig \
+                    port:intltool \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:mozjs17
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:mozjs17
 
-patchfiles      patch-configure.ac.diff \
-                patch-setnetgrent-returns-void.diff \
-                patch-no-sigpoll.diff \
-                patch-no-tests.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-setnetgrent-returns-void.diff \
+                    patch-no-sigpoll.diff \
+                    patch-no-tests.diff
 
 gobject_introspection yes
 
@@ -57,31 +56,30 @@
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
 configure.cflags-append -I/usr/include
 configure.ldflags-append -L/usr/lib
 
-configure.args  --with-authfw=pam \
-                --with-pam-prefix=/etc/pam.d \
-                --with-pam-module-dir=/usr/lib/pam \
-                --with-mozjs=mozjs-17.0 \
-                --enable-systemd=no \
-                --disable-silent-rules \
-                --enable-man-pages \
-                --disable-gtk-doc
+configure.args      --with-authfw=pam \
+                    --with-pam-prefix=/etc/pam.d \
+                    --with-pam-module-dir=/usr/lib/pam \
+                    --with-mozjs=mozjs-17.0 \
+                    --enable-systemd=no \
+                    --disable-silent-rules \
+                    --enable-man-pages \
+                    --disable-gtk-doc
 
-destroot.keepdirs \
-                ${destroot}${prefix}/etc/polkit-1/localauthority \
-                ${destroot}${prefix}/var/lib/polkit-1
+destroot.keepdirs   ${destroot}${prefix}/etc/polkit-1/localauthority \
+                    ${destroot}${prefix}/var/lib/polkit-1
 
 variant docs description {Build API docs using gtk-doc} {
         configure.args-delete --disable-gtk-doc
         depends_build-append  port:gtk-doc
 }
 
-add_users       polkituser group=polkituser realname=Policy\ Kit
+add_users           polkituser group=polkituser realname=Policy\ Kit
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "polkit-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "polkit-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150703/4fbe1c0b/attachment-0001.html>


More information about the macports-changes mailing list