diff options
author | lioux <lioux@FreeBSD.org> | 2005-08-31 05:38:42 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-08-31 05:38:42 +0800 |
commit | aca789139c33d4685e07c5db3241f9529f647299 (patch) | |
tree | 91456a77ff5b62cd78bbd85c23477a058c7788a3 /net-p2p/py-bittorrent-devel | |
parent | 3e60be231a554393d026cf588a6c567c8afe83f4 (diff) | |
download | freebsd-ports-gnome-aca789139c33d4685e07c5db3241f9529f647299.tar.gz freebsd-ports-gnome-aca789139c33d4685e07c5db3241f9529f647299.tar.zst freebsd-ports-gnome-aca789139c33d4685e07c5db3241f9529f647299.zip |
o Fix PLIST
o Bump PORTREVISION
Submitted by: pointyhat (krion)
Diffstat (limited to 'net-p2p/py-bittorrent-devel')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index 6d527d626ebc..17a07e618812 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.1.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= net python MASTER_SITES= http://www.bittorrent.com/dl/ \ 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 8b996b01f395..edffccf24d67 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 @@ -11,3 +11,11 @@ "launchmany-curses", "launchmany-console", "changetracker-console", "torrentinfo-console", +@@ -53,5 +53,5 @@ + translations.append (("%s/%s/LC_MESSAGES" % (locale_root, l), + ["locale/%s/LC_MESSAGES/bittorrent.mo" % l])) + +-data_files = [ (img_root , glob.glob('images/*png')+['images/bittorrent.ico',]), +- (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png') ), ++data_files = [ ++ |