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

jeremyhu at macports.org jeremyhu at macports.org
Tue Jun 28 20:24:47 PDT 2011


Revision: 79887
          http://trac.macports.org/changeset/79887
Author:   jeremyhu at macports.org
Date:     2011-06-28 20:24:47 -0700 (Tue, 28 Jun 2011)
Log Message:
-----------
glib-networking: Fix my boneheaded mistake with ca-certificates handling

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

Modified: trunk/dports/gnome/glib-networking/Portfile
===================================================================
--- trunk/dports/gnome/glib-networking/Portfile	2011-06-29 02:56:52 UTC (rev 79886)
+++ trunk/dports/gnome/glib-networking/Portfile	2011-06-29 03:24:47 UTC (rev 79887)
@@ -5,6 +5,7 @@
 
 name            glib-networking
 version         2.28.7
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Network-related giomodules for glib
 long_description ${description}
@@ -19,13 +20,14 @@
                     rmd160  059f5956c96de586db6f457d52909420b0a86f7d
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gnutls \
-                port:curl-ca-bundle
+                port:gnutls
 
+depends_run     port:curl-ca-bundle
+
 use_bzip2 	yes
 
 configure.args \
-    --without-ca-certificates
+    --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
 
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110628/ea6dfdae/attachment.html>


More information about the macports-changes mailing list