diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-20 13:45:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-20 13:45:39 +0000 |
commit | 466cc589ee699900e45003148259bf164ad063a1 (patch) | |
tree | 589aaed4c0e53c7869309d7ec78061b6ed51a468 /net | |
parent | 1a66a279386eecdd8ee7a1502046b2865b5680bb (diff) | |
download | pkgsrc-466cc589ee699900e45003148259bf164ad063a1.tar.gz |
Update to 0.1.6:
*******************
* GUPnP IGD 0.1.6 *
*******************
- Add python bindings
*******************
* GUPnP IGD 0.1.5 *
*******************
- Use the new GUPnP Context Manager from GUPnP 0.13
*******************
* GUPnP IGD 0.1.4 *
*******************
- Make it compatible with the 0.13 API (does not yet use GUPnPContextManager)
- Bug fixes
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-igd/Makefile | 7 | ||||
-rw-r--r-- | net/gupnp-igd/PLIST | 3 | ||||
-rw-r--r-- | net/gupnp-igd/distinfo | 9 | ||||
-rw-r--r-- | net/gupnp-igd/patches/patch-aa | 13 |
4 files changed, 25 insertions, 7 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index a6425b0309f..c1551c24709 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/20 13:45:39 wiz Exp $ # -DISTNAME= gupnp-igd-0.1.3 +DISTNAME= gupnp-igd-0.1.6 CATEGORIES= net devel MASTER_SITES= http://www.gupnp.org/sources/gupnp-igd/ @@ -17,9 +17,12 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= gupnp-igd-1.0.pc.in +PY_PATCHPLIST= yes .include "../../net/gupnp/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0 .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/py-gobject/buildlink3.mk" .include "../../textproc/gtk-doc/buildlink3.mk" +.include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/gupnp-igd/PLIST b/net/gupnp-igd/PLIST index 9fcc572b1d2..cfa565b0b3e 100644 --- a/net/gupnp-igd/PLIST +++ b/net/gupnp-igd/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/01/20 13:45:39 wiz Exp $ include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd-thread.h include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd.h lib/libgupnp-igd-1.0.la lib/pkgconfig/gupnp-igd-1.0.pc +${PYSITELIB}/gupnp/igd.la share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgd.html share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgdThread.html share/gtk-doc/html/gupnp-igd/ch01.html diff --git a/net/gupnp-igd/distinfo b/net/gupnp-igd/distinfo index 2f50561bc5b..f566b8be014 100644 --- a/net/gupnp-igd/distinfo +++ b/net/gupnp-igd/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/08/17 21:07:40 wiz Exp $ +$NetBSD: distinfo,v 1.2 2010/01/20 13:45:39 wiz Exp $ -SHA1 (gupnp-igd-0.1.3.tar.gz) = 995e87de6dd3e5db9bfdca0610168286c6cbda39 -RMD160 (gupnp-igd-0.1.3.tar.gz) = 20596eb260210e1678cb659f40cc1f0c98b37808 -Size (gupnp-igd-0.1.3.tar.gz) = 379500 bytes +SHA1 (gupnp-igd-0.1.6.tar.gz) = b15c5bbd51d7308842aed846ed6e2f31d44c865b +RMD160 (gupnp-igd-0.1.6.tar.gz) = dc49eecda6c130759985e8906ff81531a22fa653 +Size (gupnp-igd-0.1.6.tar.gz) = 353920 bytes +SHA1 (patch-aa) = c33b75772f6d50f0d632cc3cf6e93ce306a0e521 diff --git a/net/gupnp-igd/patches/patch-aa b/net/gupnp-igd/patches/patch-aa new file mode 100644 index 00000000000..1104692a701 --- /dev/null +++ b/net/gupnp-igd/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2010/01/20 13:45:39 wiz Exp $ + +--- configure.orig 2010-01-20 13:31:26.000000000 +0000 ++++ configure +@@ -12829,7 +12829,7 @@ if test "x$WANT_PYTHON" = "xyes"; then + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 ++ for ac_prog in python python2 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 |