Update filezilla to 3.3.4.1
Changelog: * Set a minimum size for column widths in directory lists and transfer queue * Fix build-time check for system TinyXML * Correctly handle symbolic links pointing to files in search dialog * Fix crash in options initialization
This commit is contained in:
parent
925098cf7d
commit
68dd022172
2 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.16 2010/09/14 11:02:34 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2010/10/23 12:47:11 zafer Exp $
|
||||
#
|
||||
|
||||
VERSION= 3.3.3
|
||||
VERSION= 3.3.4.1
|
||||
DISTNAME= FileZilla_${VERSION}_src
|
||||
PKGNAME= filezilla-${VERSION}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= net x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -25,6 +24,7 @@ USE_TOOLS+= gmake pkg-config msgfmt msgmerge
|
|||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
||||
|
||||
CONFIGURE_ARGS+= --disable-autoupdatecheck
|
||||
CONFIGURE_ARGS+= --with-tinyxml=builtin
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2010/06/16 21:25:20 zafer Exp $
|
||||
$NetBSD: distinfo,v 1.12 2010/10/23 12:47:12 zafer Exp $
|
||||
|
||||
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
|
||||
SHA1 (FileZilla_3.3.4.1_src.tar.bz2) = 0b6ce2b46480dc64d959dced54dcc1eaaa08e82a
|
||||
RMD160 (FileZilla_3.3.4.1_src.tar.bz2) = d863f90f8944a66c7d316470cd2affaec1e6b930
|
||||
Size (FileZilla_3.3.4.1_src.tar.bz2) = 3231505 bytes
|
||||
|
|
Loading…
Reference in a new issue