summaryrefslogtreecommitdiff
path: root/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-15 01:53:57 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-15 01:53:57 +0000
commit9407d5affe1b4cdd885c23f281ca3618c0051b29 (patch)
treeea0a38a9517b159720229c45e3317969e13e0adb /net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
parent- Update to 1.1.6 (diff)
- After repo copy from py-bittorrent
o Update to Kenosis version 0.92 enabled BitTorrent version based on the official BitTorrent client version 3.4.2 o Add PKGMESSAGE with instructions specific to the FreeBSD installation o Update DESCR PR: 76200 Repo copied by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=126477
Diffstat (limited to 'net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py')
-rw-r--r--net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py21
1 files changed, 17 insertions, 4 deletions
diff --git a/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py b/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
index 7461547d430a..4c72f66ad46a 100644
--- a/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
+++ b/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
@@ -1,8 +1,20 @@
---- setup.py.orig Sun Mar 30 17:01:05 2003
-+++ setup.py Sun Mar 30 17:01:20 2003
-@@ -18,9 +18,9 @@
+--- setup.py.orig Fri Jan 14 22:12:02 2005
++++ setup.py Fri Jan 14 22:12:54 2005
+@@ -9,18 +9,19 @@
+ import BitTorrent
+
+ setup(
+- name = "BitTorrent",
+- version = BitTorrent.version,
++ name = "%%KENOSIS-BITTORRENT%%",
++ version = %%KENOSIS-BITTORRENT%%.version,
+ author = "Bram Cohen",
+ author_email = "<bram@bitconjurer.org>",
+ url = "http://www.bitconjurer.org/BitTorrent/",
+ license = "MIT",
- packages = ["BitTorrent"],
+- packages = ["BitTorrent"],
++ packages = ["%%KENOSIS-BITTORRENT%%"],
- scripts = ["btdownloadgui.py", "btdownloadheadless.py", "btdownloadlibrary.py",
+ scripts = ["btdownloadheadless.py", "btdownloadlibrary.py",
@@ -10,5 +22,6 @@
- "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py",
+ "btdownloadcurses.py", "btlaunchmanycurses.py",
"btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
++ "btunittest.py",
"bttest.py"]
)