[133842] users/devans/GNOME-3/stable/dports/gnome/dconf/Portfile

devans at macports.org devans at macports.org
Thu Mar 12 21:34:34 PDT 2015


Revision: 133842
          https://trac.macports.org/changeset/133842
Author:   devans at macports.org
Date:     2015-03-12 21:34:34 -0700 (Thu, 12 Mar 2015)
Log Message:
-----------
GNOME-3/stable: dconf, reformat, white space only.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/dconf/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/dconf/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/dconf/Portfile	2015-03-13 04:13:01 UTC (rev 133841)
+++ users/devans/GNOME-3/stable/dports/gnome/dconf/Portfile	2015-03-13 04:34:34 UTC (rev 133842)
@@ -1,43 +1,42 @@
 # -*- 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            dconf
-version         0.22.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-license         GPL-2+
-description     dconf is a simple key/value storage system that is heavily optimised for \
-                reading.
+name                dconf
+version             0.22.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+license             GPL-2+
+description         dconf is a simple key/value storage system that is heavily optimised for \
+                    reading.
 
-long_description \
-                ${description} \
-                This makes it an ideal system for storing user preferences \
-                (which are read 1000s of times for each time the user changes one).
+long_description    ${description} \
+                    This makes it an ideal system for storing user preferences \
+                    (which are read 1000s of times for each time the user changes one).
 
-homepage        https://wiki.gnome.org/Projects/dconf
-master_sites    gnome:sources/${name}/${branch}/
+homepage            https://wiki.gnome.org/Projects/dconf
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  a69abcb409ebdb3a72923ecbb23cbf5b43a5f98c \
-                sha256  0a277cb0c3f09e77d9413c5a9b3577fc2b5d6e941b59b44940392e024a224b8e
+checksums           rmd160  a69abcb409ebdb3a72923ecbb23cbf5b43a5f98c \
+                    sha256  0a277cb0c3f09e77d9413c5a9b3577fc2b5d6e941b59b44940392e024a224b8e
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gtk-doc \
-                port:libxslt
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gtk-doc \
+                    port:libxslt
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                port:dbus \
-                port:libxml2 \
-                port:vala
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:dbus \
+                    port:libxml2 \
+                    port:vala
 
-patchfiles      patch-fix-lib-names-Makefile.am.diff
+patchfiles          patch-fix-lib-names-Makefile.am.diff
 
 # update m4/intltool.m4 and autoreconf
 
@@ -45,12 +44,12 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --enable-editor \
-                --disable-schemas-compile \
-                --disable-silent-rules
+configure.args      --enable-editor \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
@@ -59,4 +58,4 @@
     system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150312/6317d0b3/attachment.html>


More information about the macports-changes mailing list