pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gupnp-igd Update to 0.1.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ac32f833484
branches:  trunk
changeset: 576604:4ac32f833484
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 15 11:48:07 2010 +0000

description:
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

diffstat:

 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(-)

diffs (67 lines):

diff -r 59781e451b8b -r 4ac32f833484 net/gupnp-igd/Makefile
--- a/net/gupnp-igd/Makefile    Tue Jun 15 11:43:58 2010 +0000
+++ b/net/gupnp-igd/Makefile    Tue Jun 15 11:48:07 2010 +0000
@@ -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 -r 59781e451b8b -r 4ac32f833484 net/gupnp-igd/PLIST
--- a/net/gupnp-igd/PLIST       Tue Jun 15 11:43:58 2010 +0000
+++ b/net/gupnp-igd/PLIST       Tue Jun 15 11:48:07 2010 +0000
@@ -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 -r 59781e451b8b -r 4ac32f833484 net/gupnp-igd/distinfo
--- a/net/gupnp-igd/distinfo    Tue Jun 15 11:43:58 2010 +0000
+++ b/net/gupnp-igd/distinfo    Tue Jun 15 11:48:07 2010 +0000
@@ -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 -r 59781e451b8b -r 4ac32f833484 net/gupnp-igd/patches/patch-aa
--- a/net/gupnp-igd/patches/patch-aa    Tue Jun 15 11:43:58 2010 +0000
+++ b/net/gupnp-igd/patches/patch-aa    Tue Jun 15 11:48:07 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index