[126874] trunk/dports/graphics/gdk-pixbuf2/Portfile

devans at macports.org devans at macports.org
Thu Oct 16 13:10:32 PDT 2014


Revision: 126874
          https://trac.macports.org/changeset/126874
Author:   devans at macports.org
Date:     2014-10-16 13:10:32 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
gdk-pixbuf2: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/graphics/gdk-pixbuf2/Portfile

Modified: trunk/dports/graphics/gdk-pixbuf2/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf2/Portfile	2014-10-16 19:13:00 UTC (rev 126873)
+++ trunk/dports/graphics/gdk-pixbuf2/Portfile	2014-10-16 20:10:32 UTC (rev 126874)
@@ -1,41 +1,41 @@
 # -*- 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                        gdk-pixbuf2
-set my_name                 gdk-pixbuf
-epoch                       2
-version                     2.31.1
-license                     LGPL
-set branch                  [join [lrange [split ${version} .] 0 1] .]
-categories                  graphics
-maintainers                 devans openmaintainer
-homepage                    http://www.gtk.org/
-platforms                   darwin
-distname                    ${my_name}-${version}
-use_xz                      yes
+name                gdk-pixbuf2
+set my_name         gdk-pixbuf
+epoch               2
+version             2.31.1
+license             LGPL
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          graphics
+maintainers         devans openmaintainer
+homepage            http://www.gtk.org/
+platforms           darwin
+distname            ${my_name}-${version}
+use_xz              yes
 
-description                 The gdk-pixbuf-2.0 library
+description         The gdk-pixbuf-2.0 library
 
-long_description            ${description}
+long_description    ${description}
 
-master_sites                gnome:sources/${my_name}/${branch}/
+master_sites        gnome:sources/${my_name}/${branch}/
 
-checksums                   rmd160  a51ef739dedd5b8602ee7520ec63a6ec09b3ac3e \
-                            sha256  25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd
+checksums           rmd160  a51ef739dedd5b8602ee7520ec63a6ec09b3ac3e \
+                    sha256  25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd
 
-depends_build               port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib                 path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                            port:libpng \
-                            port:jasper \
-                            port:jpeg \
-                            port:tiff \
-                            port:gobject-introspection
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:libpng \
+                    port:jasper \
+                    port:jpeg \
+                    port:tiff \
+                    port:gobject-introspection
 
-configure.args              --with-libjasper \
-                            --enable-introspection=yes
+configure.args      --with-libjasper \
+                    --enable-introspection=yes
 
 # The rules enabled by gobject-introspection require GNU make 3.81+, #35202
 platform darwin 8 {
@@ -43,10 +43,10 @@
     build.cmd               ${prefix}/bin/gmake
 }
 # gobject-introspection uses $CC from env
-build.args-append           CC="${configure.cc} ${configure.cc_archflags}"
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
 
-test.run                    yes
-test.target                 check
+test.run            yes
+test.target         check
 
 post-activate {
         system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
@@ -57,7 +57,7 @@
     configure.args-append   --with-x11
 }
 
-default_variants            +x11
+default_variants    +x11
 
-livecheck.type              gnome-with-unstable
-livecheck.name              ${my_name}
+livecheck.type      gnome-with-unstable
+livecheck.name      ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/49e0d1f1/attachment.html>


More information about the macports-changes mailing list