From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 17:50:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2529BB03; Thu, 5 Feb 2015 17:50:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED130EFE; Thu, 5 Feb 2015 17:50:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Ho3R8050071; Thu, 5 Feb 2015 17:50:03 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15Ho34c050062; Thu, 5 Feb 2015 17:50:03 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502051750.t15Ho34c050062@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 5 Feb 2015 17:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378482 - in head/ftp/filezilla: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:50:04 -0000 Author: pawel Date: Thu Feb 5 17:50:02 2015 New Revision: 378482 URL: https://svnweb.freebsd.org/changeset/ports/378482 QAT: https://qat.redports.org/buildarchive/r378482/ Log: Update to version 3.10.1.1 PR: 197311 Submitted by: matthew@reztek.cz (maintainer) Added: head/ftp/filezilla/files/patch-engine__tlssocket.h (contents, props changed) Deleted: head/ftp/filezilla/files/patch-engine__file.cpp head/ftp/filezilla/files/patch-engine__process.cpp Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Thu Feb 5 17:44:31 2015 (r378481) +++ head/ftp/filezilla/Makefile Thu Feb 5 17:50:02 2015 (r378482) @@ -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 Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Thu Feb 5 17:44:31 2015 (r378481) +++ head/ftp/filezilla/distinfo Thu Feb 5 17:50:02 2015 (r378482) @@ -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 Added: head/ftp/filezilla/files/patch-engine__tlssocket.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/filezilla/files/patch-engine__tlssocket.h Thu Feb 5 17:50:02 2015 (r378482) @@ -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"