pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/filezilla Update filezilla to 3.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a59c30fc44a
branches:  trunk
changeset: 569355:3a59c30fc44a
user:      zafer <zafer%pkgsrc.org@localhost>
date:      Fri Jan 15 20:22:10 2010 +0000

description:
Update filezilla to 3.3.1

Changelog:
* Implement missing tab creation from context menu
* *nix: Reduce flicker on tab creation
* Set initial focus in chmod dialog to input box for numeric value
* Correct handling of unexpected closure of SFTP connection
* New tab context menu, can be used to close or refresh current tab or to close all but the current tab.
* *nix, OS X: Display sort indicators in filelist header control
* Remember size of dialog showing all files opened for editing
* Add refresh item to filelist context menus
* Scroll treeview horizontally if needed to keep item in view on changing directories
* Fix crash of fzsftp if server closes connection
* Successfully downloaded update file is no longer deleted if user cancels the finish page of the update check wizard
* Do not retry connecting if not trusting certificate on FTP over TLS connections
* Better reporting of handshake failures on FTP over TLS connections
* *nix: Check for xdg-open. This program from the xdg-utils is an indirect runtime dependency. It is used by wxWidgets to open URLs in the default browser
* Refactored most of the tabbing code
* Use proper address type on SOCKS proxies
* Add missing default button in bookmarks dialog

diffstat:

 net/filezilla/Makefile |  6 ++++--
 net/filezilla/PLIST    |  6 +++++-
 net/filezilla/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 00c408522af9 -r 3a59c30fc44a net/filezilla/Makefile
--- a/net/filezilla/Makefile    Fri Jan 15 20:15:07 2010 +0000
+++ b/net/filezilla/Makefile    Fri Jan 15 20:22:10 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2009/11/16 19:24:46 zafer Exp $
+# $NetBSD: Makefile,v 1.10 2010/01/15 20:22:10 zafer Exp $
 #
 
-VERSION=       3.3.0.1
+VERSION=       3.3.1
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
 CATEGORIES=    net x11
@@ -14,6 +14,8 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      gnutls>=2.8.3:../../security/gnutls
+DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
diff -r 00c408522af9 -r 3a59c30fc44a net/filezilla/PLIST
--- a/net/filezilla/PLIST       Fri Jan 15 20:15:07 2010 +0000
+++ b/net/filezilla/PLIST       Fri Jan 15 20:22:10 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/10/04 15:37:31 zafer Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/01/15 20:22:11 zafer Exp $
 bin/filezilla
 bin/fzputtygen
 bin/fzsftp
@@ -33,6 +33,10 @@
 share/filezilla/resources/16x16/remotetreeview.png
 share/filezilla/resources/16x16/server.png
 share/filezilla/resources/16x16/sitemanager.png
+share/filezilla/resources/16x16/sort_down_dark.png
+share/filezilla/resources/16x16/sort_down_light.png
+share/filezilla/resources/16x16/sort_up_dark.png
+share/filezilla/resources/16x16/sort_up_light.png
 share/filezilla/resources/16x16/symlink.png
 share/filezilla/resources/16x16/synchronize.png
 share/filezilla/resources/16x16/unknown.png
diff -r 00c408522af9 -r 3a59c30fc44a net/filezilla/distinfo
--- a/net/filezilla/distinfo    Fri Jan 15 20:15:07 2010 +0000
+++ b/net/filezilla/distinfo    Fri Jan 15 20:22:10 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/11/16 19:24:46 zafer Exp $
+$NetBSD: distinfo,v 1.8 2010/01/15 20:22:11 zafer Exp $
 
-SHA1 (FileZilla_3.3.0.1_src.tar.bz2) = 51ecb7c79c53466595c5691945ad83b49415f1b4
-RMD160 (FileZilla_3.3.0.1_src.tar.bz2) = 1bfbc885773229c4c72ad8c82001fadd555b9b3d
-Size (FileZilla_3.3.0.1_src.tar.bz2) = 3113486 bytes
+SHA1 (FileZilla_3.3.1_src.tar.bz2) = aa0c42e0fed93e7068376b63213ff7c164fd078e
+RMD160 (FileZilla_3.3.1_src.tar.bz2) = 72ade8ebc1d8e26b21900814aa168e834d3b9155
+Size (FileZilla_3.3.1_src.tar.bz2) = 3129864 bytes



Home | Main Index | Thread Index | Old Index