[118065] trunk/dports/gnome/accountsservice/Portfile

devans at macports.org devans at macports.org
Thu Mar 20 11:43:34 PDT 2014


Revision: 118065
          https://trac.macports.org/changeset/118065
Author:   devans at macports.org
Date:     2014-03-20 11:43:33 -0700 (Thu, 20 Mar 2014)
Log Message:
-----------
accountsservice: reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/gnome/accountsservice/Portfile

Modified: trunk/dports/gnome/accountsservice/Portfile
===================================================================
--- trunk/dports/gnome/accountsservice/Portfile	2014-03-20 18:40:29 UTC (rev 118064)
+++ trunk/dports/gnome/accountsservice/Portfile	2014-03-20 18:43:33 UTC (rev 118065)
@@ -1,39 +1,38 @@
 # -*- 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            accountsservice
-version         0.6.35
-description     AccountsService provides a set of D-Bus interfaces for querying \
-                and manipulating user account information.
+name                accountsservice
+version             0.6.35
+description         AccountsService provides a set of D-Bus interfaces for querying \
+                    and manipulating user account information.
 
-long_description \
-                ${description}
-maintainers     devans openmaintainer
-categories      gnome security
-platforms       darwin
-license         GPL-3+
-homepage        http://www.freedesktop.org/wiki/Software/AccountsService
-master_sites    http://www.freedesktop.org/software/accountsservice/
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          gnome security
+platforms           darwin
+license             GPL-3+
+homepage            http://www.freedesktop.org/wiki/Software/AccountsService
+master_sites        http://www.freedesktop.org/software/accountsservice/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  d609695af2d85ce9de24d43e1a6b698418806493 \
-                sha256  65a1c7013c9c6785c7feb710ee940bb297207dabdb93561fdfdd140e0dfd3038
+checksums           rmd160  d609695af2d85ce9de24d43e1a6b698418806493 \
+                    sha256  65a1c7013c9c6785c7feb710ee940bb297207dabdb93561fdfdd140e0dfd3038
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:xmlto \
-                port:libxslt \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:xmlto \
+                    port:libxslt \
+                    port:gtk-doc
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:policykit \
-                port:gobject-introspection
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:policykit \
+                    port:gobject-introspection
 
-patchfiles      patch-src-daemon.c.diff \
-                patch-src-libaccountsservice-Makefile.am.diff
+patchfiles          patch-src-daemon.c.diff \
+                    patch-src-libaccountsservice-Makefile.am.diff
 
 post-patch {
     reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/src/daemon.c
@@ -41,16 +40,16 @@
 
 # autoreconf with our intltool.m4
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --enable-introspection=yes \
-                --disable-systemd \
-                --disable-silent-rules
+configure.args      --enable-introspection=yes \
+                    --disable-systemd \
+                    --disable-silent-rules
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140320/69dea031/attachment-0001.html>


More information about the macports-changes mailing list