diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-10 11:15:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-10 11:15:45 +0000 |
commit | ded577dd6f27c76114743817fc16461521339015 (patch) | |
tree | d55faa0691b1ce362b5159c15bc4305a58b74cbb /net/gupnp | |
parent | ce799140875b0b5a3da5ed596bf3e1e39ee5325e (diff) | |
download | pkgsrc-ded577dd6f27c76114743817fc16461521339015.tar.gz |
Update to 0.20.2. Add comment to patch-ad.
0.20.2
======
Changes since 0.20.1:
- Fix some typos in docs and warning messages.
- Fix argument order issue introduced with the va_list fix in 0.20.1.
- Add some tests for this bug.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=695591
- https://bugzilla.gnome.org/show_bug.cgi?id=696762
All contributors to this release:
Jens Georg <mail@jensge.org>
Benjamin Kerensa <bkerensa@ubuntu.com>
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 4 | ||||
-rw-r--r-- | net/gupnp/distinfo | 10 | ||||
-rw-r--r-- | net/gupnp/patches/patch-ad | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 1ffb44fbf6f..a9684280478 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2013/03/15 18:09:30 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/10 11:15:45 wiz Exp $ # -DISTNAME= gupnp-0.20.1 +DISTNAME= gupnp-0.20.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/0.20/} EXTRACT_SUFX= .tar.xz diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index ac358c9c898..448d8518a89 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2013/03/15 18:09:30 drochner Exp $ +$NetBSD: distinfo,v 1.9 2013/04/10 11:15:45 wiz Exp $ -SHA1 (gupnp-0.20.1.tar.xz) = 10d89150a814b4ccd298cc009b4ddc8ae5982696 -RMD160 (gupnp-0.20.1.tar.xz) = 2eefbc333c57082178892b31fcc05d9dd7766844 -Size (gupnp-0.20.1.tar.xz) = 368108 bytes +SHA1 (gupnp-0.20.2.tar.xz) = 802c0a4a31e07ad75e843200866c17e562b55c1e +RMD160 (gupnp-0.20.2.tar.xz) = 06b02655a210a595e6eb611e69ecc19ab09bbc05 +Size (gupnp-0.20.2.tar.xz) = 369272 bytes SHA1 (patch-ab) = e43380eac64d815fff1a1b62f73e35e1bdfb9633 -SHA1 (patch-ad) = fdf9f8a18c5168130d0c7f1fec7c17813db35ec9 +SHA1 (patch-ad) = 3c10a9883b7c6e0508fe93f26f0e2334a09fb816 diff --git a/net/gupnp/patches/patch-ad b/net/gupnp/patches/patch-ad index 47a074a9b88..cf100a4ae78 100644 --- a/net/gupnp/patches/patch-ad +++ b/net/gupnp/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.4 2013/03/15 18:09:30 drochner Exp $ +$NetBSD: patch-ad,v 1.5 2013/04/10 11:15:45 wiz Exp $ + +Add support for BSD uuid library. --- libgupnp/gupnp-service.c.orig 2013-02-20 12:35:57.000000000 +0000 +++ libgupnp/gupnp-service.c |