diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-28 18:23:02 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-28 18:23:02 +0000 |
commit | b3ebc48ba2815aa11004aa788dc0d627729bc36f (patch) | |
tree | 08addacaaa7e562bafa8c50df3ab01e2ed71b13d /net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py | |
parent | New port ocaml-event version 0.5.0: An ocaml wrapper for the libevent API (diff) |
o Update to 4.1.4
o Most command line scripts have been renamed, check
http://www.bittorrent.com/bittorrent_versions.html
Notes
Notes:
svn path=/head/; revision=141159
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py b/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py index bdfd37a28162..8b996b01f395 100644 --- a/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py +++ b/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py @@ -1,18 +1,13 @@ ---- setup.py.orig Sat Mar 12 10:01:45 2005 -+++ setup.py Sat Mar 12 10:14:21 2005 -@@ -19,7 +19,7 @@ +--- setup.py.orig Tue Aug 23 22:58:45 2005 ++++ setup.py Tue Aug 23 23:09:21 2005 +@@ -25,8 +25,8 @@ import glob --scripts = ["btdownloadgui.py", "btdownloadcurses.py", "btdownloadheadless.py", -- "btmaketorrentgui.py", "btmaketorrent.py", -+scripts = ["btdownloadcurses.py", "btdownloadheadless.py", -+ "btmaketorrent.py", - "btlaunchmany.py", "btlaunchmanycurses.py", - "bttrack.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py"] -@@ -27,4 +27,3 @@ - img_root, doc_root = BitTorrent.calc_unix_dirs() - --data_files = [ (img_root , glob.glob('images/*png')+['images/bittorrent.ico',]), -- (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png') ), -+data_files = [ +-symlinks = ["bittorrent" , "bittorrent-curses", "bittorrent-console", +- "maketorrent", "maketorrent-console", ++symlinks = ["bittorrent-curses", "bittorrent-console", ++ "maketorrent-console", + "launchmany-curses", "launchmany-console", + "changetracker-console", + "torrentinfo-console", |