Revision
107506
Author
devans@macports.org
Date
2013-07-01 12:14:46 -0700 (Mon, 01 Jul 2013)

Log Message

glib-networking: update to version 2.36.2.

Modified Paths

Diff

Modified: trunk/dports/gnome/glib-networking/Portfile (107505 => 107506)


--- trunk/dports/gnome/glib-networking/Portfile	2013-07-01 18:31:21 UTC (rev 107505)
+++ trunk/dports/gnome/glib-networking/Portfile	2013-07-01 19:14:46 UTC (rev 107506)
@@ -1,11 +1,10 @@
 # -*- 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            glib-networking
-version         2.36.0
-revision        2
+version         2.36.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Network-related giomodules for glib
 long_description ${description}
@@ -15,25 +14,27 @@
 license         LGPL-2+
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-checksums           md5     062dafdb939510e7b38eea3d3b367be0 \
-                    sha1    7c8b764776dece4f0f68c8cd3ec246b1849f39da \
-                    rmd160  199792b972ea92dfea48f3564c6d6162c882f5b1
 
-depends_build   port:pkgconfig port:intltool
+use_xz          yes
+
+checksums       rmd160  1feefe77ac31065185b61af393e224ad12e76aea \
+                sha256  2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9
+
+depends_build   port:pkgconfig \
+                port:intltool
+
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                 port:gnutls \
-                port:libproxy
+                port:libproxy \
+                port:gsettings-desktop-schemas
 
 depends_run     port:curl-ca-bundle
 
-use_xz	 	yes
+configure.args  --with-gnutls \
+                --with-libproxy \
+                --without-gnome-proxy \
+                --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
 
-configure.args \
-    --with-gnutls \
-    --with-libproxy \
-    --without-gnome-proxy \
-    --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
-
 post-patch {
     reinplace "s|-Werror=|-W|g" ${worksrcpath}/configure
 }