[131924] trunk/dports/gnome/rest/Portfile
devans at macports.org
devans at macports.org
Tue Jan 20 21:15:31 PST 2015
Revision: 131924
https://trac.macports.org/changeset/131924
Author: devans at macports.org
Date: 2015-01-20 21:15:31 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
rest: use gobject_introspection portgroup.
Modified Paths:
--------------
trunk/dports/gnome/rest/Portfile
Modified: trunk/dports/gnome/rest/Portfile
===================================================================
--- trunk/dports/gnome/rest/Portfile 2015-01-21 05:12:03 UTC (rev 131923)
+++ trunk/dports/gnome/rest/Portfile 2015-01-21 05:15:31 UTC (rev 131924)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup gobject_introspection 1.0
name rest
version 0.7.92
@@ -25,14 +26,14 @@
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libxml2 \
- port:libsoup \
- port:gobject-introspection
+ port:libsoup
depends_run path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
patchfiles patch-oauth-missing-include-b50ace7.diff
-configure.args --enable-introspection=yes \
- --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
+gobject_introspection yes
+configure.args --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
+
livecheck.type gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/2765c990/attachment.html>
More information about the macports-changes
mailing list