[132104] users/devans/GNOME-3/stable/dports/gnome/libgnome-keyring/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 07:42:50 PST 2015


Revision: 132104
          https://trac.macports.org/changeset/132104
Author:   devans at macports.org
Date:     2015-01-23 07:42:50 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
GNOME-3/stable: libgnome-keyring, use gobject_introspection portgroup.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/libgnome-keyring/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/libgnome-keyring/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgnome-keyring/Portfile	2015-01-23 14:28:09 UTC (rev 132103)
+++ users/devans/GNOME-3/stable/dports/gnome/libgnome-keyring/Portfile	2015-01-23 15:42:50 UTC (rev 132104)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            libgnome-keyring
 version         3.12.0
@@ -30,11 +31,12 @@
                 port:intltool
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gobject-introspection \
                 port:vala \
                 port:dbus \
                 port:libgcrypt
 
+gobject_introspection yes
+
 # update build/m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -44,14 +46,7 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
-configure.args  --enable-introspection=yes \
-                --enable-vala=yes \
+configure.args  --enable-vala=yes \
                 --disable-silent-rules
 
-# The rules enabled by gobject-introspection require GNU make 3.81+
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/8376029b/attachment-0001.html>


More information about the macports-changes mailing list