Revision: 140489 https://trac.macports.org/changeset/140489 Author: devans@macports.org Date: 2015-09-20 15:32:15 -0700 (Sun, 20 Sep 2015) Log Message: ----------- gdm: reformat, white space only. Modified Paths: -------------- trunk/dports/gnome/gdm/Portfile Modified: trunk/dports/gnome/gdm/Portfile =================================================================== --- trunk/dports/gnome/gdm/Portfile 2015-09-20 13:43:33 UTC (rev 140488) +++ trunk/dports/gnome/gdm/Portfile 2015-09-20 22:32:15 UTC (rev 140489) @@ -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.16.1.1 -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.16.1.1 +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 721bddd49ebd7ffada6823aadc32a525f0a17732 \ - sha256 2d2409fdc0a53b080377730a7775bc3239f8584829ff327d3465def0b20433db +checksums rmd160 721bddd49ebd7ffada6823aadc32a525f0a17732 \ + sha256 2d2409fdc0a53b080377730a7775bc3239f8584829ff327d3465def0b20433db -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 +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 +livecheck.type gnome