[141002] trunk/dports/gnome/gthumb/Portfile

devans at macports.org devans at macports.org
Wed Oct 7 12:19:33 PDT 2015


Revision: 141002
          https://trac.macports.org/changeset/141002
Author:   devans at macports.org
Date:     2015-10-07 12:19:33 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
gthumb: reformat, white space only.

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

Modified: trunk/dports/gnome/gthumb/Portfile
===================================================================
--- trunk/dports/gnome/gthumb/Portfile	2015-10-07 18:47:43 UTC (rev 141001)
+++ trunk/dports/gnome/gthumb/Portfile	2015-10-07 19:19:33 UTC (rev 141002)
@@ -1,51 +1,51 @@
 # -*- 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                    gthumb
-version                 2.14.4
-revision                6
-license                 GPL-2+
-set branch              [join [lrange [split ${version} .] 0 1] .]
-description             Image viewer and browser for the gnome desktop.
-long_description        ${description}
-maintainers             nomaintainer
-categories              gnome
-platforms               darwin
-homepage                https://wiki.gnome.org/Apps/gthumb
-master_sites            gnome:sources/gthumb/${branch}
-use_xz                  yes
+name                gthumb
+version             2.14.4
+revision            6
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Image viewer and browser for the gnome desktop.
+long_description    ${description}
+maintainers         nomaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/gthumb
+master_sites        gnome:sources/gthumb/${branch}
+use_xz              yes
 
-checksums               sha256  1561ca52f9b60fbcd0e8fc976de8b30f0447019c698bfe1051d421935b5a51b5 \
-                        rmd160  384b4441ed3d4022b6e5c5301b5a3c422f8b101b
+checksums           sha256  1561ca52f9b60fbcd0e8fc976de8b30f0447019c698bfe1051d421935b5a51b5 \
+                    rmd160  384b4441ed3d4022b6e5c5301b5a3c422f8b101b
 
-depends_build           port:gnome-doc-utils \
-                        port:intltool \
-                        port:pkgconfig
+depends_build       port:gnome-doc-utils \
+                    port:intltool \
+                    port:pkgconfig
 
-depends_lib             port:desktop-file-utils \
-                        port:gconf \
-                        port:gstreamer010-gst-plugins-base \
-                        port:libgnome-keyring \
-                        port:libsoup \
-                        port:libunique \
-                        port:exiv2 \
-                        port:libopenraw
+depends_lib         port:desktop-file-utils \
+                    port:gconf \
+                    port:gstreamer010-gst-plugins-base \
+                    port:libgnome-keyring \
+                    port:libsoup \
+                    port:libunique \
+                    port:exiv2 \
+                    port:libopenraw
 
-depends_run             port:yelp
+depends_run         port:yelp
 
-patchfiles              patch-configure.diff
+patchfiles          patch-configure.diff
 
-configure.args          --enable-libopenraw \
-                        --disable-clutter \
-                        --disable-gnome-3 \
-                        --disable-libbrasero \
-                        --disable-scrollkeeper \
-                        --disable-schemas-install \
-                        --disable-silent-rules
+configure.args      --enable-libopenraw \
+                    --disable-clutter \
+                    --disable-gnome-3 \
+                    --disable-libbrasero \
+                    --disable-scrollkeeper \
+                    --disable-schemas-install \
+                    --disable-silent-rules
 
-universal_variant       no
+universal_variant   no
 
 variant clutter description {Enable use of clutter in slide show feature} {
     depends_lib-append    port:clutter-gtk
@@ -63,4 +63,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type          gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/a6134e87/attachment.html>


More information about the macports-changes mailing list