diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-28 15:13:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-28 15:13:42 +0000 |
commit | b56f5c4e4722b6b41e43fe837d3aeb33c9ee7718 (patch) | |
tree | 9f52b1c0b136bbbb9ff8ae25f1bb9c4b93dc955b | |
parent | 4f489295d529853fce66b7fd0ca63f38bf85ad2e (diff) | |
download | pkgsrc-b56f5c4e4722b6b41e43fe837d3aeb33c9ee7718.tar.gz |
Update to 2.61:
=== Transmission 2.61 (2012/07/23) ===
[http://trac.transmissionbt.com/query?milestone=2.61&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
==== Mac ====
* Fix crash when creating a torrent file on Lion or newer
==== GTK+ ====
* Support startup notification
* Require GTK+ 3
==== Qt ====
* Fix bug when opening the web client via the Preferences dialog
* Better opening of magnet links
* The Torrent File list now handles very long lists faster
* Fix i18n problem introduced in 2.60
==== Web Client ====
* Close potential cross-scripting vulnerability from malicious torrent files
==== Utils ====
* Add magnet link generation to the transmission-show command line tool
-rw-r--r-- | net/Transmission-gui/Makefile | 6 | ||||
-rw-r--r-- | net/Transmission-gui/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/Transmission-gui/Makefile b/net/Transmission-gui/Makefile index 14d7a21cdb3..8fa86afc7c6 100644 --- a/net/Transmission-gui/Makefile +++ b/net/Transmission-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/07/12 18:29:46 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/07/28 15:13:42 wiz Exp $ PKGNAME= ${DISTNAME:C:t:T:C:-:-gui-:} @@ -6,7 +6,7 @@ USE_LANGUAGES+= c c++ MAKE_ENV+= QTDIR=${QTDIR} INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}${PREFIX} -CONFIGURE_ARGS+= --disable-cli --disable-daemon +CONFIGURE_ARGS+= --disable-cli --disable-daemon --with-gtk .include "../../net/Transmission/Makefile.common" @@ -24,7 +24,7 @@ do-install: .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/libnotify/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../x11/qt4-qdbus/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" diff --git a/net/Transmission-gui/PLIST b/net/Transmission-gui/PLIST index b2724696f74..9d0cb367f28 100644 --- a/net/Transmission-gui/PLIST +++ b/net/Transmission-gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2012/07/12 18:29:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/07/28 15:13:42 wiz Exp $ bin/transmission-gtk bin/transmission-qt man/man1/transmission-gtk.1 @@ -59,6 +59,7 @@ share/locale/ka/LC_MESSAGES/transmission-gtk.mo share/locale/kk/LC_MESSAGES/transmission-gtk.mo share/locale/ko/LC_MESSAGES/transmission-gtk.mo share/locale/ku/LC_MESSAGES/transmission-gtk.mo +share/locale/ky/LC_MESSAGES/transmission-gtk.mo share/locale/li/LC_MESSAGES/transmission-gtk.mo share/locale/lt/LC_MESSAGES/transmission-gtk.mo share/locale/lv/LC_MESSAGES/transmission-gtk.mo |