[128812] trunk/dports/gnome/libwnck3/Portfile

devans at macports.org devans at macports.org
Thu Nov 27 10:57:31 PST 2014


Revision: 128812
          https://trac.macports.org/changeset/128812
Author:   devans at macports.org
Date:     2014-11-27 10:57:31 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
libwnck3: reformat, white space only.

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

Modified: trunk/dports/gnome/libwnck3/Portfile
===================================================================
--- trunk/dports/gnome/libwnck3/Portfile	2014-11-27 18:42:50 UTC (rev 128811)
+++ trunk/dports/gnome/libwnck3/Portfile	2014-11-27 18:57:31 UTC (rev 128812)
@@ -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
-PortGroup       active_variants 1.1
+PortSystem          1.0
+PortGroup           active_variants 1.1
 
-name            libwnck3
-set gname       libwnck
-version         3.4.9
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
-categories      gnome
-platforms       darwin
-license         LGPL-2+
-description     Library used for writing pagers and taskslists.
+name                libwnck3
+set gname           libwnck
+version             3.4.9
+set branch          [join [lrange [split ${version} .] 0 1] .]
+maintainers         nomaintainer
+categories          gnome
+platforms           darwin
+license             LGPL-2+
+description         Library used for writing pagers and taskslists.
 
-long_description \
-    libwnck is a Window Navigator Construction Kit, i.e. a library \
-    to use for writing pagers and taskslists and stuff.  It is \
-    needed for the GNOME 3.0 desktop.
+long_description    libwnck is a Window Navigator Construction Kit, i.e. a library \
+                    to use for writing pagers and taskslists and stuff.  It is \
+                    needed for the GNOME 3.0 desktop.
 
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/${gname}/${branch}/
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${gname}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-distname        ${gname}-${version}
+distname            ${gname}-${version}
 
-checksums       rmd160  b9c94f9f80b78adbc5f973305b46ac3a75568cc6 \
-                sha256  96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4
+checksums           rmd160  b9c94f9f80b78adbc5f973305b46ac3a75568cc6 \
+                    sha256  96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common
 
-depends_lib     port:startup-notification \
-                port:gobject-introspection \
-                port:gtk3 \
-                port:xorg-libX11 \
-                port:xorg-libXres
+depends_lib         port:startup-notification \
+                    port:gobject-introspection \
+                    port:gtk3 \
+                    port:xorg-libX11 \
+                    port:xorg-libXres
 
 require_active_variants gtk3 x11
 
@@ -47,16 +46,16 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib \
-                --enable-introspection \
-                --disable-silent-rules
+configure.args      --x-includes=${prefix}/include \
+                    --x-libraries=${prefix}/lib \
+                    --enable-introspection \
+                    --disable-silent-rules
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
 
 # The rules enabled by gobject-introspection require GNU make 3.81+
 platform darwin 8 {
@@ -69,5 +68,5 @@
     move ${destroot}${prefix}/bin/wnckprop ${destroot}${prefix}/bin/wnckprop-3.0
 }
 
-livecheck.type  gnome
-livecheck.name  ${gname}
+livecheck.type      gnome
+livecheck.name      ${gname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/c6f5da65/attachment.html>


More information about the macports-changes mailing list