summaryrefslogtreecommitdiff
path: root/net/filezilla
diff options
context:
space:
mode:
authorzafer <zafer@pkgsrc.org>2011-05-23 20:03:35 +0000
committerzafer <zafer@pkgsrc.org>2011-05-23 20:03:35 +0000
commit75a8ae0742fd58b929cd6d90adb85ba3fa5ad8e0 (patch)
tree3081115352d60913c1a7d95cddf4d84e125b83d1 /net/filezilla
parentf276da087633338861f3c1cbedbd092f13ba0329 (diff)
downloadpkgsrc-75a8ae0742fd58b929cd6d90adb85ba3fa5ad8e0.tar.gz
Update filezilla to 3.5.0
Changelog: * Don't create queue.xml anymore if it does not exist * MSW: Progress lines in transfer queue now appear in correct position after changing the Windows theme * MSW: Work around a bug in Windows where a list controls' scroll position changes without the control being notified in any way * Several fixes to build system and environment * Added experimental setting to strip file revision upon download from VMS servers. Set "Strip VMS revisions" to 1 in FileZilla.xml to enable * The string coalescer benchmark debug option no longer crashes if benchmarking an empty string coalescer * The transfer queue is now stored in an SQLite database. This greatly improves performance and vastly reduces memory consumption while loading/saving the queue * Additional improvements to general queue performance and memory consumption * The provided Linux binaries are now compiled for Debian Squeeze instead of Lenny * Fixed crash during shutdown of FileZilla * Clearing the queue when it was not yet fully populated no longer causes a crash * If using ask login type for a site and no username is given, the initial focus is now on the user box in the login dialog
Diffstat (limited to 'net/filezilla')
-rw-r--r--net/filezilla/Makefile7
-rw-r--r--net/filezilla/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile
index 00c5f1d47e9..85a4ef884f2 100644
--- a/net/filezilla/Makefile
+++ b/net/filezilla/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2011/04/22 13:44:21 obache Exp $
+# $NetBSD: Makefile,v 1.22 2011/05/23 20:03:35 zafer Exp $
#
-VERSION= 3.4.0
+VERSION= 3.5.0
DISTNAME= FileZilla_${VERSION}_src
PKGNAME= filezilla-${VERSION}
-PKGREVISION= 1
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
EXTRACT_SUFX= .tar.bz2
@@ -16,6 +15,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= gnutls>=2.8.3:../../security/gnutls
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
+DEPENDS+= sqlite3>=3.7.5:../../databases/sqlite3
PKG_DESTDIR_SUPPORT= user-destdir
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --with-tinyxml=builtin
.include "options.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
diff --git a/net/filezilla/distinfo b/net/filezilla/distinfo
index 12e6dda5357..87f73ec2bee 100644
--- a/net/filezilla/distinfo
+++ b/net/filezilla/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2011/04/01 19:25:21 zafer Exp $
+$NetBSD: distinfo,v 1.14 2011/05/23 20:03:35 zafer Exp $
-SHA1 (FileZilla_3.4.0_src.tar.bz2) = 09f3ba8bf62d43c31cfb59e263d8f06550a63828
-RMD160 (FileZilla_3.4.0_src.tar.bz2) = 387e3e94513102d7575b1b91497b2fca6bc414ca
-Size (FileZilla_3.4.0_src.tar.bz2) = 3323200 bytes
+SHA1 (FileZilla_3.5.0_src.tar.bz2) = 0d351b74bbe70cbfea1d315fd07193089e6e1c9d
+RMD160 (FileZilla_3.5.0_src.tar.bz2) = c3ffc60ced15b7055c34d6ef07c97f516e6f276d
+Size (FileZilla_3.5.0_src.tar.bz2) = 3348649 bytes