[129607] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Tue Dec 16 13:36:40 PST 2014


Revision: 129607
          https://trac.macports.org/changeset/129607
Author:   devans at macports.org
Date:     2014-12-16 13:36:40 -0800 (Tue, 16 Dec 2014)
Log Message:
-----------
GNOME-3/stable: glib-networking, libsoup, sync with trunk.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile
    users/devans/GNOME-3/stable/dports/gnome/libsoup/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/glib-networking/
    users/devans/GNOME-3/stable/dports/gnome/libsoup/


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

Modified: users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile	2014-12-16 21:30:23 UTC (rev 129606)
+++ users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile	2014-12-16 21:36:40 UTC (rev 129607)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            glib-networking
-version         2.42.0
+version         2.42.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Network-related giomodules for glib
 long_description ${description}
@@ -17,8 +17,8 @@
 
 use_xz          yes
 
-checksums       rmd160  e64574a1f16eafcebf2351c8b1a55879ccbe162e \
-                sha256  304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d
+checksums       rmd160  057240b980498779f8f62ae9c531e9b680efaf21 \
+                sha256  c06bf76da3353695fcc791b7b02e5d60c01c379e554f7841dc6cbca32f65f3a0
 
 depends_build   port:pkgconfig \
                 port:intltool


Property changes on: users/devans/GNOME-3/stable/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/unstable/dports/gnome/libsoup:121463-125621
/users/rmstonecipher/gnome/libsoup:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/libsoup/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libsoup/Portfile	2014-12-16 21:30:23 UTC (rev 129606)
+++ users/devans/GNOME-3/stable/dports/gnome/libsoup/Portfile	2014-12-16 21:36:40 UTC (rev 129607)
@@ -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/b402a31b/attachment-0001.html>


More information about the macports-changes mailing list