[127180] trunk/dports/gnome/empathy/Portfile

devans at macports.org devans at macports.org
Wed Oct 22 04:52:55 PDT 2014


Revision: 127180
          https://trac.macports.org/changeset/127180
Author:   devans at macports.org
Date:     2014-10-22 04:52:55 -0700 (Wed, 22 Oct 2014)
Log Message:
-----------
empathy: reformat, white space only.

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

Modified: trunk/dports/gnome/empathy/Portfile
===================================================================
--- trunk/dports/gnome/empathy/Portfile	2014-10-22 10:39:47 UTC (rev 127179)
+++ trunk/dports/gnome/empathy/Portfile	2014-10-22 11:52:55 UTC (rev 127180)
@@ -1,73 +1,72 @@
 # -*- 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
+PortSystem          1.0
 
-name            empathy
-version         3.12.6
-license         GPL-2+ LGPL-2.1+ GFDL-1.3+ Attribution-ShareAlike-3.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Empathy is an instant-messaging(chat) program for GNOME
-long_description \
-                Empathy is an instant-messaging(chat) program which supports text, \
-                voice, video, file transfers, and inter-application communication (tubes) \
-                over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc).
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Empathy
-master_sites    gnome:sources/${name}/${branch}/
+name                empathy
+version             3.12.6
+license             GPL-2+ LGPL-2.1+ GFDL-1.3+ Attribution-ShareAlike-3.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Empathy is an instant-messaging(chat) program for GNOME
+long_description    Empathy is an instant-messaging(chat) program which supports text, \
+                    voice, video, file transfers, and inter-application communication (tubes) \
+                    over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc).
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Empathy
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  8b003613779cdfe4dd9f1075c89c29c5ddc100e6 \
-                sha256  bf52e0c0af6179925dbf37b406d42d4a5f5e60131052a7f6a7e1822891fa0f6f
+checksums           rmd160  8b003613779cdfe4dd9f1075c89c29c5ddc100e6 \
+                    sha256  bf52e0c0af6179925dbf37b406d42d4a5f5e60131052a7f6a7e1822891fa0f6f
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools \
-                port:gnome-common \
-                port:autoconf \
-                port:automake \
-                port:libtool \
-                port:libxslt
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:libxslt
 
-depends_lib     port:desktop-file-utils \
-                port:gnome-icon-theme \
-                port:gnome-icon-theme-symbolic \
-                port:gtk3 \
-                port:dbus-glib \
-                port:folks \
-                port:libsecret \
-                port:gnutls \
-                port:gsettings-desktop-schemas \
-                port:libxml2 \
-                port:telepathy-glib \
-                port:telepathy-logger \
-                port:libcanberra \
-                port:libnotify \
-                port:gcr \
-                port:pulseaudio \
-                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
-                port:libsoup \
-                port:libgee  \
-                port:telepathy-farstream \
-                port:clutter-gtk \
-                port:clutter-gst \
-                port:gstreamer1 \
-                port:enchant \
-                port:iso-codes \
-                port:xorg-libX11
+depends_lib         port:desktop-file-utils \
+                    port:gnome-icon-theme \
+                    port:gnome-icon-theme-symbolic \
+                    port:gtk3 \
+                    port:dbus-glib \
+                    port:folks \
+                    port:libsecret \
+                    port:gnutls \
+                    port:gsettings-desktop-schemas \
+                    port:libxml2 \
+                    port:telepathy-glib \
+                    port:telepathy-logger \
+                    port:libcanberra \
+                    port:libnotify \
+                    port:gcr \
+                    port:pulseaudio \
+                    path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
+                    port:libsoup \
+                    port:libgee  \
+                    port:telepathy-farstream \
+                    port:clutter-gtk \
+                    port:clutter-gst \
+                    port:gstreamer1 \
+                    port:enchant \
+                    port:iso-codes \
+                    port:xorg-libX11
 
-depends_run     port:telepathy-mission-control \
-                port:telepathy-idle \
-                port:telepathy-gabble \
-                port:telepathy-haze \
-                port:telepathy-salut \
-                port:gnome-keyring \
-                port:gnome-settings-daemon \
-                port:yelp
+depends_run         port:telepathy-mission-control \
+                    port:telepathy-idle \
+                    port:telepathy-gabble \
+                    port:telepathy-haze \
+                    port:telepathy-salut \
+                    port:gnome-keyring \
+                    port:gnome-settings-daemon \
+                    port:yelp
 
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
@@ -76,27 +75,27 @@
     }
 }
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.args  --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib \
-                --enable-gst-1.0=yes \
-                --enable-debug \
-                --enable-gudev=no \
-                --enable-spell=yes \
-                --enable-map=no \
-                --enable-location=no \
-                --enable-geocode=no \
-                --enable-nautilus-sendto=no \
-                --enable-goa=no \
-                --without-cheese \
-                --enable-ubuntu-online-accounts=no \
-                --disable-coding-style-checks \
-                --disable-schemas-compile \
-                --disable-silent-rules \
-                --disable-Werror
+configure.args      --x-includes=${prefix}/include \
+                    --x-libraries=${prefix}/lib \
+                    --enable-gst-1.0=yes \
+                    --enable-debug \
+                    --enable-gudev=no \
+                    --enable-spell=yes \
+                    --enable-map=no \
+                    --enable-location=no \
+                    --enable-geocode=no \
+                    --enable-nautilus-sendto=no \
+                    --enable-goa=no \
+                    --without-cheese \
+                    --enable-ubuntu-online-accounts=no \
+                    --disable-coding-style-checks \
+                    --disable-schemas-compile \
+                    --disable-silent-rules \
+                    --disable-Werror
 
-use_parallel_build no
+use_parallel_build  no
 
 variant map description {Enable map view} {
     depends_lib-append      port:libchamplain
@@ -141,11 +140,10 @@
     default_variants +python27
 }
 
-
 post-activate {
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141022/420eae0e/attachment.html>


More information about the macports-changes mailing list