From fecd8b00444818bb3ae890c086d84c1d4bef2da0 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Jun 2010 11:48:07 +0000 Subject: Update to 0.1.7: Enable silent rules with automake 1.11 Fix race if g_main_loop_quit() is called just before g_main_loop_run() override the main-context construct time property in the constructor Fixed installation of python bindings Add test for empty ip address Test invalid IP address Remove empty lines Validate returned IP addresses --- net/gupnp-igd/Makefile | 5 ++--- net/gupnp-igd/PLIST | 5 ++++- net/gupnp-igd/distinfo | 10 +++++----- net/gupnp-igd/patches/patch-aa | 10 +++++----- 4 files changed, 16 insertions(+), 14 deletions(-) (limited to 'net') diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 5606b4212bb..265bd8a06f4 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/06/13 22:45:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/06/15 11:48:07 wiz Exp $ # -DISTNAME= gupnp-igd-0.1.6 -PKGREVISION= 2 +DISTNAME= gupnp-igd-0.1.7 CATEGORIES= net devel MASTER_SITES= http://www.gupnp.org/sources/gupnp-igd/ diff --git a/net/gupnp-igd/PLIST b/net/gupnp-igd/PLIST index cfa565b0b3e..baba3701165 100644 --- a/net/gupnp-igd/PLIST +++ b/net/gupnp-igd/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2010/01/20 13:45:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/06/15 11:48:07 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/__init__.py +${PYSITELIB}/gupnp/__init__.pyc +${PYSITELIB}/gupnp/__init__.pyo ${PYSITELIB}/gupnp/igd.la share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgd.html share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgdThread.html diff --git a/net/gupnp-igd/distinfo b/net/gupnp-igd/distinfo index f566b8be014..3b74c91d12b 100644 --- a/net/gupnp-igd/distinfo +++ b/net/gupnp-igd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2010/01/20 13:45:39 wiz Exp $ +$NetBSD: distinfo,v 1.3 2010/06/15 11:48:07 wiz Exp $ -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 +SHA1 (gupnp-igd-0.1.7.tar.gz) = b37d44af7172af3e4d0c7f331519bba7e31f752b +RMD160 (gupnp-igd-0.1.7.tar.gz) = 7176e7bc65b513b41c191366f728c9819a22f8ef +Size (gupnp-igd-0.1.7.tar.gz) = 362614 bytes +SHA1 (patch-aa) = 8a503f45207cdf3093b27eb7f8cc8f835cb7d510 diff --git a/net/gupnp-igd/patches/patch-aa b/net/gupnp-igd/patches/patch-aa index 1104692a701..162a806315e 100644 --- a/net/gupnp-igd/patches/patch-aa +++ b/net/gupnp-igd/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1 2010/01/20 13:45:39 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2010/06/15 11:48:07 wiz Exp $ ---- configure.orig 2010-01-20 13:31:26.000000000 +0000 +--- configure.orig 2010-05-19 23:20:58.000000000 +0000 +++ configure -@@ -12829,7 +12829,7 @@ if test "x$WANT_PYTHON" = "xyes"; then +@@ -11726,7 +11726,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 +- for ac_prog in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -- cgit v1.2.3