From aca789139c33d4685e07c5db3241f9529f647299 Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 30 Aug 2005 21:38:42 +0000 Subject: o Fix PLIST o Bump PORTREVISION Submitted by: pointyhat (krion) --- net-p2p/py-bittorrent-devel/Makefile | 1 + net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py | 8 ++++++++ net/py-bittorrent-devel/Makefile | 1 + net/py-bittorrent-devel/files/extra-nogui-patch-setup.py | 8 ++++++++ 4 files changed, 18 insertions(+) diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index 6d527d626eb..17a07e61881 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 8b996b01f39..edffccf24d6 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 = [ ++ diff --git a/net/py-bittorrent-devel/Makefile b/net/py-bittorrent-devel/Makefile index 6d527d626eb..17a07e61881 100644 --- a/net/py-bittorrent-devel/Makefile +++ b/net/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/py-bittorrent-devel/files/extra-nogui-patch-setup.py b/net/py-bittorrent-devel/files/extra-nogui-patch-setup.py index 8b996b01f39..edffccf24d6 100644 --- a/net/py-bittorrent-devel/files/extra-nogui-patch-setup.py +++ b/net/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 = [ ++ -- cgit