[137135] trunk/dports/gnome/balsa/Portfile

devans at macports.org devans at macports.org
Thu Jun 4 22:10:05 PDT 2015


Revision: 137135
          https://trac.macports.org/changeset/137135
Author:   devans at macports.org
Date:     2015-06-04 22:10:05 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
balsa: reformat, white space only.

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

Modified: trunk/dports/gnome/balsa/Portfile
===================================================================
--- trunk/dports/gnome/balsa/Portfile	2015-06-05 04:03:30 UTC (rev 137134)
+++ trunk/dports/gnome/balsa/Portfile	2015-06-05 05:10:05 UTC (rev 137135)
@@ -1,70 +1,69 @@
 # -*- 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            balsa
-version         2.5.1
-license         GPL-3
-description     GNOME e-mail client
-long_description \
-                Balsa is an e-mail client for GNOME, highly \
-                configurable and incorporating all the features \
-                you would expect in a robust mail client.
-maintainers     nomaintainer
-categories      gnome mail
-platforms       darwin
-homepage        http://pawsa.fedorapeople.org/balsa/
+name                balsa
+version             2.5.1
+license             GPL-3
+description         GNOME e-mail client
+long_description    Balsa is an e-mail client for GNOME, highly \
+                    configurable and incorporating all the features \
+                    you would expect in a robust mail client.
+maintainers         nomaintainer
+categories          gnome mail
+platforms           darwin
+homepage            http://pawsa.fedorapeople.org/balsa/
 
-use_bzip2       yes
+use_bzip2           yes
 
-master_sites    ${homepage}
+master_sites        ${homepage}
 
-checksums       sha256  52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10 \
-                rmd160  7b6d646ab3f43c0129eb96481ccdb83a7daa73a8
+checksums           sha256  52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10 \
+                    rmd160  7b6d646ab3f43c0129eb96481ccdb83a7daa73a8
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                port:gmime \
-                port:gpgme \
-                port:gtksourceview3 \
-                port:gtkspell3 \
-                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
-                port:libesmtp \
-                port:libnotify \
-                port:libsecret \
-                port:libxml2 \
-                port:openssl \
-                port:pcre \
-                port:sqlite3 \
-                port:compface \
-                port:enchant
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:gmime \
+                    port:gpgme \
+                    port:gtksourceview3 \
+                    port:gtkspell3 \
+                    path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
+                    port:libesmtp \
+                    port:libnotify \
+                    port:libsecret \
+                    port:libxml2 \
+                    port:openssl \
+                    port:pcre \
+                    port:sqlite3 \
+                    port:compface \
+                    port:enchant
 
-depends_run     port:gnome-settings-daemon \
-                port:yelp
+depends_run         port:gnome-settings-daemon \
+                    port:yelp
                 
-patchfiles      patch-src-sendmsg-window.c.diff
+patchfiles          patch-src-sendmsg-window.c.diff
 
-configure.args  --with-gpgme \
-                --with-gmime=2.6 \
-                --with-gtksourceview \
-                --with-gtkspell \
-                --with-html-widget=webkit \
-                --with-ssl \
-                --with-sqlite \
-                --with-esmtp \
-                --with-libsecret \
-                --with-compface \
-                --with-libnotify \
-                --with-gnome \
-                --without-nm \
-                --enable-pcre \
-                --disable-silent-rules
+configure.args      --with-gpgme \
+                    --with-gmime=2.6 \
+                    --with-gtksourceview \
+                    --with-gtkspell \
+                    --with-html-widget=webkit \
+                    --with-ssl \
+                    --with-sqlite \
+                    --with-esmtp \
+                    --with-libsecret \
+                    --with-compface \
+                    --with-libnotify \
+                    --with-gnome \
+                    --without-nm \
+                    --enable-pcre \
+                    --disable-silent-rules
 
 configure.cflags-append -D_DARWIN_C_SOURCE
 
@@ -80,6 +79,6 @@
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150604/3eb7ce1d/attachment.html>


More information about the macports-changes mailing list