View | Details | Raw Unified | Return to bug 207690
Collapse All | Expand All

(-)ftp/filezilla/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	filezilla
3
PORTNAME=	filezilla
4
PORTVERSION=	3.15.0.1
4
PORTVERSION=	3.16.0
5
CATEGORIES=	ftp
5
CATEGORIES=	ftp
6
MASTER_SITES=	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
6
MASTER_SITES=	SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
7
DISTNAME=	FileZilla_${PORTVERSION}_src
7
DISTNAME=	FileZilla_${PORTVERSION}_src
(-)ftp/filezilla/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (FileZilla_3.15.0.1_src.tar.bz2) = 267d3e336a7ecc5277950f759a37016e9747e63d1fc315c6798f18d7fea38463
1
SHA256 (FileZilla_3.16.0_src.tar.bz2) = 7dbd55a706ac1552ed4a0b86eeb59fcfc58cf6041b581c4dcf9a6cf560279b46
2
SIZE (FileZilla_3.15.0.1_src.tar.bz2) = 4405885
2
SIZE (FileZilla_3.16.0_src.tar.bz2) = 4406422
(-)ftp/filezilla/files/patch-src_engine_proxy.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/engine/proxy.cpp.orig	2016-02-02 04:43:36 UTC
2
+++ src/engine/proxy.cpp
3
@@ -4,6 +4,8 @@
4
   #include <libfilezilla/private/windows.hpp>
5
   #include <winsock2.h>
6
   #include <ws2tcpip.h>
7
+#else
8
+  #include <sys/socket.h>
9
 #endif
10
 #include <filezilla.h>
11
 #include "engineprivate.h"

Return to bug 207690