diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-25 12:42:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-25 12:42:19 +0000 |
commit | 822df67266acdd5ceb8767447b5ce48ce492d493 (patch) | |
tree | 2eece745b4ed4c702b381c8518722c4b96a7b613 /net/bittorrent/Makefile.common | |
parent | 1f86d047141dbca83d0f7d8d6be89c788c2aed8c (diff) | |
download | pkgsrc-822df67266acdd5ceb8767447b5ce48ce492d493.tar.gz |
Update to 3.4.2:
* Fixed some bugs, including an important tracker bug
* Added 'warning message' so trackers can send non-fatal human
readable messages to clients
* Fixed problem where some users got 'could not find file' message
Diffstat (limited to 'net/bittorrent/Makefile.common')
-rw-r--r-- | net/bittorrent/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common index 2ada94d1748..31a1384e16e 100644 --- a/net/bittorrent/Makefile.common +++ b/net/bittorrent/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.6 2004/04/27 03:43:54 snj Exp $ +# $NetBSD: Makefile.common,v 1.7 2004/05/25 12:42:19 wiz Exp $ # -DISTNAME= BitTorrent-3.4.1a +DISTNAME= BitTorrent-3.4.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bittorrent/} EXTRACT_SUFX= .zip |