aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-cli
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-10-18 18:36:40 +0000
committerChris Rees <crees@FreeBSD.org>2011-10-18 18:36:40 +0000
commit76cb37520432c6684c3c74ee1cd31c47acdd5bbd (patch)
tree2375452f72b793b0dd8500d0f68aadb2ba9d19fe /net-p2p/transmission-cli
parent49bd254a6b068cbbd84a397542dae0435606dffc (diff)
downloadports-76cb37520432c6684c3c74ee1cd31c47acdd5bbd.tar.gz
ports-76cb37520432c6684c3c74ee1cd31c47acdd5bbd.zip
- Update to 2.41
- Update MASTER_SITES PR: ports/161712 Submitted by: Barbara <barbara.xxx1975@libero.it>
Notes
Notes: svn path=/head/; revision=283840
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r--net-p2p/transmission-cli/Makefile5
-rw-r--r--net-p2p/transmission-cli/distinfo4
-rw-r--r--net-p2p/transmission-cli/files/patch-fix_without_ipv62
3 files changed, 6 insertions, 5 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile
index ff7aa8aaeabf..729d9064129b 100644
--- a/net-p2p/transmission-cli/Makefile
+++ b/net-p2p/transmission-cli/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= transmission
-PORTVERSION= 2.33
+PORTVERSION= 2.41
PORTREVISION?= 0
CATEGORIES?= net-p2p
-MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/
+#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ \
+MASTER_SITES= http://transmission.cachefly.net/
PKGNAMESUFFIX?= -cli
MAINTAINER?= crees@FreeBSD.org
diff --git a/net-p2p/transmission-cli/distinfo b/net-p2p/transmission-cli/distinfo
index 419b2c7c51ba..abed3ccfe292 100644
--- a/net-p2p/transmission-cli/distinfo
+++ b/net-p2p/transmission-cli/distinfo
@@ -1,2 +1,2 @@
-SHA256 (transmission-2.33.tar.xz) = c15a7f9d82743fb329ee12e41bf242070ddbaa8c6741da7ce0bb91d8d399a072
-SIZE (transmission-2.33.tar.xz) = 2583032
+SHA256 (transmission-2.41.tar.xz) = f31bf798f620b436b2f5ed7047fa27fab78ce4b229d6d02f8c71f9867277685a
+SIZE (transmission-2.41.tar.xz) = 2623344
diff --git a/net-p2p/transmission-cli/files/patch-fix_without_ipv6 b/net-p2p/transmission-cli/files/patch-fix_without_ipv6
index b6e634b499d7..49e1c57a269a 100644
--- a/net-p2p/transmission-cli/files/patch-fix_without_ipv6
+++ b/net-p2p/transmission-cli/files/patch-fix_without_ipv6
@@ -2,7 +2,7 @@
+++ libtransmission/fdlimit.c 2011-02-27 15:35:12.000000000 -0600
@@ -609,7 +609,7 @@
- if( gFd->socket_count < gFd->socket_limit )
+ if( gFd->socket_count < session->peerLimit )
if(( s = socket( domain, type, 0 )) < 0 )
- if( sockerrno != EAFNOSUPPORT )
+ if( sockerrno != EPROTONOSUPPORT )