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.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/80b4c4289a20
branches: trunk
changeset: 569863:80b4c4289a20
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 20 13:45:39 2010 +0000
description:
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:
net/gupnp-igd/Makefile | 7 +++++--
net/gupnp-igd/PLIST | 3 ++-
net/gupnp-igd/distinfo | 9 +++++----
net/gupnp-igd/patches/patch-aa | 13 +++++++++++++
4 files changed, 25 insertions(+), 7 deletions(-)
diffs (71 lines):
diff -r 2ada2eca13e2 -r 80b4c4289a20 net/gupnp-igd/Makefile
--- a/net/gupnp-igd/Makefile Wed Jan 20 13:45:29 2010 +0000
+++ b/net/gupnp-igd/Makefile Wed Jan 20 13:45:39 2010 +0000
@@ -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_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 -r 2ada2eca13e2 -r 80b4c4289a20 net/gupnp-igd/PLIST
--- a/net/gupnp-igd/PLIST Wed Jan 20 13:45:29 2010 +0000
+++ b/net/gupnp-igd/PLIST Wed Jan 20 13:45:39 2010 +0000
@@ -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 -r 2ada2eca13e2 -r 80b4c4289a20 net/gupnp-igd/distinfo
--- a/net/gupnp-igd/distinfo Wed Jan 20 13:45:29 2010 +0000
+++ b/net/gupnp-igd/distinfo Wed Jan 20 13:45:39 2010 +0000
@@ -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 -r 2ada2eca13e2 -r 80b4c4289a20 net/gupnp-igd/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-igd/patches/patch-aa Wed Jan 20 13:45:39 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index