summaryrefslogtreecommitdiff
path: root/net/transmission-qt
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-30 13:46:30 +0000
committerwiz <wiz>2014-05-30 13:46:30 +0000
commit234c281f3f0ed9da7e1be6dafc5ef07b69353f83 (patch)
tree10a71ff25447dbc0a7e82ec435b02e0195e7ab77 /net/transmission-qt
parent8ff30bb8afcedea3932dc376f0a14aa9edabf612 (diff)
downloadpkgsrc-234c281f3f0ed9da7e1be6dafc5ef07b69353f83.tar.gz
Update transmission packages to 2.83:
All Platforms Licensing change: the GNU GPLv2 code can now be used under GNU GPL v2 or v3 Fix network hanging issues that could occur when both UTP and DHT were enabled Fix 2.82 file descriptor leak when importing a blocklist Disallow torrents that contain "/../" in the path Fix 2.82 bug that didn't retain peers between sessions Fix potential dangling memory error in UDP tracker DNS lookups Remember a torrent's "queued" state between Transmission sessions Updated third party libraries: DHT updated to v0.22; miniupnpc updated to v1.9 Autoconf script fixes: better detection of ccache, minupnpc Fix the X-Transmission-Session-Id header to be valid with the SPDY protocol Fix thread safety bugs in the tr_list datatype When determining free disk space on NetBSD>=6, support its Quota feature Windows portability improvements Mac Client Share option in File menu and context menu Show all torrents when the filter bar is hidden Show zero-byte files correctly Coalesce multiple Speed Limit Auto Enabled/Disabled? notifications Turkish localization Removed Brazilian Portuguese localization because of lack of localizer (European Portuguese localization remains) GTK+ Client Fix threading issue on shutdown Qt Client Fix toggle-downloading-by-pressing-spacebar in the file list Fix "Open URL" crash from dangling pointer Support launching downloaded files from inside Transmission On Windows, use native Windows icons Improved network status info and tooltip in the status bar Fix "Open Torrent" dialog crash in Qt 5.2 Daemon On systemd systems, fix config reloading via 'systemctl reload' Use libevent's event loop Fix discrepancy in curl SSL setup between tr-daemon and tr-remote Fix broken OS X build Web Client Support file renaming in the web client Fix incorrect torrent state being displayed for magnet links Make URLs in the torrent's comment field clickable (and sanitize them to prevent cross-scripting)
Diffstat (limited to 'net/transmission-qt')
-rw-r--r--net/transmission-qt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/transmission-qt/Makefile b/net/transmission-qt/Makefile
index b9b2f5ab02f..559688e574a 100644
--- a/net/transmission-qt/Makefile
+++ b/net/transmission-qt/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/04/09 07:27:15 obache Exp $
+# $NetBSD: Makefile,v 1.9 2014/05/30 13:46:30 wiz Exp $
PKGNAME= ${DISTNAME:C:-:-qt-:}
-PKGREVISION= 1
USE_LANGUAGES= c c++
MAKE_ENV+= QTDIR=${QTDIR}