diff options
author | zafer <zafer@pkgsrc.org> | 2010-06-16 21:25:20 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-06-16 21:25:20 +0000 |
commit | 01517ed2cdcde45c98ac96ae2d264ec939a290a6 (patch) | |
tree | 85b4ea5cc0ed73670d0f34c8671efe4016ca7ad2 | |
parent | e9bd6ab73165373a87aaa6116d645bf729389b07 (diff) | |
download | pkgsrc-01517ed2cdcde45c98ac96ae2d264ec939a290a6.tar.gz |
Update filezilla to 3.3.3
Changelog:
* Fix transfer statusbar regression introduced in the release candidate
* Do not include IPv6 zone index in the argument to the EPRT command
* Correct tab order in filter edit and search dialogs
* *nix: Revert cursor changes
* Added "does not contain" filter condition to name and path filter types
* Pressing Alt+Left or Alt+Up (Cmd+Left, Cmd+Up on OS X) in file lists enters parent directory
* Pressing Alt+Down (Cmd+Down on OS X) in file lists transfers selected items
* Pressing Alt+Right (Cmd+Right on OS X) in file lists activates selected item(s)
* Add operating system information to about dialog
* MSW: Auto-update check now transmits whether the operating system is 32bit or 64bit
* Small performance improvements, mostly benefiting *nix users
* OS X: Remember hidden state of toolbar, make quickconnect bar look more Mac-ish
* Add option to display momentary transfer speed instead of average speed
* Fix problem with rekeying of SFTP connections if not permanently trusting the server's hostkey
* Certificate details dialog no longer changes size if selecting a different certificate in the chain
* Some dialogs did not display icons using the correct size
* Show "Not connected" instead of "Empty directory" in remote filelist statusbar if not connected
* MSW: Replace some additional characters not allowed in filenames on MSW
* MSW: Selecting files while holding Ctrl+Shift no longer shows incorrect values in the filelist status bars
-rw-r--r-- | net/filezilla/Makefile | 5 | ||||
-rw-r--r-- | net/filezilla/PLIST | 3 | ||||
-rw-r--r-- | net/filezilla/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 22cd718c00e..eb502c7e755 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2010/06/13 22:45:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2010/06/16 21:25:20 zafer Exp $ # -VERSION= 3.3.2.1 +VERSION= 3.3.3 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 1 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/filezilla/PLIST b/net/filezilla/PLIST index 4073b5fcbab..e7b8538eed3 100644 --- a/net/filezilla/PLIST +++ b/net/filezilla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/02/28 20:28:55 zafer Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/06/16 21:25:20 zafer Exp $ bin/filezilla bin/fzputtygen bin/fzsftp @@ -417,6 +417,7 @@ share/locale/el/LC_MESSAGES/filezilla.mo share/locale/es/LC_MESSAGES/filezilla.mo share/locale/et_EE/LC_MESSAGES/filezilla.mo share/locale/eu_ES/LC_MESSAGES/filezilla.mo +share/locale/fa_IR/LC_MESSAGES/filezilla.mo share/locale/fi_FI/LC_MESSAGES/filezilla.mo share/locale/fr/LC_MESSAGES/filezilla.mo share/locale/fr_CA/LC_MESSAGES/filezilla.mo diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo index 857cb489ede..33af48e1c65 100644 --- a/net/filezilla/distinfo +++ b/net/filezilla/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/03/23 22:28:55 zafer Exp $ +$NetBSD: distinfo,v 1.11 2010/06/16 21:25:20 zafer Exp $ -SHA1 (FileZilla_3.3.2.1_src.tar.bz2) = a4a17497ea0515b781593c03c2f3da58cb02fbf4 -RMD160 (FileZilla_3.3.2.1_src.tar.bz2) = 09cdc5e67181e5f04d17400d162734fa379b459b -Size (FileZilla_3.3.2.1_src.tar.bz2) = 3164447 bytes +SHA1 (FileZilla_3.3.3_src.tar.bz2) = 25b7ef7e48c7489e99b6b1b26bd3d7d56332bf4b +RMD160 (FileZilla_3.3.3_src.tar.bz2) = a2f5eada36253ef0d236c53c4101109ec13179ac +Size (FileZilla_3.3.3_src.tar.bz2) = 3212044 bytes |