Index: head/ftp/filezilla/Makefile =================================================================== --- head/ftp/filezilla/Makefile (revision 378481) +++ head/ftp/filezilla/Makefile (revision 378482) @@ -1,57 +1,57 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.1.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src MAINTAINER= matthew@reztek.cz COMMENT= Fast and reliable cross-platform FTP, FTPS, and SFTP client LICENSE= GPLv2 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS:= ${RUN_DEPENDS} LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgnutls.so:${PORTSDIR}/security/gnutls \ libidn.so:${PORTSDIR}/dns/libidn \ libtinyxml.so:${PORTSDIR}/textproc/tinyxml INSTALLS_ICONS= yes USES= gmake pkgconfig tar:bzip2 USE_SQLITE= 3 USE_WX= 3.0 WX_CONF_ARGS= relative WX_UNICODE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DBUS NLS OPTIONS_DEFAULT=DBUS NLS OPTIONS_SUB= yes DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_CONFIGURE_WITH= dbus NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-locales .if !defined(MAINTAINER_MODE) CONFIGURE_ARGS+= --disable-manualupdatecheck .endif .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 USE_GCC= yes .endif post-patch: ${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include Index: head/ftp/filezilla/distinfo =================================================================== --- head/ftp/filezilla/distinfo (revision 378481) +++ head/ftp/filezilla/distinfo (revision 378482) @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.10.0_src.tar.bz2) = 3bc4b018992b944db11c6673a305e3ccb85f215252f971473381a6693494c686 -SIZE (FileZilla_3.10.0_src.tar.bz2) = 4558534 +SHA256 (FileZilla_3.10.1.1_src.tar.bz2) = 67dbd801b15edd446f35b8df093a24440b5fd41966928d018f03f81db12e636d +SIZE (FileZilla_3.10.1.1_src.tar.bz2) = 4572160 Index: head/ftp/filezilla/files/patch-engine__file.cpp =================================================================== --- head/ftp/filezilla/files/patch-engine__file.cpp (revision 378481) +++ head/ftp/filezilla/files/patch-engine__file.cpp (nonexistent) @@ -1,9 +0,0 @@ ---- src/engine/file.cpp.orig 2015-01-08 13:40:54.000000000 +0100 -+++ src/engine/file.cpp 2015-01-08 13:41:36.000000000 +0100 -@@ -1,5 +1,5 @@ - #include -- -+#include - #include "file.h" - - CFile::CFile() Property changes on: head/ftp/filezilla/files/patch-engine__file.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/ftp/filezilla/files/patch-engine__process.cpp =================================================================== --- head/ftp/filezilla/files/patch-engine__process.cpp (revision 378481) +++ head/ftp/filezilla/files/patch-engine__process.cpp (nonexistent) @@ -1,9 +0,0 @@ ---- src/engine/process.cpp.orig 2015-01-08 13:44:22.000000000 +0100 -+++ src/engine/process.cpp 2015-01-08 13:44:48.000000000 +0100 -@@ -1,5 +1,6 @@ - #include - #include "process.h" -+#include - - #ifdef __WXMSW__ - Property changes on: head/ftp/filezilla/files/patch-engine__process.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/ftp/filezilla/files/patch-engine__tlssocket.h =================================================================== --- head/ftp/filezilla/files/patch-engine__tlssocket.h (nonexistent) +++ head/ftp/filezilla/files/patch-engine__tlssocket.h (revision 378482) @@ -0,0 +1,10 @@ +--- src/engine/tlssocket.h.orig 2015-02-04 03:35:52.000000000 +0100 ++++ src/engine/tlssocket.h 2015-02-04 03:36:18.000000000 +0100 +@@ -1,6 +1,7 @@ + #ifndef __TLSSOCKET_H__ + #define __TLSSOCKET_H__ + ++#include + #include + #include "backend.h" + #include "socket.h" Property changes on: head/ftp/filezilla/files/patch-engine__tlssocket.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property