Revision: 116786 https://trac.macports.org/changeset/116786 Author: devans@macports.org Date: 2014-02-07 09:01:22 -0800 (Fri, 07 Feb 2014) Log Message: ----------- gupnp-igd: update to version 0.2.3, correct configuration for pre-introspection python bindings. Modified Paths: -------------- trunk/dports/net/gupnp-igd/Portfile trunk/dports/net/gupnp-igd/files/patch-configure.diff Modified: trunk/dports/net/gupnp-igd/Portfile =================================================================== --- trunk/dports/net/gupnp-igd/Portfile 2014-02-07 16:08:14 UTC (rev 116785) +++ trunk/dports/net/gupnp-igd/Portfile 2014-02-07 17:01:22 UTC (rev 116786) @@ -1,10 +1,10 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 name gupnp-igd -version 0.2.2 +version 0.2.3 license LGPL set branch [join [lrange [split ${version} .] 0 1] .] description GUPnP-IGD is a library to handle UPnP IGD port mapping. @@ -20,8 +20,8 @@ use_xz yes -checksums rmd160 215f21e85dd902c729c3aff9981bff42c4b20d3c \ - sha256 73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3 +checksums rmd160 be9b68f7f5916a7e4c8b26f8c2f3c4ac7337dc5d \ + sha256 ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d depends_build port:pkgconfig @@ -39,7 +39,7 @@ } variant python26 conflicts python27 description {Enable Python 2.6 bindings} { - configure.args-delete --disable-python + configure.args-append --enable-python depends_lib-append port:py26-gobject configure.python ${prefix}/bin/python2.6 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 @@ -49,7 +49,7 @@ } variant python27 conflicts python26 description {Enable Python 2.7 bindings} { - configure.args-delete --disable-python + configure.args-append --enable-python depends_lib-append port:py27-gobject configure.python ${prefix}/bin/python2.7 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 Modified: trunk/dports/net/gupnp-igd/files/patch-configure.diff =================================================================== --- trunk/dports/net/gupnp-igd/files/patch-configure.diff 2014-02-07 16:08:14 UTC (rev 116785) +++ trunk/dports/net/gupnp-igd/files/patch-configure.diff 2014-02-07 17:01:22 UTC (rev 116786) @@ -1,6 +1,6 @@ ---- configure.orig 2013-04-30 14:42:22.000000000 -0700 -+++ configure 2013-04-30 14:43:34.000000000 -0700 -@@ -13061,9 +13061,9 @@ +--- configure.orig 2014-02-05 14:53:39.000000000 -0800 ++++ configure 2014-02-07 08:13:17.000000000 -0800 +@@ -13034,9 +13034,9 @@
participants (1)
-
devans@macports.org