diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 21:37:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 21:37:24 +0000 |
commit | 2c686b352e2d0ca0813b6f81a7c724fda04474c8 (patch) | |
tree | 4503afe5826025e85c5077ce168e097d674eae9d /net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py | |
parent | Update to 2.10.6. (diff) |
- Non-devel port have much newer version, and since there is no visible
development branch, remove
PR: ports/114223
Submitted by: Wesley Shields <wxs@atarininja.org>
Notes
Notes:
svn path=/head/; revision=195388
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py b/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py deleted file mode 100644 index d2e5b60d36d2..000000000000 --- a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py +++ /dev/null @@ -1,16 +0,0 @@ ---- bittorrent-tracker.py Wed Oct 12 01:08:15 2005 -+++ bittorrent-tracker.py Wed Oct 12 07:57:55 2005 -@@ -12,6 +12,13 @@ - - # Written by Bram Cohen - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - if __name__ == '__main__': - from BitTorrent.platform import install_translation - install_translation() |