[129723] trunk/dports/devel/upower/Portfile

devans at macports.org devans at macports.org
Fri Dec 19 03:43:39 PST 2014


Revision: 129723
          https://trac.macports.org/changeset/129723
Author:   devans at macports.org
Date:     2014-12-19 03:43:39 -0800 (Fri, 19 Dec 2014)
Log Message:
-----------
upower: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/devel/upower/Portfile

Modified: trunk/dports/devel/upower/Portfile
===================================================================
--- trunk/dports/devel/upower/Portfile	2014-12-19 10:14:29 UTC (rev 129722)
+++ trunk/dports/devel/upower/Portfile	2014-12-19 11:43:39 UTC (rev 129723)
@@ -1,47 +1,46 @@
 # -*- 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            upower
-version         0.99.1
-license         GPL-2+
-description     UPower is an abstraction for enumerating power devices, \
-                listening to device events and querying history and statistics.
+name                upower
+version             0.99.1
+license             GPL-2+
+description         UPower is an abstraction for enumerating power devices, \
+                    listening to device events and querying history and statistics.
 
-long_description \
-                ${description} \
-                Any application or service on the system can access the \
-                org.freedesktop.UPower service via the system message bus.
+long_description    ${description} \
+                    Any application or service on the system can access the \
+                    org.freedesktop.UPower service via the system message bus.
 
-maintainers     devans openmaintainer
-categories      devel
-platforms       darwin
-homepage        http://upower.freedesktop.org/
-master_sites    http://upower.freedesktop.org/releases/
+maintainers         devans openmaintainer
+categories          devel
+platforms           darwin
+homepage            http://upower.freedesktop.org/
+master_sites        http://upower.freedesktop.org/releases/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  bb6b91bf4ed22152c2b872fceeecc0a5141b1801 \
-                sha256  8c4de2101958ef2a0522e1bd1893caf9678cd3de45410e246fce2b4635315600
+checksums           rmd160  bb6b91bf4ed22152c2b872fceeecc0a5141b1801 \
+                    sha256  8c4de2101958ef2a0522e1bd1893caf9678cd3de45410e246fce2b4635315600
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gtk-doc \
-                port:autoconf \
-                port:automake \
-                port:libtool
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 # upower uses xsltproc; using /usr/bin/xsltproc will fail without
 # XML_CATALOG_FILES set because it'll attempt to download the DTDs.
 
 depends_build-append \
-                port:libxslt
+                    port:libxslt
 
-depends_lib     port:dbus-glib \
-                port:gobject-introspection
+depends_lib         port:dbus-glib \
+                    port:gobject-introspection
 
-patchfiles      patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff
 
 # reconfigure with our intltool.m4 using autogen.sh from upstream git
 
@@ -49,13 +48,13 @@
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.args  --with-backend=dummy \
-                --without-idevice \
-                --enable-introspection \
-                --disable-man-pages \
-                --disable-silent-rules
+configure.args      --with-backend=dummy \
+                    --without-idevice \
+                    --enable-introspection \
+                    --disable-man-pages \
+                    --disable-silent-rules
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
@@ -66,6 +65,6 @@
     build.cmd               ${prefix}/bin/gmake
 }
 
-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/20141219/9fa3cfa9/attachment.html>


More information about the macports-changes mailing list