[131893] trunk/dports/net/gupnp-igd

devans at macports.org devans at macports.org
Tue Jan 20 04:40:59 PST 2015


Revision: 131893
          https://trac.macports.org/changeset/131893
Author:   devans at macports.org
Date:     2015-01-20 04:40:59 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
gupnp-igd: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/net/gupnp-igd/Portfile

Property Changed:
----------------
    trunk/dports/net/gupnp-igd/


Property changes on: trunk/dports/net/gupnp-igd
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/net/gupnp-igd:126014-127515
   + /branches/mld-qt-481/dports/net/gupnp-igd:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/net/gupnp-igd:126014-131892

Modified: trunk/dports/net/gupnp-igd/Portfile
===================================================================
--- trunk/dports/net/gupnp-igd/Portfile	2015-01-20 12:36:39 UTC (rev 131892)
+++ trunk/dports/net/gupnp-igd/Portfile	2015-01-20 12:40:59 UTC (rev 131893)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
+PortGroup           gobject_introspection 1.0
 
 name                gupnp-igd
 version             0.2.4
@@ -26,12 +27,13 @@
 
 depends_build       port:pkgconfig
 
-depends_lib         port:gupnp \
-                    port:gobject-introspection
+depends_lib         port:gupnp
 
 patchfiles          patch-configure.diff \
                     patch-python-pygupnp-igd-module.c.diff
 
+gobject_introspection yes
+
 # blacklist compilers that do not support C11
 # due to error: redefinition of typedef 'GUPnPService'
 # build fix for SL and earlier
@@ -39,8 +41,7 @@
 compiler.blacklist  *gcc* {clang < 300}
 
 configure.args      --disable-silent-rules \
-                    --disable-python \
-                    --enable-introspection=yes
+                    --disable-python
 
 variant python27 description {Enable Python 2.7 bindings} {
                 configure.args-replace      --disable-python --enable-python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/a76fb56e/attachment.html>


More information about the macports-changes mailing list