diff options
author | mezz <mezz@FreeBSD.org> | 2004-06-22 13:46:42 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-06-22 13:46:42 +0800 |
commit | 797d84b74e6fc6851d51d8a3c244dce9d350285a (patch) | |
tree | c577c19ad00371a96e7a88916ba97821548da899 /net-p2p/gnome-btdownload/files | |
parent | 50522ff143f42ac6ede175f491977defad87fecd (diff) | |
download | freebsd-ports-gnome-797d84b74e6fc6851d51d8a3c244dce9d350285a.tar.gz freebsd-ports-gnome-797d84b74e6fc6851d51d8a3c244dce9d350285a.tar.zst freebsd-ports-gnome-797d84b74e6fc6851d51d8a3c244dce9d350285a.zip |
Back out to 0.0.11, because the 0.0.16 requires the development version of
py-gtk2 2.3.x (available at MarcusCom CVS). You still can get 0.0.16 at
http://people.freebsd.org/~mezz/diff/ if you want to, which I will keep update
from there until py-gtk2 2.3.x (will be 2.4) becomes stable.
Reported by: Randy Pratt <rpratt1950@earthlink.net>
Diffstat (limited to 'net-p2p/gnome-btdownload/files')
-rw-r--r-- | net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload b/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload index 3a7a77da040a..80ed19fb1cc1 100644 --- a/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload +++ b/net-p2p/gnome-btdownload/files/patch-src::gnome-btdownload @@ -1,17 +1,17 @@ ---- src/gnome-btdownload.orig Tue Jun 15 00:16:22 2004 -+++ src/gnome-btdownload Tue Jun 15 00:17:17 2004 +--- src/gnome-btdownload.orig Thu Jan 8 22:13:40 2004 ++++ src/gnome-btdownload Thu Jan 8 22:14:05 2004 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python - # BitTorrent related modules. import BitTorrent.download, BitTorrent.bencode -@@ -72,7 +72,7 @@ - # Fallback wrapper - if not locate_file: - def fallback_locate_attempt_prefixes(path): -- prefixes = ['', 'usr/', 'usr/local/'] -+ prefixes = ['', '%%X11PREFIX%%/', 'usr/', 'usr/local/'] + import os.path, threading, sys, time, re +@@ -49,7 +49,7 @@ + if not locate_file or not get_url: + try: + def fallback_locate_attempt_prefixes(path): +- prefixes = ['', 'usr/', 'usr/local/'] ++ prefixes = ['', '%%X11PREFIX%%/', 'usr/', 'usr/local/'] - # Try them locally - for prefix in prefixes: + # Try them locally + for prefix in prefixes: |