diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-13 19:00:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-13 19:00:47 +0000 |
commit | 1c60d3b2645e4c8693fd43e8756e9eb26da46bac (patch) | |
tree | d61189dee7639641ce2eb0f2227e61e9e3531359 /net/gupnp | |
parent | 9e2e70108f856fc8c21d2c9f9bf870051c3ab1a2 (diff) |
- Update to 0.20.14
- Regenerate patch file with makepatch:
Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
Notes
Notes:
svn path=/head/; revision=386245
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 2 | ||||
-rw-r--r-- | net/gupnp/distinfo | 4 | ||||
-rw-r--r-- | net/gupnp/files/patch-libgupnp-gupnp-control-point.c | 6 | ||||
-rw-r--r-- | net/gupnp/files/patch-libgupnp-gupnp-services.c | 31 | ||||
-rw-r--r-- | net/gupnp/pkg-plist | 2 |
5 files changed, 8 insertions, 37 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 0c1230f6147e..a7d205bf7019 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp -PORTVERSION= 0.20.13 +PORTVERSION= 0.20.14 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index 148940e4f7ad..b96c232b7bca 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gupnp-0.20.13.tar.xz) = d779b094f13097a5900689b3587e5b495d79112d0855ed842577acba25c902b3 -SIZE (gupnp-0.20.13.tar.xz) = 395356 +SHA256 (gupnp-0.20.14.tar.xz) = 77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd +SIZE (gupnp-0.20.14.tar.xz) = 396764 diff --git a/net/gupnp/files/patch-libgupnp-gupnp-control-point.c b/net/gupnp/files/patch-libgupnp-gupnp-control-point.c index d06447aec242..18e7ba02f936 100644 --- a/net/gupnp/files/patch-libgupnp-gupnp-control-point.c +++ b/net/gupnp/files/patch-libgupnp-gupnp-control-point.c @@ -1,6 +1,6 @@ ---- libgupnp/gupnp-control-point.c.orig 2012-11-29 07:13:43.000000000 +0800 -+++ libgupnp/gupnp-control-point.c 2013-03-15 16:00:16.921426942 +0800 -@@ -692,7 +692,7 @@ +--- libgupnp/gupnp-control-point.c.orig 2015-03-30 17:49:16 UTC ++++ libgupnp/gupnp-control-point.c +@@ -692,7 +692,7 @@ parse_usn (const char *usn, /* Count elements */ count = g_strv_length (bits); diff --git a/net/gupnp/files/patch-libgupnp-gupnp-services.c b/net/gupnp/files/patch-libgupnp-gupnp-services.c deleted file mode 100644 index b716449e1fe8..000000000000 --- a/net/gupnp/files/patch-libgupnp-gupnp-services.c +++ /dev/null @@ -1,31 +0,0 @@ ---- libgupnp/gupnp-service.c.orig 2014-05-04 20:49:23.000000000 +0800 -+++ libgupnp/gupnp-service.c 2014-05-28 13:01:03.041207000 +0800 -@@ -45,6 +45,8 @@ - - #ifdef G_OS_WIN32 - #include <rpc.h> -+#elsif defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) -+#include <uuid.h> - #else - #include <uuid/uuid.h> - #endif -@@ -1110,9 +1112,19 @@ - #else - uuid_t id; - char out[39]; -+#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) -+ char *myout; -+#endif - -+#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) -+ uuid_create(&id, 0); -+ uuid_to_string(&id, &myout, 0); -+ strncpy(out, myout, sizeof(out)); -+ free(myout); -+#else - uuid_generate (id); - uuid_unparse (id, out); -+#endif - - return g_strdup_printf ("uuid:%s", out); - #endif diff --git a/net/gupnp/pkg-plist b/net/gupnp/pkg-plist index 609fc2a71eab..f7fe0026b00a 100644 --- a/net/gupnp/pkg-plist +++ b/net/gupnp/pkg-plist @@ -14,6 +14,7 @@ include/gupnp-1.0/libgupnp/gupnp-service-introspection.h include/gupnp-1.0/libgupnp/gupnp-service-proxy.h include/gupnp-1.0/libgupnp/gupnp-service.h include/gupnp-1.0/libgupnp/gupnp-types.h +include/gupnp-1.0/libgupnp/gupnp-uuid.h include/gupnp-1.0/libgupnp/gupnp-white-list.h include/gupnp-1.0/libgupnp/gupnp-xml-doc.h include/gupnp-1.0/libgupnp/gupnp.h @@ -50,6 +51,7 @@ share/gtk-doc/html/gupnp/client-tutorial.html share/gtk-doc/html/gupnp/glossary.html share/gtk-doc/html/gupnp/gupnp-Error-codes.html share/gtk-doc/html/gupnp/gupnp-Special-UPnP-types.html +share/gtk-doc/html/gupnp/gupnp-Utility-functions.html share/gtk-doc/html/gupnp/gupnp-binding-tool.html share/gtk-doc/html/gupnp/gupnp-gupnp-service-introspection.html share/gtk-doc/html/gupnp/gupnp.devhelp2 |