From f93226012cf2ae64bafc05de89bb1cb534d21a8f Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 23 Dec 2007 22:09:09 +0000 Subject: Disable check version update and set invisible option from perference. It's useless for FreeBSD. Bump the PORTREVISION. Reported by: Aryeh M. Friedman --- net-p2p/deluge/Makefile | 2 +- net-p2p/deluge/files/patch-disable_check_update | 33 +++++++++++++++++++++++ net-p2p/deluge05/Makefile | 2 +- net-p2p/deluge05/files/patch-disable_check_update | 33 +++++++++++++++++++++++ 4 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 net-p2p/deluge/files/patch-disable_check_update create mode 100644 net-p2p/deluge05/files/patch-disable_check_update (limited to 'net-p2p') diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index db44a68e886f..02031d8e6f47 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -7,7 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ diff --git a/net-p2p/deluge/files/patch-disable_check_update b/net-p2p/deluge/files/patch-disable_check_update new file mode 100644 index 000000000000..45e990bb2a87 --- /dev/null +++ b/net-p2p/deluge/files/patch-disable_check_update @@ -0,0 +1,33 @@ +--- glade/preferences_dialog.glade.orig 2007-12-23 15:53:01.000000000 -0600 ++++ glade/preferences_dialog.glade 2007-12-23 15:53:35.000000000 -0600 +@@ -2738,7 +2738,7 @@ + + + +- True ++ False + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + 0 + GTK_SHADOW_NONE +--- src/interface.py.orig 2007-12-23 15:53:04.000000000 -0600 ++++ src/interface.py 2007-12-23 15:54:45.000000000 -0600 +@@ -112,9 +112,6 @@ + # Boolean set to true if window is not minimized and is "visible" + self.update_interface = True + +- def new_release_check(): +- common.new_release_check() +- + def send_info(): + import time + +@@ -130,9 +127,6 @@ + else: + _run_script() + +- if self.config.get("new_releases"): +- new_release_check() +- + if self.config.get("send_info"): + send_info() + diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index db44a68e886f..02031d8e6f47 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -7,7 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ diff --git a/net-p2p/deluge05/files/patch-disable_check_update b/net-p2p/deluge05/files/patch-disable_check_update new file mode 100644 index 000000000000..45e990bb2a87 --- /dev/null +++ b/net-p2p/deluge05/files/patch-disable_check_update @@ -0,0 +1,33 @@ +--- glade/preferences_dialog.glade.orig 2007-12-23 15:53:01.000000000 -0600 ++++ glade/preferences_dialog.glade 2007-12-23 15:53:35.000000000 -0600 +@@ -2738,7 +2738,7 @@ + + + +- True ++ False + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + 0 + GTK_SHADOW_NONE +--- src/interface.py.orig 2007-12-23 15:53:04.000000000 -0600 ++++ src/interface.py 2007-12-23 15:54:45.000000000 -0600 +@@ -112,9 +112,6 @@ + # Boolean set to true if window is not minimized and is "visible" + self.update_interface = True + +- def new_release_check(): +- common.new_release_check() +- + def send_info(): + import time + +@@ -130,9 +127,6 @@ + else: + _run_script() + +- if self.config.get("new_releases"): +- new_release_check() +- + if self.config.get("send_info"): + send_info() + -- cgit