[128810] trunk/dports/gnome/nautilus/Portfile

devans at macports.org devans at macports.org
Thu Nov 27 10:17:51 PST 2014


Revision: 128810
          https://trac.macports.org/changeset/128810
Author:   devans at macports.org
Date:     2014-11-27 10:17:51 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
nautilus: reformat, white space only.

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

Modified: trunk/dports/gnome/nautilus/Portfile
===================================================================
--- trunk/dports/gnome/nautilus/Portfile	2014-11-27 17:48:03 UTC (rev 128809)
+++ trunk/dports/gnome/nautilus/Portfile	2014-11-27 18:17:51 UTC (rev 128810)
@@ -1,44 +1,43 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            nautilus
-version         3.14.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     The GNOME filemanager
-long_description \
-                Nautilus is the official file manager for the \
-                GNOME desktop. It is designed to be primarly a file manager, \
-                but there are support for web and file viewing too.
-maintainers     devans openmaintainer
-categories      gnome
-license         GPL-2+
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Nautilus
-master_sites    gnome:sources/${name}/${branch}/
+name                nautilus
+version             3.14.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         The GNOME filemanager
+long_description    Nautilus is the official file manager for the \
+                    GNOME desktop. It is designed to be primarly a file manager, \
+                    but there are support for web and file viewing too.
+maintainers         devans openmaintainer
+categories          gnome
+license             GPL-2+
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Nautilus
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  ebadbb004d57784a9b07a0213d200bc490c6af8a \
-                sha256  6f909ed9afa9abffe489b80b57888bd7bc7acea2cf48717c54362bd3b6aee0d4
+checksums           rmd160  ebadbb004d57784a9b07a0213d200bc490c6af8a \
+                    sha256  6f909ed9afa9abffe489b80b57888bd7bc7acea2cf48717c54362bd3b6aee0d4
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_build       port:pkgconfig \
+                    port:intltool
 
-depends_lib     port:desktop-file-utils \
-                port:shared-mime-info \
-                port:gtk3 \
-                port:gnome-desktop \
-                port:exempi \
-                port:libexif \
-                port:libnotify \
-                port:libxml2 \
-                port:gsettings-desktop-schemas \
-                port:gobject-introspection \
-                port:xorg-libX11
+depends_lib         port:desktop-file-utils \
+                    port:shared-mime-info \
+                    port:gtk3 \
+                    port:gnome-desktop \
+                    port:exempi \
+                    port:libexif \
+                    port:libnotify \
+                    port:libxml2 \
+                    port:gsettings-desktop-schemas \
+                    port:gobject-introspection \
+                    port:xorg-libX11
 
-depends_run     port:gnome-settings-daemon
+depends_run         port:gnome-settings-daemon
 
 # update m4/intltool.m4 and autoreconf
 
@@ -49,12 +48,12 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
-configure.args  --enable-introspection=yes \
-                --enable-tracker=no \
-                --disable-packagekit \
-                --disable-silent-rules \
-                --disable-update-mimedb \
-                --disable-schemas-compile
+configure.args      --enable-introspection=yes \
+                    --enable-tracker=no \
+                    --disable-packagekit \
+                    --disable-silent-rules \
+                    --disable-update-mimedb \
+                    --disable-schemas-compile
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
@@ -62,4 +61,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/b3628172/attachment.html>


More information about the macports-changes mailing list