[137969] users/devans/GNOME-3/unstable/dports/gnome/gdm/Portfile

devans at macports.org devans at macports.org
Tue Jun 23 14:02:31 PDT 2015


Revision: 137969
          https://trac.macports.org/changeset/137969
Author:   devans at macports.org
Date:     2015-06-23 14:02:31 -0700 (Tue, 23 Jun 2015)
Log Message:
-----------
GNOME-3/unstable: gdm, reformat, white space only.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gdm/Portfile

Modified: users/devans/GNOME-3/unstable/dports/gnome/gdm/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gdm/Portfile	2015-06-23 20:49:20 UTC (rev 137968)
+++ users/devans/GNOME-3/unstable/dports/gnome/gdm/Portfile	2015-06-23 21:02:31 UTC (rev 137969)
@@ -4,62 +4,61 @@
 # TODO: figure out how to make PAM happy without blowing a large hole
 #       in the security of the OS or touching PAM
 
-PortSystem      1.0
-PortGroup       gobject_introspection 1.0
+PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
-name            gdm
-version         3.17.2
-license         GPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     The Gnome Display Manager is a re-implementation of the well known xdm program.
-long_description \
-                The Gnome Display Manager is a re-implementation of the well \
-                known xdm program. It displays a X11-based graphical login screen.
-maintainers     nomaintainer
-categories      gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Projects/GDM
-master_sites    gnome:sources/${name}/${branch}/
+name                gdm
+version             3.17.2
+license             GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         The Gnome Display Manager is a re-implementation of the well known xdm program.
+long_description    The Gnome Display Manager is a re-implementation of the well \
+                    known xdm program. It displays a X11-based graphical login screen.
+maintainers         nomaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Projects/GDM
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  e4400a3c51aef042856f8060e66e1c023f46b224 \
-                sha256  ad6182d188451bbd8c48f12a3d99df2e2d03fedb18beaf003ec047bea5e5661d
+checksums           rmd160  e4400a3c51aef042856f8060e66e1c023f46b224 \
+                    sha256  ad6182d188451bbd8c48f12a3d99df2e2d03fedb18beaf003ec047bea5e5661d
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:autoconf \
-                port:automake \
-                port:libtool
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                port:dconf \
-                port:accountsservice \
-                port:nss \
-                port:libcanberra \
-                port:upower \
-                port:fontconfig \
-                port:iso-codes \
-                port:xorg-libX11 \
-                port:xorg-libXau \
-                port:xorg-libXrandr \
-                port:xorg-libXdmcp \
-                port:xorg-libXi \
-                port:xorg-libXinerama \
-                port:xorg-libXevie
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:dconf \
+                    port:accountsservice \
+                    port:nss \
+                    port:libcanberra \
+                    port:upower \
+                    port:fontconfig \
+                    port:iso-codes \
+                    port:xorg-libX11 \
+                    port:xorg-libXau \
+                    port:xorg-libXrandr \
+                    port:xorg-libXdmcp \
+                    port:xorg-libXi \
+                    port:xorg-libXinerama \
+                    port:xorg-libXevie
 
-depends_run     port:gnome-session \
-                port:gnome-settings-daemon
+depends_run         port:gnome-session \
+                    port:gnome-settings-daemon
                
 gobject_introspection yes
 
 use_parallel_build no
 
-patchfiles      patch-configure.ac.diff \
-                patch-daemon.diff \
-                patch-daemon-gdm-session-worker.c.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-daemon.diff \
+                    patch-daemon-gdm-session-worker.c.diff
 
 post-patch {
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
@@ -68,14 +67,14 @@
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.args  --enable-ipv6 \
-                --without-console-kit \
-                --without-plymouth \
-                --disable-systemd-journal \
-                --disable-schemas-compile \
-                --disable-silent-rules
+configure.args      --enable-ipv6 \
+                    --without-console-kit \
+                    --without-plymouth \
+                    --disable-systemd-journal \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
 
 startupitem.create  yes
 startupitem.name    gdm
@@ -89,7 +88,7 @@
     xinstall ${filespath}/macports-gdm-util ${destroot}${prefix}/bin
 }
 
-universal_variant no
+universal_variant   no
 
 pre-activate {
     addgroup gdm
@@ -104,4 +103,4 @@
     file attributes ${prefix}/var/gdm -owner gdm -group gdm
 }
 
-livecheck.type  gnome-with-unstable
+livecheck.type      gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150623/f70ddbab/attachment-0001.html>


More information about the macports-changes mailing list