diff options
-rw-r--r-- | net/bittornado/Makefile.common | 6 | ||||
-rw-r--r-- | net/bittornado/PLIST | 3 | ||||
-rw-r--r-- | net/bittornado/distinfo | 8 | ||||
-rw-r--r-- | net/bittornado/patches/patch-aa | 7 |
4 files changed, 11 insertions, 13 deletions
diff --git a/net/bittornado/Makefile.common b/net/bittornado/Makefile.common index 150b771ccf8..e7ad3a4671d 100644 --- a/net/bittornado/Makefile.common +++ b/net/bittornado/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/10/28 17:00:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/11/30 12:31:29 wiz Exp $ # -DISTNAME= BitTornado-0.3.7 +DISTNAME= BitTornado-0.3.8 CATEGORIES= net -MASTER_SITES= http://e.scarywater.net/bt/download/ +MASTER_SITES= http://www.bittornado.com/download/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://bittornado.com/ diff --git a/net/bittornado/PLIST b/net/bittornado/PLIST index b53125d3690..0a4e035754b 100644 --- a/net/bittornado/PLIST +++ b/net/bittornado/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/11/30 12:31:29 wiz Exp $ bin/bt-t-make.py bin/btcompletedir.py bin/btcopyannounce.py @@ -11,7 +11,6 @@ bin/btreannounce.py bin/btrename.py bin/btsethttpseeds.py bin/btshowmetainfo.py -bin/bttest.py bin/bttrack.py ${PYSITELIB}/BitTornado/BT1/Choker.py ${PYSITELIB}/BitTornado/BT1/Choker.pyc diff --git a/net/bittornado/distinfo b/net/bittornado/distinfo index c860395f268..aa0e8bf079c 100644 --- a/net/bittornado/distinfo +++ b/net/bittornado/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/11/30 12:31:29 wiz Exp $ -SHA1 (BitTornado-0.3.7.tar.gz) = 38af811880af51437d80ffef3a4e7191d128b303 -Size (BitTornado-0.3.7.tar.gz) = 176879 bytes -SHA1 (patch-aa) = f0616d1b59f1512db45f8a937faef9f5bb3b148b +SHA1 (BitTornado-0.3.8.tar.gz) = efb5d51b391e8758bdebf959a485e186ad5579f8 +Size (BitTornado-0.3.8.tar.gz) = 220481 bytes +SHA1 (patch-aa) = a88096122a34776b72dfc18f1d95a1736c71b54b diff --git a/net/bittornado/patches/patch-aa b/net/bittornado/patches/patch-aa index 675de0ed6b3..20569d116be 100644 --- a/net/bittornado/patches/patch-aa +++ b/net/bittornado/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2004/11/30 12:31:29 wiz Exp $ ---- setup.py.orig 2004-08-15 23:37:11.000000000 +0200 +--- setup.py.orig 2004-10-06 21:50:32.000000000 +0200 +++ setup.py -@@ -18,12 +18,12 @@ setup( +@@ -18,11 +18,11 @@ packages = ["BitTornado","BitTornado.BT1"], @@ -12,7 +12,6 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $ - "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py", + "btdownloadcurses.py", "btlaunchmanycurses.py", "btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py", - "bttest.py", - 'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py', + 'btcopyannounce.py', 'btsethttpseeds.py', 'bt-t-make.py', |