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 | ef7b3952d1042f1a6ebe1d513d65c568a135c0aa (patch) | |
tree | 9ee57a3ece7de2fed1bca50797bc20ab8645a2aa /net/bittorrent-gui | |
parent | 16b5663e3c4955196ab435241588968646dd075d (diff) | |
download | pkgsrc-ef7b3952d1042f1a6ebe1d513d65c568a135c0aa.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-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 4 | ||||
-rw-r--r-- | net/bittorrent-gui/PLIST | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index d193972878a..e0690eb5722 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 10:55:06 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/08/07 16:15:55 recht Exp $ # .include "../../net/bittorrent/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/} COMMENT+= (GTK+ GUI) -DEPENDS+= bittorrent>=4.0.2:../../net/bittorrent +DEPENDS+= bittorrent>=4.0.3:../../net/bittorrent PYTHON_PATCH_SCRIPTS= btdownloadgui.py btmaketorrentgui.py diff --git a/net/bittorrent-gui/PLIST b/net/bittorrent-gui/PLIST index fae2cb6bcaf..3adee81036d 100644 --- a/net/bittorrent-gui/PLIST +++ b/net/bittorrent-gui/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 2005/07/10 19:11:02 recht Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/08/07 16:15:55 recht Exp $ bin/btdownloadgui.py bin/btmaketorrentgui.py -share/pixmaps/BitTorrent-4.0.2/bittorrent.ico -share/pixmaps/BitTorrent-4.0.2/broken.png -share/pixmaps/BitTorrent-4.0.2/finished.png -share/pixmaps/BitTorrent-4.0.2/info.png -share/pixmaps/BitTorrent-4.0.2/pause.png -share/pixmaps/BitTorrent-4.0.2/paused.png -share/pixmaps/BitTorrent-4.0.2/play.png -share/pixmaps/BitTorrent-4.0.2/queued.png -share/pixmaps/BitTorrent-4.0.2/remove.png -share/pixmaps/BitTorrent-4.0.2/running.png +share/pixmaps/BitTorrent-${PKGVERSION}/bittorrent.ico +share/pixmaps/BitTorrent-${PKGVERSION}/broken.png +share/pixmaps/BitTorrent-${PKGVERSION}/finished.png +share/pixmaps/BitTorrent-${PKGVERSION}/info.png +share/pixmaps/BitTorrent-${PKGVERSION}/pause.png +share/pixmaps/BitTorrent-${PKGVERSION}/paused.png +share/pixmaps/BitTorrent-${PKGVERSION}/play.png +share/pixmaps/BitTorrent-${PKGVERSION}/queued.png +share/pixmaps/BitTorrent-${PKGVERSION}/remove.png +share/pixmaps/BitTorrent-${PKGVERSION}/running.png |