aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-cli/Makefile2
-rw-r--r--net-p2p/transmission-cli/files/patch-libtransmission_upnp.c18
-rw-r--r--net-p2p/transmission-daemon/Makefile2
-rw-r--r--net-p2p/transmission-gtk/Makefile2
-rw-r--r--net-p2p/transmission-qt4/Makefile2
5 files changed, 22 insertions, 4 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile
index a7d32ae2d32..c0d35681ba7 100644
--- a/net-p2p/transmission-cli/Makefile
+++ b/net-p2p/transmission-cli/Makefile
@@ -2,7 +2,7 @@
PORTNAME= transmission
PORTVERSION= 2.84
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES?= net-p2p
#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/
MASTER_SITES= http://transmission.cachefly.net/
diff --git a/net-p2p/transmission-cli/files/patch-libtransmission_upnp.c b/net-p2p/transmission-cli/files/patch-libtransmission_upnp.c
new file mode 100644
index 00000000000..17ce1bea3aa
--- /dev/null
+++ b/net-p2p/transmission-cli/files/patch-libtransmission_upnp.c
@@ -0,0 +1,18 @@
+https://trac.transmissionbt.com/ticket/6003
+
+Index: libtransmission/upnp.c
+===================================================================
+--- libtransmission/upnp.c (revision 14564)
++++ libtransmission/upnp.c (revision 14565)
+@@ -88,7 +88,11 @@ tr_upnpDiscover (int msec)
+
+ #if (MINIUPNPC_API_VERSION >= 8) /* adds ipv6 and error args */
+ int err = UPNPDISCOVER_SUCCESS;
++ #if (MINIUPNPC_API_VERSION >= 14) /* adds ttl */
++ ret = upnpDiscover (msec, NULL, NULL, 0, 0, 2, &err);
++ #else
+ ret = upnpDiscover (msec, NULL, NULL, 0, 0, &err);
++ #endif
+ have_err = err != UPNPDISCOVER_SUCCESS;
+ #else
+ ret = upnpDiscover (msec, NULL, NULL, 0);
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile
index d76f6815d2d..1973e2ef9ae 100644
--- a/net-p2p/transmission-daemon/Makefile
+++ b/net-p2p/transmission-daemon/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
PKGNAMESUFFIX= -daemon
MAINTAINER= crees@FreeBSD.org
diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile
index 3bd08c221b4..4e139d33349 100644
--- a/net-p2p/transmission-gtk/Makefile
+++ b/net-p2p/transmission-gtk/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PKGNAMESUFFIX= -gtk
-PORTREVISION= 4
+PORTREVISION= 5
MAINTAINER= crees@FreeBSD.org
COMMENT= Fast and lightweight GTK+3 BitTorrent client
diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile
index 71d6a8f156b..2f59606a130 100644
--- a/net-p2p/transmission-qt4/Makefile
+++ b/net-p2p/transmission-qt4/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -qt4
MAINTAINER= crees@FreeBSD.org