[80431] trunk/dports/gnome/glib-networking/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jul 12 16:00:27 PDT 2011


Revision: 80431
          http://trac.macports.org/changeset/80431
Author:   jeremyhu at macports.org
Date:     2011-07-12 16:00:26 -0700 (Tue, 12 Jul 2011)
Log Message:
-----------
glib-networking: Add missing dependency on libproxy and force rebuild to pick it up

Modified Paths:
--------------
    trunk/dports/gnome/glib-networking/Portfile

Modified: trunk/dports/gnome/glib-networking/Portfile
===================================================================
--- trunk/dports/gnome/glib-networking/Portfile	2011-07-12 22:01:12 UTC (rev 80430)
+++ trunk/dports/gnome/glib-networking/Portfile	2011-07-12 23:00:26 UTC (rev 80431)
@@ -5,7 +5,7 @@
 
 name            glib-networking
 version         2.28.7
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Network-related giomodules for glib
 long_description ${description}
@@ -20,13 +20,17 @@
                     rmd160  059f5956c96de586db6f457d52909420b0a86f7d
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gnutls
+                port:gnutls \
+                port:libproxy
 
 depends_run     port:curl-ca-bundle
 
 use_bzip2 	yes
 
 configure.args \
+    --with-gnutls \
+    --with-libproxy \
+    --without-gnome-proxy \
     --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110712/f19f315d/attachment-0001.html>


More information about the macports-changes mailing list