aboutsummaryrefslogtreecommitdiff
path: root/net/gupnp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-07 17:55:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-07 17:55:37 +0000
commitd627cdafe51d8d18997441c34efc2d64cae39492 (patch)
tree680d796ded5751913ec3988dbde2bdd8bc3b6ab1 /net/gupnp
parent31224a1792b0bee7205e9e879c5b8a244e9ecc29 (diff)
downloadports-d627cdafe51d8d18997441c34efc2d64cae39492.tar.gz
ports-d627cdafe51d8d18997441c34efc2d64cae39492.zip
- Update to 0.20.13
Notes
Notes: svn path=/head/; revision=376475
Diffstat (limited to 'net/gupnp')
-rw-r--r--net/gupnp/Makefile3
-rw-r--r--net/gupnp/distinfo4
-rw-r--r--net/gupnp/files/patch-libgupnp-gupnp-acl.h17
-rw-r--r--net/gupnp/files/patch-libgupnp-gupnp-device.h13
-rw-r--r--net/gupnp/files/patch-libgupnp-gupnp-service.h13
5 files changed, 3 insertions, 47 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile
index def70482ad85..9288cc63d7f4 100644
--- a/net/gupnp/Makefile
+++ b/net/gupnp/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gupnp
-PORTVERSION= 0.20.12
-PORTREVISION= 1
+PORTVERSION= 0.20.13
CATEGORIES= net
MASTER_SITES= GNOME
diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo
index 4cc4d686a8f9..148940e4f7ad 100644
--- a/net/gupnp/distinfo
+++ b/net/gupnp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gupnp-0.20.12.tar.xz) = 205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69
-SIZE (gupnp-0.20.12.tar.xz) = 394316
+SHA256 (gupnp-0.20.13.tar.xz) = d779b094f13097a5900689b3587e5b495d79112d0855ed842577acba25c902b3
+SIZE (gupnp-0.20.13.tar.xz) = 395356
diff --git a/net/gupnp/files/patch-libgupnp-gupnp-acl.h b/net/gupnp/files/patch-libgupnp-gupnp-acl.h
deleted file mode 100644
index 1e5a96a72fbc..000000000000
--- a/net/gupnp/files/patch-libgupnp-gupnp-acl.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- libgupnp/gupnp-acl.h.orig 2014-05-04 20:49:23.000000000 +0800
-+++ libgupnp/gupnp-acl.h 2014-05-28 13:01:03.041207000 +0800
-@@ -50,8 +50,14 @@
- typedef struct _GUPnPAclInterface GUPnPAclInterface;
-
- /* Forward declarations to avoid recursive includes */
-+#if !defined(__typedef_GUPnPDevice__)
-+#define __typedef_GUPnPDevice__
- typedef struct _GUPnPDevice GUPnPDevice;
-+#endif
-+#if !defined(__typedef_GUPnPService__)
-+#define __typedef_GUPnPService__
- typedef struct _GUPnPService GUPnPService;
-+#endif
-
- struct _GUPnPAclInterface {
- GTypeInterface parent;
diff --git a/net/gupnp/files/patch-libgupnp-gupnp-device.h b/net/gupnp/files/patch-libgupnp-gupnp-device.h
deleted file mode 100644
index 87779c1b90de..000000000000
--- a/net/gupnp/files/patch-libgupnp-gupnp-device.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- libgupnp/gupnp-device.h.orig 2013-12-01 19:32:50.000000000 +0800
-+++ libgupnp/gupnp-device.h 2014-05-28 13:01:03.041207000 +0800
-@@ -51,7 +51,10 @@
- GUPnPDeviceClass))
-
- typedef struct _GUPnPDevicePrivate GUPnPDevicePrivate;
-+#if !defined(__typedef_GUPnPDevice__)
-+#define __typedef_GUPnPDevice__
- typedef struct _GUPnPDevice GUPnPDevice;
-+#endif
- typedef struct _GUPnPDeviceClass GUPnPDeviceClass;
-
- /**
diff --git a/net/gupnp/files/patch-libgupnp-gupnp-service.h b/net/gupnp/files/patch-libgupnp-gupnp-service.h
deleted file mode 100644
index f27257051a96..000000000000
--- a/net/gupnp/files/patch-libgupnp-gupnp-service.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- libgupnp/gupnp-service.h.orig 2013-12-01 19:32:50.000000000 +0800
-+++ libgupnp/gupnp-service.h 2014-05-28 13:01:03.041207000 +0800
-@@ -65,7 +65,10 @@
- #define GUPNP_TYPE_SERVICE_ACTION (gupnp_service_action_get_type ())
-
- typedef struct _GUPnPServicePrivate GUPnPServicePrivate;
-+#if !defined(__typedef_GUPnPService__)
-+#define __typedef_GUPnPService__
- typedef struct _GUPnPService GUPnPService;
-+#endif
- typedef struct _GUPnPServiceClass GUPnPServiceClass;
-
- /**