aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-10-19 02:36:40 +0800
committercrees <crees@FreeBSD.org>2011-10-19 02:36:40 +0800
commit9a820d2e206f60a2adf1adf995fe22db458027e3 (patch)
tree37cfa7d2c4a27c9e0b351c7da2f100d563ab3dca
parent8e2900ad5756e359f4ce3578a5b5573935f01eb0 (diff)
downloadfreebsd-ports-gnome-9a820d2e206f60a2adf1adf995fe22db458027e3.tar.gz
freebsd-ports-gnome-9a820d2e206f60a2adf1adf995fe22db458027e3.tar.zst
freebsd-ports-gnome-9a820d2e206f60a2adf1adf995fe22db458027e3.zip
- Update to 2.41
- Update MASTER_SITES PR: ports/161712 Submitted by: Barbara <barbara.xxx1975@libero.it>
-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
-rw-r--r--net-p2p/transmission-gtk2/Makefile1
-rw-r--r--net-p2p/transmission/Makefile2
-rw-r--r--www/transmission-web/pkg-plist17
6 files changed, 16 insertions, 15 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 )
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile
index bc62edd95848..3f4dd41ccedc 100644
--- a/net-p2p/transmission-gtk2/Makefile
+++ b/net-p2p/transmission-gtk2/Makefile
@@ -5,7 +5,6 @@
# $FreeBSD$
#
-PORTREVISION= 1
PKGNAMESUFFIX= -gtk2
MAINTAINER= crees@FreeBSD.org
diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile
index 6e190d8784d7..7aac8a3f08f5 100644
--- a/net-p2p/transmission/Makefile
+++ b/net-p2p/transmission/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= transmission
-PORTVERSION= 2.33
+PORTVERSION= 2.41
CATEGORIES= net-p2p
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/www/transmission-web/pkg-plist b/www/transmission-web/pkg-plist
index 907f040a5c0d..cb314e07602d 100644
--- a/www/transmission-web/pkg-plist
+++ b/www/transmission-web/pkg-plist
@@ -17,34 +17,35 @@
%%DATADIR%%/web/images/buttons/torrent_buttons.png
%%DATADIR%%/web/images/favicon.ico
%%DATADIR%%/web/images/favicon.png
+%%DATADIR%%/web/images/graphics/blue-turtle.png
%%DATADIR%%/web/images/graphics/chrome.png
%%DATADIR%%/web/images/graphics/filter_bar.png
%%DATADIR%%/web/images/graphics/filter_icon.png
%%DATADIR%%/web/images/graphics/iphone_chrome.png
%%DATADIR%%/web/images/graphics/lock_icon.png
%%DATADIR%%/web/images/graphics/logo.png
-%%DATADIR%%/web/images/graphics/transfer_arrows.png
-%%DATADIR%%/web/images/graphics/wait20.gif
%%DATADIR%%/web/images/progress/progress.png
%%DATADIR%%/web/images/webclip-icon.png
%%DATADIR%%/web/index.html
%%DATADIR%%/web/javascript/common.js
%%DATADIR%%/web/javascript/dialog.js
+%%DATADIR%%/web/javascript/file-row.js
%%DATADIR%%/web/javascript/formatter.js
+%%DATADIR%%/web/javascript/inspector.js
%%DATADIR%%/web/javascript/jquery/jquery.contextmenu.min.js
%%DATADIR%%/web/javascript/jquery/jquery.form.js
%%DATADIR%%/web/javascript/jquery/jquery.form.min.js
-%%DATADIR%%/web/javascript/jquery/jquery.min.js
%%DATADIR%%/web/javascript/jquery/jquery.transmenu.min.js
-%%DATADIR%%/web/javascript/jquery/json.min.js
-%%DATADIR%%/web/javascript/menu.js
+%%DATADIR%%/web/javascript/jquery/json2.min.js
+%%DATADIR%%/web/javascript/prefs-dialog.js
+%%DATADIR%%/web/javascript/remote.js
+%%DATADIR%%/web/javascript/torrent-row.js
%%DATADIR%%/web/javascript/torrent.js
%%DATADIR%%/web/javascript/transmission.js
-%%DATADIR%%/web/javascript/transmission.remote.js
%%DATADIR%%/web/stylesheets/common.css
-%%DATADIR%%/web/stylesheets/ie6.css
%%DATADIR%%/web/stylesheets/ie7.css
-%%DATADIR%%/web/stylesheets/iphone.css
+%%DATADIR%%/web/stylesheets/ieAll.css
+%%DATADIR%%/web/stylesheets/mobile.css
@dirrm %%DATADIR%%/web/stylesheets
@dirrm %%DATADIR%%/web/javascript/jquery
@dirrm %%DATADIR%%/web/javascript