diff options
author | zafer <zafer@pkgsrc.org> | 2010-01-15 20:22:10 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-01-15 20:22:10 +0000 |
commit | b254c31c2ee183fa1a5c6a2186315f24d9c67dd0 (patch) | |
tree | 21bbc7f413663df552f9b9807ba28ae5f35d3921 /net | |
parent | 2651abfdd33d42a9a7d6f06aa0ebc9833c4d38bf (diff) | |
download | pkgsrc-b254c31c2ee183fa1a5c6a2186315f24d9c67dd0.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/filezilla/Makefile | 6 | ||||
-rw-r--r-- | net/filezilla/PLIST | 6 | ||||
-rw-r--r-- | net/filezilla/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 99cdc096b68..e8d61219081 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -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 @@ COMMENT= FTP, FTPS and SFTP client with intuitive GUI 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 --git a/net/filezilla/PLIST b/net/filezilla/PLIST index 0cdb29afe33..878b2358b6d 100644 --- a/net/filezilla/PLIST +++ b/net/filezilla/PLIST @@ -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/refresh.png 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 --git a/net/filezilla/distinfo b/net/filezilla/distinfo index b0741921cb5..f89cd331e6a 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -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 |