mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to version 3.10.1.1
PR: 197311 Submitted by: matthew@reztek.cz (maintainer)
This commit is contained in:
parent
258f7d92d7
commit
ef9dbfdeb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378482
@ -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
|
||||
|
@ -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
|
||||
|
@ -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()
|
@ -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__
|
||||
|
10
ftp/filezilla/files/patch-engine__tlssocket.h
Normal file
10
ftp/filezilla/files/patch-engine__tlssocket.h
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user