diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-05 19:43:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-05 19:43:41 +0000 |
commit | 82980a42fe05a177c3d8f4ea8ec7ff9fc5fe8d6e (patch) | |
tree | a46447f84c43f1e14ef8580286708a983d9c8aa1 /net | |
parent | f7d8bd898d324717f2473af1cf78af6ce8859941 (diff) | |
download | pkgsrc-82980a42fe05a177c3d8f4ea8ec7ff9fc5fe8d6e.tar.gz |
Update to 2.71:
Transmission 2.71 (2012/09/26)
All tickets closed by this release
Mac
Fix crasher on 10.6 Snow Leopard
Transmission 2.70 (2012/09/25)
All tickets closed by this release
All Platforms
Improved speed with the µTP protocol
Fix bug that caused some incoming encrypted peer connections to fail
Fix bugs with the speed limit scheduler
Fix crasher with magnet links
Mac
Notification Center support on Mountain Lion
Torrent files can be previewed with Quick Look in the Finder
Add an option to remove transfers when seeding completes
Fix displaying the Web Client with Bonjour
Fix bugs with Time Machine exclusions
Other minor interface tweaks and bug fixes
Removed Simplified Chinese localization because of lack of localizer
GTK+
Require GTK+ 3.4
Qt
Control speed limit from the icon tray
Improved behavior when clicking on torrents in the torrent list
Fix bug where torrent files were not deleted
Fix bug with unicode characters in the default location
Web Client
The file inspector tab displays files nested under directories
Improved scrolling on iPad
Fix incorrectly rendered characters
Fix bug involving attempts to post notifications without permission
Diffstat (limited to 'net')
-rw-r--r-- | net/Transmission-gui/Makefile | 3 | ||||
-rw-r--r-- | net/Transmission-gui/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/Transmission-gui/Makefile b/net/Transmission-gui/Makefile index 2ead008644e..6220a6f21a6 100644 --- a/net/Transmission-gui/Makefile +++ b/net/Transmission-gui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/10/02 17:11:44 tron Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/05 19:43:41 wiz Exp $ PKGNAME= ${DISTNAME:C:t:T:C:-:-gui-:} -PKGREVISION= 2 USE_LANGUAGES+= c c++ MAKE_ENV+= QTDIR=${QTDIR} diff --git a/net/Transmission-gui/PLIST b/net/Transmission-gui/PLIST index 9d0cb367f28..f5d12519033 100644 --- a/net/Transmission-gui/PLIST +++ b/net/Transmission-gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2012/07/28 15:13:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/10/05 19:43:41 wiz Exp $ bin/transmission-gtk bin/transmission-qt man/man1/transmission-gtk.1 @@ -68,6 +68,7 @@ share/locale/ml/LC_MESSAGES/transmission-gtk.mo share/locale/mr/LC_MESSAGES/transmission-gtk.mo share/locale/ms/LC_MESSAGES/transmission-gtk.mo share/locale/mt/LC_MESSAGES/transmission-gtk.mo +share/locale/my/LC_MESSAGES/transmission-gtk.mo share/locale/nb/LC_MESSAGES/transmission-gtk.mo share/locale/nds/LC_MESSAGES/transmission-gtk.mo share/locale/nl/LC_MESSAGES/transmission-gtk.mo @@ -85,6 +86,7 @@ share/locale/sl/LC_MESSAGES/transmission-gtk.mo share/locale/sq/LC_MESSAGES/transmission-gtk.mo share/locale/sr/LC_MESSAGES/transmission-gtk.mo share/locale/sv/LC_MESSAGES/transmission-gtk.mo +share/locale/sw/LC_MESSAGES/transmission-gtk.mo share/locale/ta_LK/LC_MESSAGES/transmission-gtk.mo share/locale/te/LC_MESSAGES/transmission-gtk.mo share/locale/th/LC_MESSAGES/transmission-gtk.mo |