diff options
author | mezz <mezz@FreeBSD.org> | 2007-12-24 06:09:09 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-12-24 06:09:09 +0800 |
commit | f93226012cf2ae64bafc05de89bb1cb534d21a8f (patch) | |
tree | f1018220529ebabf6e20918f060d81eeca5cc26c /net-p2p | |
parent | 37fa013b5ab32903a8043416792d8cb70aeaf440 (diff) | |
download | freebsd-ports-gnome-f93226012cf2ae64bafc05de89bb1cb534d21a8f.tar.gz freebsd-ports-gnome-f93226012cf2ae64bafc05de89bb1cb534d21a8f.tar.zst freebsd-ports-gnome-f93226012cf2ae64bafc05de89bb1cb534d21a8f.zip |
Disable check version update and set invisible option from perference. It's
useless for FreeBSD. Bump the PORTREVISION.
Reported by: Aryeh M. Friedman <aryeh.friedman@gmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/deluge/files/patch-disable_check_update | 33 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/deluge05/files/patch-disable_check_update | 33 |
4 files changed, 68 insertions, 2 deletions
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 @@ + </child> + <child> + <widget class="GtkFrame" id="frame4"> +- <property name="visible">True</property> ++ <property name="visible">False</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="label_xalign">0</property> + <property name="shadow_type">GTK_SHADOW_NONE</property> +--- 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 @@ + </child> + <child> + <widget class="GtkFrame" id="frame4"> +- <property name="visible">True</property> ++ <property name="visible">False</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="label_xalign">0</property> + <property name="shadow_type">GTK_SHADOW_NONE</property> +--- 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() + |