Wed Oct 1 09:39:11 2014 UTC ()
Update to 3.9.0.3:

3.9.0.3 (2014-08-13)

- Fix potential crash on connection failures
- Fixed navigating through the different controls in FileZilla's main window using the Tab key
- OS X: If FileZilla becomes the active program, the focus no longer jumps to the quickconnect bar
- MSW: Improve compatibility with DFS network shares

3.9.0.2 (2014-07-31)

+ Handle setting files redirected using symbolic links
- MSW: Updated installer to fix an issue with re-registring the shell extension after a reboot on 32bit system if a another program keeps the extension locked
- Closing FileZilla during a recursive operation no longer hangs
- OS X: Manually handle CMD+V and CMD+A for password fields as Cocoa cannot seem to do it by itself
- OS X: Manually handle CMD+X, CMD+C, CMD+V and CMD+A in the path combo boxes
- OS X: Creating new tabs selects the newly created tab again
- Detect some types TLS error conditions earlier instead of waiting for a timeout
- Small performance imprvement for TLS handshakes
- Do not show error message if "Create and enter" is used with synchronized browsing enabled

3.9.0.1 (2014-07-22)

- MSW: Fix installation issue with locked DLLs affecting users of 32bit Windows

3.9.0 (2014-07-21)

+ Added Lao translation
+ Added an additional icon set
+ OS X: Holding modifier key while clicking Site Manager toolbar icon now shows the site dropdown menu
- MSW: Fix assertion when entering UNC paths
- Fix button layout of editing dialogs
- *nix, OS X: Small performance improvement recursing through local directories

3.9.0-rc3 (2014-07-16)

- OS X: Fix random crashes if adding text to the message log
- Fixed drag&drop when dropping on local file list and directory tree
- Fixed assertion when using format specified for date/time formatting
- Fixed assertion when closing FileZilla in response to system shutdown
- Various code cleanup

3.9.0-rc2 (2014-07-09)

+ Display a helpful message if login fails and either username or password starts or begins with a space.
- Small performance and memory consumption optimizations
- Various code cleanup and modernization

3.9.0-rc1 (2014-07-04)

+ Binaries are now being built with DEP and ASLR enabled where supported
- OS X: Fixed creating new tabs
- OS X: Fixed assertion and crash when renaming files
- Fixed assertion when sorting by modification time
- Fixed toolbar button to hide remote directory tree

3.9.0-beta3 (2014-07-01)

- OS X: Fixed rendering of the main window
- MSW: Fixed support for right-to-left languages
- Fixed several small layout problems

3.9.0-beta2 (2014-06-26)

- Natural sort now also works with directory comparison
- Toolbar state now updates if directory tree visibility is toggled by enabling directory comparison
- *nix: Fixed minimizing to tray not working
- Fixed background of activity indicators
- Several dialog layout fixes
- Removed spurious error message when closing FileZilla

3.9.0-beta1 (2014-06-21)

+ Added natural sort to file name comparison and added option to select which algorithm to use
+ FileZilla now builds against wxWidgets 3.0 instead of wxWidgets 2.8

3.8.1 (2014-06-01)

! Updated official binaries to use GnuTLS 3.2.15, addressing CVE-2014-3466
+ OS X: Partial support for retina displays
- Fixed several small memory leaks

3.8.1-rc3 (2014-05-25)

- Fixed bundling of .xrc resources in non-Windows binaries

3.8.1-rc2 (2014-05-25)

- Rebuilt to address a problem with the filenames of the rc1 binaries.

3.8.1-rc1 (2014-05-25)

+ MSW: Windows XP and derivatives are no longer supported. Minimum supported operating system is Windows Vista.
+ OS X: The old PowerPC architecture is no longer supported
+ Added checkbox to remember the selected action of the "Already connected" dialog
+ Added context menu item in file lists to create and enter a new directory
+ *nix: FileZilla now honors the XDG_CONFIG_HOME environment variable
+ Small usability improvement for setting number of concurrent transfers in the settings dialog
- Additional fixes to the focus handling in directory listings
- Fixed compatibility with FTP servers sending French directory listings
- *nix: Fixed DBus integration
- MSW: Fixed installation error when auto-uninstalling in order to update to a new version.


(wiz)
diff -r1.54 -r1.55 pkgsrc/net/filezilla/Makefile
diff -r1.11 -r1.12 pkgsrc/net/filezilla/PLIST
diff -r1.20 -r1.21 pkgsrc/net/filezilla/distinfo
diff -r1.1 -r0 pkgsrc/net/filezilla/patches/patch-data_makezip.sh.in

cvs diff -r1.54 -r1.55 pkgsrc/net/filezilla/Makefile (expand / switch to unified diff)

--- pkgsrc/net/filezilla/Makefile 2014/07/08 14:59:40 1.54
+++ pkgsrc/net/filezilla/Makefile 2014/10/01 09:39:11 1.55
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.54 2014/07/08 14:59:40 jperkin Exp $ 1# $NetBSD: Makefile,v 1.55 2014/10/01 09:39:11 wiz Exp $
2 2
3VERSION= 3.8.0 3VERSION= 3.9.0.3
4DISTNAME= FileZilla_${VERSION}_src 4DISTNAME= FileZilla_${VERSION}_src
5PKGNAME= filezilla-${VERSION} 5PKGNAME= filezilla-${VERSION}
6PKGREVISION= 2 
7CATEGORIES= net x11 6CATEGORIES= net x11
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://filezilla-project.org/ 11HOMEPAGE= http://filezilla-project.org/
13COMMENT= FTP, FTPS and SFTP client with intuitive GUI 12COMMENT= FTP, FTPS and SFTP client with intuitive GUI
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18USE_TOOLS+= gmake pkg-config msgfmt msgmerge 17USE_TOOLS+= gmake pkg-config msgfmt msgmerge
19WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 18WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -21,15 +20,15 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} @@ -21,15 +20,15 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
21CONFIGURE_ARGS+= --disable-autoupdatecheck 20CONFIGURE_ARGS+= --disable-autoupdatecheck
22# avoid xdg-utils dependency 21# avoid xdg-utils dependency
23CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox 22CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox
24 23
25.include "options.mk" 24.include "options.mk"
26 25
27.include "../../databases/sqlite3/buildlink3.mk" 26.include "../../databases/sqlite3/buildlink3.mk"
28.include "../../devel/libidn/buildlink3.mk" 27.include "../../devel/libidn/buildlink3.mk"
29.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 28.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
30.include "../../security/gnutls/buildlink3.mk" 29.include "../../security/gnutls/buildlink3.mk"
31.include "../../sysutils/desktop-file-utils/desktopdb.mk" 30.include "../../sysutils/desktop-file-utils/desktopdb.mk"
32BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1 31BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1
33.include "../../textproc/tinyxml/buildlink3.mk" 32.include "../../textproc/tinyxml/buildlink3.mk"
34.include "../../x11/wxGTK28/buildlink3.mk" 33.include "../../x11/wxGTK30/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/net/filezilla/PLIST (expand / switch to unified diff)

--- pkgsrc/net/filezilla/PLIST 2014/04/17 12:16:43 1.11
+++ pkgsrc/net/filezilla/PLIST 2014/10/01 09:39:11 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2014/04/17 12:16:43 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.12 2014/10/01 09:39:11 wiz Exp $
2bin/filezilla 2bin/filezilla
3bin/fzputtygen 3bin/fzputtygen
4bin/fzsftp 4bin/fzsftp
5man/man1/filezilla.1 5man/man1/filezilla.1
6man/man1/fzputtygen.1 6man/man1/fzputtygen.1
7man/man1/fzsftp.1 7man/man1/fzsftp.1
8man/man5/fzdefaults.xml.5 8man/man5/fzdefaults.xml.5
9share/applications/filezilla.desktop 9share/applications/filezilla.desktop
10share/filezilla/docs/fzdefaults.xml.example 10share/filezilla/docs/fzdefaults.xml.example
11share/filezilla/resources/16x16/ascii.png 11share/filezilla/resources/16x16/ascii.png
12share/filezilla/resources/16x16/auto.png 12share/filezilla/resources/16x16/auto.png
13share/filezilla/resources/16x16/binary.png 13share/filezilla/resources/16x16/binary.png
14share/filezilla/resources/16x16/bookmark.png 14share/filezilla/resources/16x16/bookmark.png
@@ -163,27 +163,26 @@ share/filezilla/resources/cyril/16x16/pr @@ -163,27 +163,26 @@ share/filezilla/resources/cyril/16x16/pr
163share/filezilla/resources/cyril/16x16/queueview.png 163share/filezilla/resources/cyril/16x16/queueview.png
164share/filezilla/resources/cyril/16x16/reconnect.png 164share/filezilla/resources/cyril/16x16/reconnect.png
165share/filezilla/resources/cyril/16x16/refresh.png 165share/filezilla/resources/cyril/16x16/refresh.png
166share/filezilla/resources/cyril/16x16/remotetreeview.png 166share/filezilla/resources/cyril/16x16/remotetreeview.png
167share/filezilla/resources/cyril/16x16/server.png 167share/filezilla/resources/cyril/16x16/server.png
168share/filezilla/resources/cyril/16x16/showhidden.png 168share/filezilla/resources/cyril/16x16/showhidden.png
169share/filezilla/resources/cyril/16x16/sitemanager.png 169share/filezilla/resources/cyril/16x16/sitemanager.png
170share/filezilla/resources/cyril/16x16/speedlimits.png 170share/filezilla/resources/cyril/16x16/speedlimits.png
171share/filezilla/resources/cyril/16x16/synchronize.png 171share/filezilla/resources/cyril/16x16/synchronize.png
172share/filezilla/resources/cyril/16x16/upload.png 172share/filezilla/resources/cyril/16x16/upload.png
173share/filezilla/resources/cyril/16x16/uploadadd.png 173share/filezilla/resources/cyril/16x16/uploadadd.png
174share/filezilla/resources/cyril/theme.xml 174share/filezilla/resources/cyril/theme.xml
175share/filezilla/resources/defaultfilters.xml 175share/filezilla/resources/defaultfilters.xml
176share/filezilla/resources/dialogs.xrc 
177share/filezilla/resources/down.png 176share/filezilla/resources/down.png
178share/filezilla/resources/dropdown.png 177share/filezilla/resources/dropdown.png
179share/filezilla/resources/finished.wav 178share/filezilla/resources/finished.wav
180share/filezilla/resources/leds.png 179share/filezilla/resources/leds.png
181share/filezilla/resources/lone/16x16/ascii.png 180share/filezilla/resources/lone/16x16/ascii.png
182share/filezilla/resources/lone/16x16/auto.png 181share/filezilla/resources/lone/16x16/auto.png
183share/filezilla/resources/lone/16x16/binary.png 182share/filezilla/resources/lone/16x16/binary.png
184share/filezilla/resources/lone/16x16/bookmark.png 183share/filezilla/resources/lone/16x16/bookmark.png
185share/filezilla/resources/lone/16x16/cancel.png 184share/filezilla/resources/lone/16x16/cancel.png
186share/filezilla/resources/lone/16x16/compare.png 185share/filezilla/resources/lone/16x16/compare.png
187share/filezilla/resources/lone/16x16/disconnect.png 186share/filezilla/resources/lone/16x16/disconnect.png
188share/filezilla/resources/lone/16x16/download.png 187share/filezilla/resources/lone/16x16/download.png
189share/filezilla/resources/lone/16x16/downloadadd.png 188share/filezilla/resources/lone/16x16/downloadadd.png
@@ -260,27 +259,26 @@ share/filezilla/resources/lone/48x48/loc @@ -260,27 +259,26 @@ share/filezilla/resources/lone/48x48/loc
260share/filezilla/resources/lone/48x48/logview.png 259share/filezilla/resources/lone/48x48/logview.png
261share/filezilla/resources/lone/48x48/processqueue.png 260share/filezilla/resources/lone/48x48/processqueue.png
262share/filezilla/resources/lone/48x48/queueview.png 261share/filezilla/resources/lone/48x48/queueview.png
263share/filezilla/resources/lone/48x48/reconnect.png 262share/filezilla/resources/lone/48x48/reconnect.png
264share/filezilla/resources/lone/48x48/refresh.png 263share/filezilla/resources/lone/48x48/refresh.png
265share/filezilla/resources/lone/48x48/remotetreeview.png 264share/filezilla/resources/lone/48x48/remotetreeview.png
266share/filezilla/resources/lone/48x48/showhidden.png 265share/filezilla/resources/lone/48x48/showhidden.png
267share/filezilla/resources/lone/48x48/sitemanager.png 266share/filezilla/resources/lone/48x48/sitemanager.png
268share/filezilla/resources/lone/48x48/speedlimits.png 267share/filezilla/resources/lone/48x48/speedlimits.png
269share/filezilla/resources/lone/48x48/synchronize.png 268share/filezilla/resources/lone/48x48/synchronize.png
270share/filezilla/resources/lone/48x48/upload.png 269share/filezilla/resources/lone/48x48/upload.png
271share/filezilla/resources/lone/48x48/uploadadd.png 270share/filezilla/resources/lone/48x48/uploadadd.png
272share/filezilla/resources/lone/theme.xml 271share/filezilla/resources/lone/theme.xml
273share/filezilla/resources/menus.xrc 
274share/filezilla/resources/minimal/16x16/ascii.png 272share/filezilla/resources/minimal/16x16/ascii.png
275share/filezilla/resources/minimal/16x16/auto.png 273share/filezilla/resources/minimal/16x16/auto.png
276share/filezilla/resources/minimal/16x16/binary.png 274share/filezilla/resources/minimal/16x16/binary.png
277share/filezilla/resources/minimal/16x16/bookmarks.png 275share/filezilla/resources/minimal/16x16/bookmarks.png
278share/filezilla/resources/minimal/16x16/cancel.png 276share/filezilla/resources/minimal/16x16/cancel.png
279share/filezilla/resources/minimal/16x16/compare.png 277share/filezilla/resources/minimal/16x16/compare.png
280share/filezilla/resources/minimal/16x16/disconnect.png 278share/filezilla/resources/minimal/16x16/disconnect.png
281share/filezilla/resources/minimal/16x16/download.png 279share/filezilla/resources/minimal/16x16/download.png
282share/filezilla/resources/minimal/16x16/downloadadd.png 280share/filezilla/resources/minimal/16x16/downloadadd.png
283share/filezilla/resources/minimal/16x16/file.png 281share/filezilla/resources/minimal/16x16/file.png
284share/filezilla/resources/minimal/16x16/filter.png 282share/filezilla/resources/minimal/16x16/filter.png
285share/filezilla/resources/minimal/16x16/find.png 283share/filezilla/resources/minimal/16x16/find.png
286share/filezilla/resources/minimal/16x16/folder.png 284share/filezilla/resources/minimal/16x16/folder.png
@@ -295,27 +293,26 @@ share/filezilla/resources/minimal/16x16/ @@ -295,27 +293,26 @@ share/filezilla/resources/minimal/16x16/
295share/filezilla/resources/minimal/16x16/queueview.png 293share/filezilla/resources/minimal/16x16/queueview.png
296share/filezilla/resources/minimal/16x16/reconnect.png 294share/filezilla/resources/minimal/16x16/reconnect.png
297share/filezilla/resources/minimal/16x16/refresh.png 295share/filezilla/resources/minimal/16x16/refresh.png
298share/filezilla/resources/minimal/16x16/remotetreeview.png 296share/filezilla/resources/minimal/16x16/remotetreeview.png
299share/filezilla/resources/minimal/16x16/server.png 297share/filezilla/resources/minimal/16x16/server.png
300share/filezilla/resources/minimal/16x16/showhidden.png 298share/filezilla/resources/minimal/16x16/showhidden.png
301share/filezilla/resources/minimal/16x16/sitemanager.png 299share/filezilla/resources/minimal/16x16/sitemanager.png
302share/filezilla/resources/minimal/16x16/speedlimits.png 300share/filezilla/resources/minimal/16x16/speedlimits.png
303share/filezilla/resources/minimal/16x16/synchronize.png 301share/filezilla/resources/minimal/16x16/synchronize.png
304share/filezilla/resources/minimal/16x16/upload.png 302share/filezilla/resources/minimal/16x16/upload.png
305share/filezilla/resources/minimal/16x16/uploadadd.png 303share/filezilla/resources/minimal/16x16/uploadadd.png
306share/filezilla/resources/minimal/32x32/file.png 304share/filezilla/resources/minimal/32x32/file.png
307share/filezilla/resources/minimal/theme.xml 305share/filezilla/resources/minimal/theme.xml
308share/filezilla/resources/netconfwizard.xrc 
309share/filezilla/resources/opencrystal/16x16/ascii.png 306share/filezilla/resources/opencrystal/16x16/ascii.png
310share/filezilla/resources/opencrystal/16x16/auto.png 307share/filezilla/resources/opencrystal/16x16/auto.png
311share/filezilla/resources/opencrystal/16x16/binary.png 308share/filezilla/resources/opencrystal/16x16/binary.png
312share/filezilla/resources/opencrystal/16x16/bookmark.png 309share/filezilla/resources/opencrystal/16x16/bookmark.png
313share/filezilla/resources/opencrystal/16x16/cancel.png 310share/filezilla/resources/opencrystal/16x16/cancel.png
314share/filezilla/resources/opencrystal/16x16/compare.png 311share/filezilla/resources/opencrystal/16x16/compare.png
315share/filezilla/resources/opencrystal/16x16/disconnect.png 312share/filezilla/resources/opencrystal/16x16/disconnect.png
316share/filezilla/resources/opencrystal/16x16/download.png 313share/filezilla/resources/opencrystal/16x16/download.png
317share/filezilla/resources/opencrystal/16x16/downloadadd.png 314share/filezilla/resources/opencrystal/16x16/downloadadd.png
318share/filezilla/resources/opencrystal/16x16/file.png 315share/filezilla/resources/opencrystal/16x16/file.png
319share/filezilla/resources/opencrystal/16x16/filter.png 316share/filezilla/resources/opencrystal/16x16/filter.png
320share/filezilla/resources/opencrystal/16x16/find.png 317share/filezilla/resources/opencrystal/16x16/find.png
321share/filezilla/resources/opencrystal/16x16/folder.png 318share/filezilla/resources/opencrystal/16x16/folder.png
@@ -393,28 +390,58 @@ share/filezilla/resources/opencrystal/48 @@ -393,28 +390,58 @@ share/filezilla/resources/opencrystal/48
393share/filezilla/resources/opencrystal/48x48/logview.png 390share/filezilla/resources/opencrystal/48x48/logview.png
394share/filezilla/resources/opencrystal/48x48/processqueue.png 391share/filezilla/resources/opencrystal/48x48/processqueue.png
395share/filezilla/resources/opencrystal/48x48/queueview.png 392share/filezilla/resources/opencrystal/48x48/queueview.png
396share/filezilla/resources/opencrystal/48x48/reconnect.png 393share/filezilla/resources/opencrystal/48x48/reconnect.png
397share/filezilla/resources/opencrystal/48x48/refresh.png 394share/filezilla/resources/opencrystal/48x48/refresh.png
398share/filezilla/resources/opencrystal/48x48/remotetreeview.png 395share/filezilla/resources/opencrystal/48x48/remotetreeview.png
399share/filezilla/resources/opencrystal/48x48/showhidden.png 396share/filezilla/resources/opencrystal/48x48/showhidden.png
400share/filezilla/resources/opencrystal/48x48/sitemanager.png 397share/filezilla/resources/opencrystal/48x48/sitemanager.png
401share/filezilla/resources/opencrystal/48x48/speedlimits.png 398share/filezilla/resources/opencrystal/48x48/speedlimits.png
402share/filezilla/resources/opencrystal/48x48/synchronize.png 399share/filezilla/resources/opencrystal/48x48/synchronize.png
403share/filezilla/resources/opencrystal/48x48/upload.png 400share/filezilla/resources/opencrystal/48x48/upload.png
404share/filezilla/resources/opencrystal/48x48/uploadadd.png 401share/filezilla/resources/opencrystal/48x48/uploadadd.png
405share/filezilla/resources/opencrystal/theme.xml 402share/filezilla/resources/opencrystal/theme.xml
406share/filezilla/resources/quickconnectbar.xrc 403share/filezilla/resources/sun/48x48/ascii.png
407share/filezilla/resources/settings.xrc 404share/filezilla/resources/sun/48x48/auto.png
 405share/filezilla/resources/sun/48x48/binary.png
 406share/filezilla/resources/sun/48x48/bookmark.png
 407share/filezilla/resources/sun/48x48/cancel.png
 408share/filezilla/resources/sun/48x48/compare.png
 409share/filezilla/resources/sun/48x48/disconnect.png
 410share/filezilla/resources/sun/48x48/download.png
 411share/filezilla/resources/sun/48x48/downloadadd.png
 412share/filezilla/resources/sun/48x48/file.png
 413share/filezilla/resources/sun/48x48/filter.png
 414share/filezilla/resources/sun/48x48/find.png
 415share/filezilla/resources/sun/48x48/folder.png
 416share/filezilla/resources/sun/48x48/folderback.png
 417share/filezilla/resources/sun/48x48/folderclosed.png
 418share/filezilla/resources/sun/48x48/folderup.png
 419share/filezilla/resources/sun/48x48/help.png
 420share/filezilla/resources/sun/48x48/localtreeview.png
 421share/filezilla/resources/sun/48x48/lock.png
 422share/filezilla/resources/sun/48x48/logview.png
 423share/filezilla/resources/sun/48x48/processqueue.png
 424share/filezilla/resources/sun/48x48/queueview.png
 425share/filezilla/resources/sun/48x48/reconnect.png
 426share/filezilla/resources/sun/48x48/refresh.png
 427share/filezilla/resources/sun/48x48/remotetreeview.png
 428share/filezilla/resources/sun/48x48/showhidden.png
 429share/filezilla/resources/sun/48x48/sitemanager.png
 430share/filezilla/resources/sun/48x48/speedlimits.png
 431share/filezilla/resources/sun/48x48/synchronize.png
 432share/filezilla/resources/sun/48x48/upload.png
 433share/filezilla/resources/sun/48x48/uploadadd.png
 434share/filezilla/resources/sun/theme.xml
408share/filezilla/resources/tango/16x16/ascii.png 435share/filezilla/resources/tango/16x16/ascii.png
409share/filezilla/resources/tango/16x16/auto.png 436share/filezilla/resources/tango/16x16/auto.png
410share/filezilla/resources/tango/16x16/binary.png 437share/filezilla/resources/tango/16x16/binary.png
411share/filezilla/resources/tango/16x16/bookmark.png 438share/filezilla/resources/tango/16x16/bookmark.png
412share/filezilla/resources/tango/16x16/cancel.png 439share/filezilla/resources/tango/16x16/cancel.png
413share/filezilla/resources/tango/16x16/compare.png 440share/filezilla/resources/tango/16x16/compare.png
414share/filezilla/resources/tango/16x16/disconnect.png 441share/filezilla/resources/tango/16x16/disconnect.png
415share/filezilla/resources/tango/16x16/download.png 442share/filezilla/resources/tango/16x16/download.png
416share/filezilla/resources/tango/16x16/downloadadd.png 443share/filezilla/resources/tango/16x16/downloadadd.png
417share/filezilla/resources/tango/16x16/file.png 444share/filezilla/resources/tango/16x16/file.png
418share/filezilla/resources/tango/16x16/filter.png 445share/filezilla/resources/tango/16x16/filter.png
419share/filezilla/resources/tango/16x16/find.png 446share/filezilla/resources/tango/16x16/find.png
420share/filezilla/resources/tango/16x16/folder.png 447share/filezilla/resources/tango/16x16/folder.png
@@ -481,29 +508,37 @@ share/filezilla/resources/tango/48x48/lo @@ -481,29 +508,37 @@ share/filezilla/resources/tango/48x48/lo
481share/filezilla/resources/tango/48x48/processqueue.png 508share/filezilla/resources/tango/48x48/processqueue.png
482share/filezilla/resources/tango/48x48/queueview.png 509share/filezilla/resources/tango/48x48/queueview.png
483share/filezilla/resources/tango/48x48/reconnect.png 510share/filezilla/resources/tango/48x48/reconnect.png
484share/filezilla/resources/tango/48x48/refresh.png 511share/filezilla/resources/tango/48x48/refresh.png
485share/filezilla/resources/tango/48x48/remotetreeview.png 512share/filezilla/resources/tango/48x48/remotetreeview.png
486share/filezilla/resources/tango/48x48/server.png 513share/filezilla/resources/tango/48x48/server.png
487share/filezilla/resources/tango/48x48/sitemanager.png 514share/filezilla/resources/tango/48x48/sitemanager.png
488share/filezilla/resources/tango/48x48/synchronize.png 515share/filezilla/resources/tango/48x48/synchronize.png
489share/filezilla/resources/tango/48x48/unknown.png 516share/filezilla/resources/tango/48x48/unknown.png
490share/filezilla/resources/tango/48x48/upload.png 517share/filezilla/resources/tango/48x48/upload.png
491share/filezilla/resources/tango/48x48/uploadadd.png 518share/filezilla/resources/tango/48x48/uploadadd.png
492share/filezilla/resources/tango/theme.xml 519share/filezilla/resources/tango/theme.xml
493share/filezilla/resources/theme.xml 520share/filezilla/resources/theme.xml
494share/filezilla/resources/toolbar.xrc 
495share/filezilla/resources/up.png 521share/filezilla/resources/up.png
496share/filezilla/resources/update.xrc 522share/filezilla/resources/xrc/certificate.xrc
 523share/filezilla/resources/xrc/dialogs.xrc
 524share/filezilla/resources/xrc/inputdialog.xrc
 525share/filezilla/resources/xrc/menus.xrc
 526share/filezilla/resources/xrc/netconfwizard.xrc
 527share/filezilla/resources/xrc/quickconnectbar.xrc
 528share/filezilla/resources/xrc/settings.xrc
 529share/filezilla/resources/xrc/sitemanager.xrc
 530share/filezilla/resources/xrc/toolbar.xrc
 531share/filezilla/resources/xrc/update.xrc
497share/icons/hicolor/16x16/apps/filezilla.png 532share/icons/hicolor/16x16/apps/filezilla.png
498share/icons/hicolor/32x32/apps/filezilla.png 533share/icons/hicolor/32x32/apps/filezilla.png
499share/icons/hicolor/48x48/apps/filezilla.png 534share/icons/hicolor/48x48/apps/filezilla.png
500share/icons/hicolor/scalable/apps/filezilla.svg 535share/icons/hicolor/scalable/apps/filezilla.svg
501share/locale/an/LC_MESSAGES/filezilla.mo 536share/locale/an/LC_MESSAGES/filezilla.mo
502share/locale/ar/LC_MESSAGES/filezilla.mo 537share/locale/ar/LC_MESSAGES/filezilla.mo
503share/locale/bg_BG/LC_MESSAGES/filezilla.mo 538share/locale/bg_BG/LC_MESSAGES/filezilla.mo
504share/locale/ca/LC_MESSAGES/filezilla.mo 539share/locale/ca/LC_MESSAGES/filezilla.mo
505share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo 540share/locale/ca_ES@valencia/LC_MESSAGES/filezilla.mo
506share/locale/co/LC_MESSAGES/filezilla.mo 541share/locale/co/LC_MESSAGES/filezilla.mo
507share/locale/cs_CZ/LC_MESSAGES/filezilla.mo 542share/locale/cs_CZ/LC_MESSAGES/filezilla.mo
508share/locale/da_DK/LC_MESSAGES/filezilla.mo 543share/locale/da_DK/LC_MESSAGES/filezilla.mo
509share/locale/de/LC_MESSAGES/filezilla.mo 544share/locale/de/LC_MESSAGES/filezilla.mo
@@ -520,26 +555,27 @@ share/locale/he_IL/LC_MESSAGES/filezilla @@ -520,26 +555,27 @@ share/locale/he_IL/LC_MESSAGES/filezilla
520share/locale/hr/LC_MESSAGES/filezilla.mo 555share/locale/hr/LC_MESSAGES/filezilla.mo
521share/locale/hu_HU/LC_MESSAGES/filezilla.mo 556share/locale/hu_HU/LC_MESSAGES/filezilla.mo
522share/locale/hy/LC_MESSAGES/filezilla.mo 557share/locale/hy/LC_MESSAGES/filezilla.mo
523share/locale/id_ID/LC_MESSAGES/filezilla.mo 558share/locale/id_ID/LC_MESSAGES/filezilla.mo
524share/locale/is/LC_MESSAGES/filezilla.mo 559share/locale/is/LC_MESSAGES/filezilla.mo
525share/locale/it/LC_MESSAGES/filezilla.mo 560share/locale/it/LC_MESSAGES/filezilla.mo
526share/locale/ja_JP/LC_MESSAGES/filezilla.mo 561share/locale/ja_JP/LC_MESSAGES/filezilla.mo
527share/locale/ka/LC_MESSAGES/filezilla.mo 562share/locale/ka/LC_MESSAGES/filezilla.mo
528share/locale/kab/LC_MESSAGES/filezilla.mo 563share/locale/kab/LC_MESSAGES/filezilla.mo
529share/locale/km_KH/LC_MESSAGES/filezilla.mo 564share/locale/km_KH/LC_MESSAGES/filezilla.mo
530share/locale/ko_KR/LC_MESSAGES/filezilla.mo 565share/locale/ko_KR/LC_MESSAGES/filezilla.mo
531share/locale/ku/LC_MESSAGES/filezilla.mo 566share/locale/ku/LC_MESSAGES/filezilla.mo
532share/locale/ky/LC_MESSAGES/filezilla.mo 567share/locale/ky/LC_MESSAGES/filezilla.mo
 568share/locale/lo_LA/LC_MESSAGES/filezilla.mo
533share/locale/lt_LT/LC_MESSAGES/filezilla.mo 569share/locale/lt_LT/LC_MESSAGES/filezilla.mo
534share/locale/lv_LV/LC_MESSAGES/filezilla.mo 570share/locale/lv_LV/LC_MESSAGES/filezilla.mo
535share/locale/mk_MK/LC_MESSAGES/filezilla.mo 571share/locale/mk_MK/LC_MESSAGES/filezilla.mo
536share/locale/nb_NO/LC_MESSAGES/filezilla.mo 572share/locale/nb_NO/LC_MESSAGES/filezilla.mo
537share/locale/ne/LC_MESSAGES/filezilla.mo 573share/locale/ne/LC_MESSAGES/filezilla.mo
538share/locale/nl/LC_MESSAGES/filezilla.mo 574share/locale/nl/LC_MESSAGES/filezilla.mo
539share/locale/nn_NO/LC_MESSAGES/filezilla.mo 575share/locale/nn_NO/LC_MESSAGES/filezilla.mo
540share/locale/oc/LC_MESSAGES/filezilla.mo 576share/locale/oc/LC_MESSAGES/filezilla.mo
541share/locale/pl_PL/LC_MESSAGES/filezilla.mo 577share/locale/pl_PL/LC_MESSAGES/filezilla.mo
542share/locale/pt_BR/LC_MESSAGES/filezilla.mo 578share/locale/pt_BR/LC_MESSAGES/filezilla.mo
543share/locale/pt_PT/LC_MESSAGES/filezilla.mo 579share/locale/pt_PT/LC_MESSAGES/filezilla.mo
544share/locale/ro_RO/LC_MESSAGES/filezilla.mo 580share/locale/ro_RO/LC_MESSAGES/filezilla.mo
545share/locale/ru/LC_MESSAGES/filezilla.mo 581share/locale/ru/LC_MESSAGES/filezilla.mo

cvs diff -r1.20 -r1.21 pkgsrc/net/filezilla/distinfo (expand / switch to unified diff)

--- pkgsrc/net/filezilla/distinfo 2014/04/17 12:16:43 1.20
+++ pkgsrc/net/filezilla/distinfo 2014/10/01 09:39:11 1.21
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.20 2014/04/17 12:16:43 wiz Exp $ 1$NetBSD: distinfo,v 1.21 2014/10/01 09:39:11 wiz Exp $
2 2
3SHA1 (FileZilla_3.8.0_src.tar.bz2) = 069a3171b12051179605c1daaa1da10d51da6531 3SHA1 (FileZilla_3.9.0.3_src.tar.bz2) = 23e1df520b2bf73e7b75084fd418c5c382ef1137
4RMD160 (FileZilla_3.8.0_src.tar.bz2) = f161795774b03bbce8720e40ddff6a5ca6d4fe9a 4RMD160 (FileZilla_3.9.0.3_src.tar.bz2) = 49b1a4053c11c985e140fea42ffe6b715faa94a4
5Size (FileZilla_3.8.0_src.tar.bz2) = 3749995 bytes 5Size (FileZilla_3.9.0.3_src.tar.bz2) = 4179207 bytes
6SHA1 (patch-data_makezip.sh.in) = 80acc96fce08e2e0831a4da0613f7b2eaebad465 

File Deleted: pkgsrc/net/filezilla/patches/Attic/patch-data_makezip.sh.in