Numerous bug fixes since previous version, see changes at:

filezilla-project.org/changelog.php

comments/ok?

-mark


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/filezilla/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile    22 Nov 2010 10:16:08 -0000      1.14
+++ Makefile    29 Dec 2010 17:18:18 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       fast FTP and SFTP GUI client with a lot of features
 
-V=             3.3.3
+V=             3.3.5.1
 PKGNAME=       filezilla-$V
 DISTNAME=      FileZilla_$V_src
 REVISION=      0
@@ -25,9 +25,10 @@ WANTLIB += Xi Xinerama Xrandr Xrender at
 WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
 WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
 WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
-WANTLIB += png pthread-stubs xcb xcb-render xcb-render-util
+WANTLIB += png pthread-stubs xcb xcb-render xcb-shm
 WANTLIB += idn gnutls>=13 dbus-1 wx_gtk2_aui wx_base_xml wx_gtk2_adv
 WANTLIB += wx_gtk2_xrc wx_base_net wx_base wx_gtk2_core
+WANTLIB += GL Xxf86vm drm
 
 MODULES=       devel/gettext
 LIB_DEPENDS=   devel/libidn \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/filezilla/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    30 Jun 2010 14:58:58 -0000      1.4
+++ distinfo    29 Dec 2010 16:42:02 -0000
@@ -1,5 +1,5 @@
-MD5 (FileZilla_3.3.3_src.tar.bz2) = 6YlJ+s8jKZ/3keBGkphSpw==
-RMD160 (FileZilla_3.3.3_src.tar.bz2) = ovXq2jYlPvDSNsU8QQEQnsExeaw=
-SHA1 (FileZilla_3.3.3_src.tar.bz2) = JbfvfkjHSJ6ZtrGya9PX1WMyv0s=
-SHA256 (FileZilla_3.3.3_src.tar.bz2) = 
YfdVZNBFcVc2EEBjgnM9zsKSW4jUKnoLTmmiBvpIKFc=
-SIZE (FileZilla_3.3.3_src.tar.bz2) = 3212044
+MD5 (FileZilla_3.3.5.1_src.tar.bz2) = JWF9dRZ9B8DTz87Wmkz3zA==
+RMD160 (FileZilla_3.3.5.1_src.tar.bz2) = Ss3nUoSsdxfxCIrGfkK/Jaz9iRI=
+SHA1 (FileZilla_3.3.5.1_src.tar.bz2) = R9AASoWw0Zv1E9ABKKfR1+6gHjY=
+SHA256 (FileZilla_3.3.5.1_src.tar.bz2) = 
JmivPKtf1xbbBOoJvxlykD4CzSNH97F95wLkiaDoH7A=
+SIZE (FileZilla_3.3.5.1_src.tar.bz2) = 3313867
Index: patches/patch-Makefile_in
===================================================================
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- patches/patch-Makefile_in   30 Dec 2009 13:49:09 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.2 2009/12/30 13:49:09 jasper Exp $
---- Makefile.in.orig   Sun Nov 15 15:55:08 2009
-+++ Makefile.in        Wed Dec 30 14:12:12 2009
-@@ -246,7 +246,7 @@ AUTOMAKE_OPTIONS = 1.6
- SUBDIRS = . $(MAYBE_SRCDIR) $(MAYBE_LOCALES) $(MAYBE_DATADIR) $(MAYBE_TESTS)
- dist_noinst_SCRIPTS = autogen.sh
- dist_noinst_DATA = filezilla.kdevelop GPL.html docs/iconspecs.htm
--docsdir = $(pkgdatadir)/docs
-+docsdir = $(datarootdir)/examples/@PACKAGE@
- dist_docs_DATA = docs/fzdefaults.xml.example
- dist_man1_MANS = docs/filezilla.man \
-                docs/fzputtygen.man \
Index: patches/patch-src_dbus_wxdbusconnection_cpp
===================================================================
RCS file: patches/patch-src_dbus_wxdbusconnection_cpp
diff -N patches/patch-src_dbus_wxdbusconnection_cpp
--- patches/patch-src_dbus_wxdbusconnection_cpp 30 Dec 2009 13:49:09 -0000      
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_dbus_wxdbusconnection_cpp,v 1.1 2009/12/30 13:49:09 jasper 
Exp $
-
-"'pthread_t' is used as a type, but is not defined as a type."
-
---- src/dbus/wxdbusconnection.cpp.orig Wed Dec 30 14:18:50 2009
-+++ src/dbus/wxdbusconnection.cpp      Wed Dec 30 14:19:30 2009
-@@ -24,6 +24,7 @@ DEALINGS IN THE SOFTWARE.
- 
- #include "wxdbusconnection.h"
- #include "config.h"
-+#include <pthread.h>
- #include <poll.h>
- #include <list>
- 

Reply via email to