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.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d8f85195915
branches:  trunk
changeset: 609554:4d8f85195915
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Oct 06 08:18:53 2012 +0000

description:
Update to 0.2.0

* Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS

Changelog:

*******************
* GUPnP IGD 0.2.0 *
*******************

- Use the thread current GMainContext instead of passing it as a parameter
- Make the GUPnPIgdThread object work with the new GUPnP 0.18


********************
* GUPnP IGD 0.1.11 *
********************

- Disable introspection correctly on --disable-introspection

********************
* GUPnP IGD 0.1.10 *
********************

- Port to gobject-introspection 0.10

*******************
* GUPnP IGD 0.1.9 *
*******************

- Set thread default main context

*******************
* GUPnP IGD 0.1.8 *
*******************

- Add GObject Introspection support
- Return a valid GError if the other side returns an invalid IP
- Make newer GNU Make and newer GCC happy

diffstat:

 net/gupnp-igd/Makefile      |  8 ++++----
 net/gupnp-igd/PLIST         |  3 +--
 net/gupnp-igd/buildlink3.mk |  6 +++---
 net/gupnp-igd/distinfo      |  9 ++++-----
 4 files changed, 12 insertions(+), 14 deletions(-)

diffs (69 lines):

diff -r d55db032cded -r 4d8f85195915 net/gupnp-igd/Makefile
--- a/net/gupnp-igd/Makefile    Sat Oct 06 08:16:43 2012 +0000
+++ b/net/gupnp-igd/Makefile    Sat Oct 06 08:18:53 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2012/09/15 10:06:01 obache Exp $
+# $NetBSD: Makefile,v 1.15 2012/10/06 08:18:53 ryoon Exp $
 #
 
-DISTNAME=      gupnp-igd-0.1.7
-PKGREVISION=   8
+DISTNAME=      gupnp-igd-0.2.0
 CATEGORIES=    net devel
-MASTER_SITES=  http://www.gupnp.org/sources/gupnp-igd/
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gupnp-igd/0.2/}
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gupnp.org/
diff -r d55db032cded -r 4d8f85195915 net/gupnp-igd/PLIST
--- a/net/gupnp-igd/PLIST       Sat Oct 06 08:16:43 2012 +0000
+++ b/net/gupnp-igd/PLIST       Sat Oct 06 08:18:53 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2010/06/15 11:48:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/10/06 08:18:53 ryoon 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
@@ -10,7 +10,6 @@
 share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgd.html
 share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgdThread.html
 share/gtk-doc/html/gupnp-igd/ch01.html
-share/gtk-doc/html/gupnp-igd/gupnp-igd.devhelp
 share/gtk-doc/html/gupnp-igd/gupnp-igd.devhelp2
 share/gtk-doc/html/gupnp-igd/home.png
 share/gtk-doc/html/gupnp-igd/index.html
diff -r d55db032cded -r 4d8f85195915 net/gupnp-igd/buildlink3.mk
--- a/net/gupnp-igd/buildlink3.mk       Sat Oct 06 08:16:43 2012 +0000
+++ b/net/gupnp-igd/buildlink3.mk       Sat Oct 06 08:18:53 2012 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.11 2012/09/15 10:06:01 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2012/10/06 08:18:53 ryoon Exp $
 
 BUILDLINK_TREE+=       gupnp-igd
 
 .if !defined(GUPNP_IGD_BUILDLINK3_MK)
 GUPNP_IGD_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.gupnp-igd+=      gupnp-igd>=0.1.3
-BUILDLINK_ABI_DEPENDS.gupnp-igd+=      gupnp-igd>=0.1.7nb8
+BUILDLINK_API_DEPENDS.gupnp-igd+=      gupnp-igd>=0.2.0
+BUILDLINK_ABI_DEPENDS.gupnp-igd+=      gupnp-igd>=0.2.0
 BUILDLINK_PKGSRCDIR.gupnp-igd?=        ../../net/gupnp-igd
 
 .include "../../net/gupnp/buildlink3.mk"
diff -r d55db032cded -r 4d8f85195915 net/gupnp-igd/distinfo
--- a/net/gupnp-igd/distinfo    Sat Oct 06 08:16:43 2012 +0000
+++ b/net/gupnp-igd/distinfo    Sat Oct 06 08:18:53 2012 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/12/25 06:33:11 obache Exp $
+$NetBSD: distinfo,v 1.6 2012/10/06 08:18:53 ryoon Exp $
 
-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-ab) = efbe075328d3d84b39f39727ea4fbabd763b7af8
+SHA1 (gupnp-igd-0.2.0.tar.bz2) = a659ab69b0c5feb9fe962e48992643c04324b311
+RMD160 (gupnp-igd-0.2.0.tar.bz2) = 47742c7ca6e8489f7d9f17f7399656a99ac28efb
+Size (gupnp-igd-0.2.0.tar.bz2) = 308044 bytes
 SHA1 (patch-ac) = 76cae0ce8589f1f2b8edbffdbeaf4ab668d21691



Home | Main Index | Thread Index | Old Index