diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-09 17:23:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-09 17:23:48 +0000 |
commit | a2c6c83f49a6af1118c69dfac36defa2ce3d8cd1 (patch) | |
tree | a5a0f6e77c3d699334fc6253d52be6d69174a318 /net | |
parent | c68345d88a2a3866cc090cd262d41c2cb64a22cb (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-igd/Makefile | 2 | ||||
-rw-r--r-- | net/gupnp-igd/distinfo | 4 | ||||
-rw-r--r-- | net/gupnp-igd/files/patch-libgupnp-igd-gupnp-simple-igd.c | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index efa247ec6906..f9576c8404bc 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp-igd -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gupnp-igd/distinfo b/net/gupnp-igd/distinfo index 8e94f5ae0e76..59daef1431f7 100644 --- a/net/gupnp-igd/distinfo +++ b/net/gupnp-igd/distinfo @@ -1,2 +1,2 @@ -SHA256 (gupnp-igd-0.2.2.tar.xz) = 73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3 -SIZE (gupnp-igd-0.2.2.tar.xz) = 262216 +SHA256 (gupnp-igd-0.2.3.tar.xz) = ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d +SIZE (gupnp-igd-0.2.3.tar.xz) = 269920 diff --git a/net/gupnp-igd/files/patch-libgupnp-igd-gupnp-simple-igd.c b/net/gupnp-igd/files/patch-libgupnp-igd-gupnp-simple-igd.c deleted file mode 100644 index e04f10913895..000000000000 --- a/net/gupnp-igd/files/patch-libgupnp-igd-gupnp-simple-igd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgupnp-igd/gupnp-simple-igd.c.orig 2011-11-08 06:37:37.000000000 +0800 -+++ libgupnp-igd/gupnp-simple-igd.c 2012-05-04 01:21:02.021160345 +0800 -@@ -41,6 +41,8 @@ - - #include <string.h> - #include <arpa/inet.h> -+#include <netinet/in.h> -+#include <sys/socket.h> - - #include <libgupnp/gupnp.h> - |