summaryrefslogtreecommitdiff
path: root/ftp/filezilla
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-02-05 17:50:02 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-02-05 17:50:02 +0000
commitef9dbfdeb05bf0ceb40f4ede172b15e8a6679124 (patch)
tree68525a46dc4798a4395a505f9ef03597406e3089 /ftp/filezilla
parentmail/rainloop: 1.7.2 -> 1.8.0 (diff)
Update to version 3.10.1.1
PR: 197311 Submitted by: matthew@reztek.cz (maintainer)
Notes
Notes: svn path=/head/; revision=378482
Diffstat (limited to 'ftp/filezilla')
-rw-r--r--ftp/filezilla/Makefile2
-rw-r--r--ftp/filezilla/distinfo4
-rw-r--r--ftp/filezilla/files/patch-engine__file.cpp9
-rw-r--r--ftp/filezilla/files/patch-engine__process.cpp9
-rw-r--r--ftp/filezilla/files/patch-engine__tlssocket.h10
5 files changed, 13 insertions, 21 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index 75e3e485137e..6265bb4ad6bb 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -2,7 +2,7 @@
# $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
diff --git a/ftp/filezilla/distinfo b/ftp/filezilla/distinfo
index 956b221aa191..131845038f12 100644
--- a/ftp/filezilla/distinfo
+++ b/ftp/filezilla/distinfo
@@ -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
diff --git a/ftp/filezilla/files/patch-engine__file.cpp b/ftp/filezilla/files/patch-engine__file.cpp
deleted file mode 100644
index cd830d17d071..000000000000
--- a/ftp/filezilla/files/patch-engine__file.cpp
+++ /dev/null
@@ -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 <filezilla.h>
--
-+#include <errno.h>
- #include "file.h"
-
- CFile::CFile()
diff --git a/ftp/filezilla/files/patch-engine__process.cpp b/ftp/filezilla/files/patch-engine__process.cpp
deleted file mode 100644
index d7528de4acc1..000000000000
--- a/ftp/filezilla/files/patch-engine__process.cpp
+++ /dev/null
@@ -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 <filezilla.h>
- #include "process.h"
-+#include <errno.h>
-
- #ifdef __WXMSW__
-
diff --git a/ftp/filezilla/files/patch-engine__tlssocket.h b/ftp/filezilla/files/patch-engine__tlssocket.h
new file mode 100644
index 000000000000..9a965b2ce033
--- /dev/null
+++ b/ftp/filezilla/files/patch-engine__tlssocket.h
@@ -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 <errno.h>
+ #include <gnutls/gnutls.h>
+ #include "backend.h"
+ #include "socket.h"