diff options
author | recht <recht@pkgsrc.org> | 2005-08-07 16:15:55 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-08-07 16:15:55 +0000 |
commit | 2cdd5c7e23a49c833c59b602e2f50be9d66c3ea4 (patch) | |
tree | 9ee57a3ece7de2fed1bca50797bc20ab8645a2aa /net/bittorrent/Makefile.common | |
parent | 8195f478d87524da7f9b707c938512c1c8f47a7e (diff) | |
download | pkgsrc-2cdd5c7e23a49c833c59b602e2f50be9d66c3ea4.tar.gz |
update to BitTorrent 4.0.3
Also enable the enable_bad_libc_workaround by default for NetBSD,
FreeBSD, OpenBSD and Darwin.
Changes in this release:
- Identify trackerless torrent files
- Not saving pause/play state across invocations of the GUI
- Small fixes to windows installer and corrupt config file recovery
- A number of small bug fixes
Diffstat (limited to 'net/bittorrent/Makefile.common')
-rw-r--r-- | net/bittorrent/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common index e3bcab8c4af..086effe9cbf 100644 --- a/net/bittorrent/Makefile.common +++ b/net/bittorrent/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.14 2005/07/26 13:50:58 gdt Exp $ +# $NetBSD: Makefile.common,v 1.15 2005/08/07 16:15:55 recht Exp $ # -DISTNAME= BitTorrent-4.0.2 +DISTNAME= BitTorrent-4.0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bittorrent/} @@ -13,5 +13,4 @@ DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo FILESDIR= ${.CURDIR}/../../net/bittorrent/files PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches - PYTHON_VERSIONS_ACCEPTED= 24 23 22 |