[129606] trunk/dports/gnome/libsoup/Portfile

devans at macports.org devans at macports.org
Tue Dec 16 13:30:23 PST 2014


Revision: 129606
          https://trac.macports.org/changeset/129606
Author:   devans at macports.org
Date:     2014-12-16 13:30:23 -0800 (Tue, 16 Dec 2014)
Log Message:
-----------
libsoup: reformat Portfile, white space only.

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

Modified: trunk/dports/gnome/libsoup/Portfile
===================================================================
--- trunk/dports/gnome/libsoup/Portfile	2014-12-16 21:23:23 UTC (rev 129605)
+++ trunk/dports/gnome/libsoup/Portfile	2014-12-16 21:30:23 UTC (rev 129606)
@@ -1,46 +1,44 @@
 # -*- 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            libsoup
-version         2.48.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      gnome net
-platforms       darwin
-license         LGPL-2+
-maintainers     devans openmaintainer
-description     Soup is an HTTP library implementation in C.
+name                libsoup
+version             2.48.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          gnome net
+platforms           darwin
+license             LGPL-2+
+maintainers         devans openmaintainer
+description         Soup is an HTTP library implementation in C.
 
-long_description \
-    Soup provides a queued asynchronous callback-based \
-    mechanism for sending and servicing SOAP requests \
-    and a WSDL (Web Service Definition Language) for C \
-    compilers which generates client stubs and server \
-    skeletons for easily calling and implementing SOAP \
-    methods.
+long_description    Soup provides a queued asynchronous callback-based \
+                    mechanism for sending and servicing SOAP requests \
+                    and a WSDL (Web Service Definition Language) for C \
+                    compilers which generates client stubs and server \
+                    skeletons for easily calling and implementing SOAP \
+                    methods.
 
-homepage        https://wiki.gnome.org/Projects/libsoup
-master_sites    gnome:sources/${name}/${branch}/
-use_xz          yes
+homepage            https://wiki.gnome.org/Projects/libsoup
+master_sites        gnome:sources/${name}/${branch}/
+use_xz              yes
 
-checksums       rmd160  534882e8b5b26ad5f5a232c63813dbff5336303c \
-                sha256  ea34dd64fe44343445daf6dd690d0691e9d973468de44878da97371c16d89784
+checksums           rmd160  534882e8b5b26ad5f5a232c63813dbff5336303c \
+                    sha256  ea34dd64fe44343445daf6dd690d0691e9d973468de44878da97371c16d89784
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_build       port:pkgconfig \
+                    port:intltool
 
-depends_lib     port:libxml2 \
-                port:glib-networking \
-                port:gobject-introspection
+depends_lib         port:libxml2 \
+                    port:glib-networking \
+                    port:gobject-introspection
 
-patchfiles      patch-libsoup-libsoup-2.4.sym.diff
+patchfiles          patch-libsoup-libsoup-2.4.sym.diff
 
-configure.args \
-    --disable-more-warnings \
-    --disable-silent-rules \
-    --without-gnome \
-    --enable-introspection
+configure.args      --disable-more-warnings \
+                    --disable-silent-rules \
+                    --without-gnome \
+                    --enable-introspection
 
 # update m4/intltool.m4 and autoreconf
 
@@ -48,14 +46,14 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 # 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}"
 
-test.run        yes
-test.target     check
+test.run            yes
+test.target         check
 
 variant gnome conflicts no_gnome description {Enable GNOME support} {
     configure.args-delete   --without-gnome
@@ -76,4 +74,4 @@
     build.cmd               ${prefix}/bin/gmake
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141216/06f95f95/attachment.html>


More information about the macports-changes mailing list