[132071] trunk/dports/devel/libnotify

devans at macports.org devans at macports.org
Fri Jan 23 03:37:03 PST 2015


Revision: 132071
          https://trac.macports.org/changeset/132071
Author:   devans at macports.org
Date:     2015-01-23 03:37:03 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
libnotify: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/devel/libnotify/Portfile

Property Changed:
----------------
    trunk/dports/devel/libnotify/


Property changes on: trunk/dports/devel/libnotify
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/devel/libnotify:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/libnotify:96570-97031
/users/devans/GNOME-3/stable/dports/devel/libnotify:108269-113174
   + /branches/mld-qt-481/dports/devel/libnotify:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/libnotify:96570-97031
/users/devans/GNOME-3/stable/dports/devel/libnotify:108269-113174,132053-132067

Modified: trunk/dports/devel/libnotify/Portfile
===================================================================
--- trunk/dports/devel/libnotify/Portfile	2015-01-23 11:36:55 UTC (rev 132070)
+++ trunk/dports/devel/libnotify/Portfile	2015-01-23 11:37:03 UTC (rev 132071)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                libnotify
 version             0.7.6
@@ -29,10 +30,9 @@
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:gdk-pixbuf2 \
                     port:gtk3 \
-                    port:gobject-introspection \
                     port:xorg-libsm
 
-configure.args      --enable-introspection=yes
+gobject_introspection yes
 
 pre-activate {
 	if {${os.major} == 11 && ${os.minor} < 2 && ${os.platform} eq "darwin"} {
@@ -41,10 +41,4 @@
 	}
 }
 
-platform darwin 8 {
-    # The rules enabled by gobject-introspection require GNU make 3.81+
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 livecheck.type      gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/518e2ec6/attachment.html>


More information about the macports-changes mailing list