[133844] users/devans/GNOME-3/unstable/dports/gnome/libsoup

devans at macports.org devans at macports.org
Thu Mar 12 22:21:54 PDT 2015


Revision: 133844
          https://trac.macports.org/changeset/133844
Author:   devans at macports.org
Date:     2015-03-12 22:21:54 -0700 (Thu, 12 Mar 2015)
Log Message:
-----------
GNOME-3/unstable: libsoup, reformat, white space only.

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

Property Changed:
----------------
    users/devans/GNOME-3/unstable/dports/gnome/libsoup/


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/libsoup
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/libsoup:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/libsoup:116350-120528
/users/devans/GNOME-3/unstable/dports/gnome/libsoup:121463-125621
/users/rmstonecipher/gnome/libsoup:102363-103172
   + /branches/mld-qt-481/dports/gnome/libsoup:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/libsoup:116350-129606
/users/devans/GNOME-3/stable/dports/gnome/libsoup:128857-133803
/users/devans/GNOME-3/unstable/dports/gnome/libsoup:121463-125621
/users/rmstonecipher/gnome/libsoup:102363-103172

Modified: users/devans/GNOME-3/unstable/dports/gnome/libsoup/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/libsoup/Portfile	2015-03-13 05:20:17 UTC (rev 133843)
+++ users/devans/GNOME-3/unstable/dports/gnome/libsoup/Portfile	2015-03-13 05:21:54 UTC (rev 133844)
@@ -1,77 +1,61 @@
 # -*- 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
+PortGroup           gobject_introspection 1.0
 
-name            libsoup
-version         2.49.1
-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.49.1
+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  e1eab830b667f3e09be088b1ca37344d0256b206 \
                     sha256  795c1468ea4548f4a7b13d83d11962cd2287b43a3b3b3f370b1fba3a9b605a3c
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:curl
 
-depends_lib     port:libxml2 \
-                port:glib-networking \
-                port:gobject-introspection
+depends_lib         port:libxml2 \
+                    port:glib-networking
 
-configure.args \
-    --disable-more-warnings \
-    --disable-silent-rules \
-    --without-gnome \
-    --enable-introspection
+gobject_introspection yes
 
+configure.args      --disable-more-warnings \
+                    --disable-silent-rules \
+                    --without-gnome
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
     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}"
+test.run            yes
+test.target         check
 
-test.run        yes
-test.target     check
-
-variant gnome conflicts no_gnome description {Enable GNOME support} {
+variant gnome description {Enable GNOME support} {
     configure.args-delete   --without-gnome
 }
 
-# Legacy no_gnome variant to be removed after 20150102
-variant no_gnome conflicts gnome description {Legacy compatibility variant} {}
+default_variants    +gnome
 
-if {[variant_isset no_gnome]} {
-    default_variants -gnome
-} else {
-    default_variants +gnome
-}
-
-platform darwin 8 {
-    # The rules enabled by gobject-introspection require GNU make 3.81+
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
-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/20150312/ea06b201/attachment.html>


More information about the macports-changes mailing list