Revision: 104703 https://trac.macports.org/changeset/104703 Author: jeremyhu@macports.org Date: 2013-03-31 19:32:12 -0700 (Sun, 31 Mar 2013) Log Message: ----------- glib-networking: Bump to 2.36.0 Modified Paths: -------------- trunk/dports/gnome/glib-networking/Portfile Removed Paths: ------------- trunk/dports/gnome/glib-networking/files/ Modified: trunk/dports/gnome/glib-networking/Portfile =================================================================== --- trunk/dports/gnome/glib-networking/Portfile 2013-04-01 01:48:41 UTC (rev 104702) +++ trunk/dports/gnome/glib-networking/Portfile 2013-04-01 02:32:12 UTC (rev 104703) @@ -4,8 +4,7 @@ PortSystem 1.0 name glib-networking -version 2.28.7 -revision 4 +version 2.36.0 set branch [join [lrange [split ${version} .] 0 1] .] description Network-related giomodules for glib long_description ${description} @@ -15,10 +14,9 @@ license LGPL-2+ homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ -patchfiles patch-gtlsconnection-gnutls.c.diff -checksums md5 c10e51571d03c10111a37bcd21fbf777 \ - sha1 711d548a88dffb4c3be7ffa1d515ef3efccedc62 \ - rmd160 059f5956c96de586db6f457d52909420b0a86f7d +checksums md5 062dafdb939510e7b38eea3d3b367be0 \ + sha1 7c8b764776dece4f0f68c8cd3ec246b1849f39da \ + rmd160 199792b972ea92dfea48f3564c6d6162c882f5b1 depends_build port:pkgconfig port:intltool depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ @@ -27,7 +25,7 @@ depends_run port:curl-ca-bundle -use_bzip2 yes +use_xz yes configure.args \ --with-gnutls \ @@ -35,6 +33,10 @@ --without-gnome-proxy \ --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt +post-patch { + reinplace "s|-Werror=|-W|g" ${worksrcpath}/configure +} + livecheck.type regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}