[134089] trunk/dports/gnome/libgdata/Portfile

devans at macports.org devans at macports.org
Wed Mar 18 04:42:49 PDT 2015


Revision: 134089
          https://trac.macports.org/changeset/134089
Author:   devans at macports.org
Date:     2015-03-18 04:42:49 -0700 (Wed, 18 Mar 2015)
Log Message:
-----------
libgdata: reformat, white space only.

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

Modified: trunk/dports/gnome/libgdata/Portfile
===================================================================
--- trunk/dports/gnome/libgdata/Portfile	2015-03-18 11:35:18 UTC (rev 134088)
+++ trunk/dports/gnome/libgdata/Portfile	2015-03-18 11:42:49 UTC (rev 134089)
@@ -1,46 +1,45 @@
 # -*- 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            libgdata
-version         0.16.1
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     libgdata is a GLib-based library for accessing online service APIs using the \
-                GData protocol --- most notably, Google's services.
+name                libgdata
+version             0.16.1
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         libgdata is a GLib-based library for accessing online service APIs using the \
+                    GData protocol --- most notably, Google's services.
 
-long_description \
-                ${description} \
-                It provides APIs to access the common Google services, and has full asynchronous support.
+long_description    ${description} \
+                    It provides APIs to access the common Google services, and has full asynchronous support.
 
-maintainers     devans openmaintainer
-categories      gnome net
-license         LGPL-2.1+
-platforms       darwin
-homepage        https://wiki.gnome.org/Projects/${name}
-master_sites    gnome:sources/${name}/${branch}/
+maintainers         devans openmaintainer
+categories          gnome net
+license             LGPL-2.1+
+platforms           darwin
+homepage            https://wiki.gnome.org/Projects/${name}
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  955b13e6b8b3ecc508fa9891ea35f014e9255c75 \
-                sha256  8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827
+checksums           rmd160  955b13e6b8b3ecc508fa9891ea35f014e9255c75 \
+                    sha256  8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:gtk-doc
 
-depends_lib     port:gtk3 \
-                port:gdk-pixbuf2 \
-                port:libxml2 \
-                port:libsoup \
-                port:liboauth \
-                port:gnome-online-accounts \
-                port:gcr \
-                port:uhttpmock
+depends_lib         port:gtk3 \
+                    port:gdk-pixbuf2 \
+                    port:libxml2 \
+                    port:libsoup \
+                    port:liboauth \
+                    port:gnome-online-accounts \
+                    port:gcr \
+                    port:uhttpmock
 
-patchfiles      patch-gdata-gdata.symbols.diff
+patchfiles          patch-gdata-gdata.symbols.diff
 
 gobject_introspection yes
 
@@ -50,11 +49,11 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --enable-gnome \
-                --enable-goa \
-                --disable-silent-rules
+configure.args      --enable-gnome \
+                    --enable-goa \
+                    --disable-silent-rules
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150318/e441be29/attachment.html>


More information about the macports-changes mailing list