Update to 3.10.2
PR: 198299 Submitted by: maintainer
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= filezilla
|
||||
PORTVERSION= 3.10.1.1
|
||||
PORTVERSION= 3.10.2
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
|
||||
DISTNAME= FileZilla_${PORTVERSION}_src
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (FileZilla_3.10.1.1_src.tar.bz2) = 67dbd801b15edd446f35b8df093a24440b5fd41966928d018f03f81db12e636d
|
||||
SIZE (FileZilla_3.10.1.1_src.tar.bz2) = 4572160
|
||||
SHA256 (FileZilla_3.10.2_src.tar.bz2) = c08ee3bff4ce35010a5f32610ef699081662c9f8c51c20740f719e653ce9b611
|
||||
SIZE (FileZilla_3.10.2_src.tar.bz2) = 4232889
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- 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"
|
||||
@@ -0,0 +1,11 @@
|
||||
--- src/interface/Mainfrm.h.orig 2015-03-05 03:48:01 UTC
|
||||
+++ src/interface/Mainfrm.h
|
||||
@@ -28,6 +28,8 @@ class CWindowStateManager;
|
||||
|
||||
#if FZ_MANUALUPDATECHECK
|
||||
#include "updater.h"
|
||||
+#else
|
||||
+#include <wx/timer.h>
|
||||
#endif
|
||||
class CWindowStateManager;
|
||||
|
||||
Reference in New Issue
Block a user