diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-24 17:11:53 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-24 17:11:53 +0800 |
commit | 3fd3e3356e4e62276db4e821bf09a4dbaddb1c4d (patch) | |
tree | 399126e0140e82687ff48a73263a3b3cc9951065 /net-p2p | |
parent | 27013393696ab7cba3adab1ca0560616942cf3e9 (diff) | |
download | freebsd-ports-gnome-3fd3e3356e4e62276db4e821bf09a4dbaddb1c4d.tar.gz freebsd-ports-gnome-3fd3e3356e4e62276db4e821bf09a4dbaddb1c4d.tar.zst freebsd-ports-gnome-3fd3e3356e4e62276db4e821bf09a4dbaddb1c4d.zip |
- After repo copy from py-bittorrent:
o Update to development version 3.9.0
Repo copied by: portmgr (marcus)
Reviewed by: freebsd-ports@,
mezz
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/patch-setup.py b/net-p2p/py-bittorrent-devel/files/patch-setup.py new file mode 100644 index 000000000000..db3b47238e7c --- /dev/null +++ b/net-p2p/py-bittorrent-devel/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Fri Dec 24 06:59:35 2004 ++++ setup.py Fri Dec 24 06:59:44 2004 +@@ -29,8 +29,6 @@ + + data_files = [ (img_root , glob.glob('images/*png')+['images/bittorrent.ico',]), + (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png') ), +- (doc_root , ['credits.txt', 'LICENSE.txt', +- 'README.txt', 'redirdonate.html'] ), + ] + + setup( |