pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/filezilla filezilla: update to 3.35.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0cdf7ce82dc4
branches: trunk
changeset: 311650:0cdf7ce82dc4
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 16 09:13:43 2018 +0000
description:
filezilla: update to 3.35.1.
3.35.1 (2018-07-23)
- Fix context menu in search dialog
3.35.0 (2018-07-23)
+ Improved appearance of activity indicators, sort direction indicators, and quick search panel buttons on high-DPI displays
3.35.0-rc2 (2018-07-17)
- OS X: Fix dependency problem in build system
3.35.0-rc1 (2018-07-16)
+ Add option to settings dialog to have FileZilla restore tabs and connections after a restart
- Fix initial size of Site Manager being too small on some systems
3.34.0 (2018-06-15)
+ After deleting files, the focus rectangle now stays near the previously deleted file
3.34.0-rc1 (2018-06-08)
+ Refactoring of the Site Manager internals
+ Moved protocol selection to the top in the Site Manager
+ Adjusted spacing in the Site Manager
+ Slightly reduced height of certificate details dialog
- MSW: Properly quote the uninstall command in the registry
- Updated builtin pugixml to version 1.9
diffstat:
net/filezilla/Makefile | 7 +++----
net/filezilla/PLIST | 15 +++++++--------
net/filezilla/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 17 deletions(-)
diffs (112 lines):
diff -r a7a4fc013f33 -r 0cdf7ce82dc4 net/filezilla/Makefile
--- a/net/filezilla/Makefile Thu Aug 16 08:57:18 2018 +0000
+++ b/net/filezilla/Makefile Thu Aug 16 09:13:43 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.99 2018/07/20 03:34:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.100 2018/08/16 09:13:43 wiz Exp $
-VERSION= 3.33.0
+VERSION= 3.35.1
DISTNAME= FileZilla_${VERSION}_src
PKGNAME= filezilla-${VERSION}
-PKGREVISION= 1
CATEGORIES= net x11
MASTER_SITES= https://download.filezilla-project.org/client/
EXTRACT_SUFX= .tar.bz2
@@ -30,7 +29,7 @@
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.12.2
+BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.13.0
.include "../../net/libfilezilla/buildlink3.mk"
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
.include "../../security/gnutls/buildlink3.mk"
diff -r a7a4fc013f33 -r 0cdf7ce82dc4 net/filezilla/PLIST
--- a/net/filezilla/PLIST Thu Aug 16 08:57:18 2018 +0000
+++ b/net/filezilla/PLIST Thu Aug 16 09:13:43 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2017/11/23 16:13:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2018/08/16 09:13:43 wiz Exp $
bin/filezilla
bin/fzputtygen
bin/fzsftp
@@ -10,10 +10,6 @@
share/applications/filezilla.desktop
share/filezilla/docs/fzdefaults.xml.example
share/filezilla/resources/16x16/filezilla.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/throbber.gif
share/filezilla/resources/16x16/unknown.png
share/filezilla/resources/20x20/unknown.png
@@ -189,6 +185,7 @@
share/filezilla/resources/default/480x480/disconnect.png
share/filezilla/resources/default/480x480/download.png
share/filezilla/resources/default/480x480/downloadadd.png
+share/filezilla/resources/default/480x480/dropdown.png
share/filezilla/resources/default/480x480/file.png
share/filezilla/resources/default/480x480/filter.png
share/filezilla/resources/default/480x480/find.png
@@ -197,6 +194,7 @@
share/filezilla/resources/default/480x480/folderclosed.png
share/filezilla/resources/default/480x480/folderup.png
share/filezilla/resources/default/480x480/help.png
+share/filezilla/resources/default/480x480/leds.png
share/filezilla/resources/default/480x480/localtreeview.png
share/filezilla/resources/default/480x480/lock.png
share/filezilla/resources/default/480x480/logview.png
@@ -208,6 +206,10 @@
share/filezilla/resources/default/480x480/server.png
share/filezilla/resources/default/480x480/showhidden.png
share/filezilla/resources/default/480x480/sitemanager.png
+share/filezilla/resources/default/480x480/sort_down_dark.png
+share/filezilla/resources/default/480x480/sort_down_light.png
+share/filezilla/resources/default/480x480/sort_up_dark.png
+share/filezilla/resources/default/480x480/sort_up_light.png
share/filezilla/resources/default/480x480/speedlimits.png
share/filezilla/resources/default/480x480/symlink.png
share/filezilla/resources/default/480x480/synchronize.png
@@ -216,7 +218,6 @@
share/filezilla/resources/default/480x480/uploadadd.png
share/filezilla/resources/default/theme.xml
share/filezilla/resources/defaultfilters.xml
-share/filezilla/resources/dropdown.png
share/filezilla/resources/finished.wav
share/filezilla/resources/flatzilla/16x16/ascii.png
share/filezilla/resources/flatzilla/16x16/auto.png
@@ -339,7 +340,6 @@
share/filezilla/resources/flatzilla/48x48/upload.png
share/filezilla/resources/flatzilla/48x48/uploadadd.png
share/filezilla/resources/flatzilla/theme.xml
-share/filezilla/resources/leds.png
share/filezilla/resources/lone/16x16/ascii.png
share/filezilla/resources/lone/16x16/auto.png
share/filezilla/resources/lone/16x16/binary.png
@@ -684,7 +684,6 @@
share/filezilla/resources/xrc/certificate.xrc
share/filezilla/resources/xrc/dialogs.xrc
share/filezilla/resources/xrc/inputdialog.xrc
-share/filezilla/resources/xrc/menus.xrc
share/filezilla/resources/xrc/netconfwizard.xrc
share/filezilla/resources/xrc/settings.xrc
share/filezilla/resources/xrc/sitemanager.xrc
diff -r a7a4fc013f33 -r 0cdf7ce82dc4 net/filezilla/distinfo
--- a/net/filezilla/distinfo Thu Aug 16 08:57:18 2018 +0000
+++ b/net/filezilla/distinfo Thu Aug 16 09:13:43 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2018/05/26 21:59:41 wiz Exp $
+$NetBSD: distinfo,v 1.44 2018/08/16 09:13:43 wiz Exp $
-SHA1 (FileZilla_3.33.0_src.tar.bz2) = c31a7e524b309773960ab24996852946abee132a
-RMD160 (FileZilla_3.33.0_src.tar.bz2) = b394e724a25a3f0dfbc1f8af22511d39b5b5c4ff
-SHA512 (FileZilla_3.33.0_src.tar.bz2) = 9499ea28aa1cdc29d5dcb81fe328b288bed76c4f9fdd5e4bdb7824f6328b9d58ba9274401de7d8321abab4642839c70cdbb9995d86acaed0c4f6a6b582f99ff0
-Size (FileZilla_3.33.0_src.tar.bz2) = 4862360 bytes
+SHA1 (FileZilla_3.35.1_src.tar.bz2) = 208484e2dae35c2aef4f42e3fd174c990e6a67b2
+RMD160 (FileZilla_3.35.1_src.tar.bz2) = a38b79d088f350e1283296b4e74167d301fdc583
+SHA512 (FileZilla_3.35.1_src.tar.bz2) = e039a00ac64b6d1b99f50a5f94268a7e11c839e75465f76ff865700071aa0ee7733c89a5f5b8e16ef5deb3cd1b30873b48c3c8a42a73ed9a6b6a05e3e35cf2a1
+Size (FileZilla_3.35.1_src.tar.bz2) = 4963273 bytes
SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e
SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59
Home |
Main Index |
Thread Index |
Old Index