From owner-svn-ports-head@FreeBSD.ORG Thu Mar 5 12:05:00 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 4641C86E; Thu, 5 Mar 2015 12:05:00 +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 169CDBA8; Thu, 5 Mar 2015 12:05:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t25C4xMs012423; Thu, 5 Mar 2015 12:04:59 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t25C4xue012417; Thu, 5 Mar 2015 12:04:59 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201503051204.t25C4xue012417@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Thu, 5 Mar 2015 12:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380485 - 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 Mar 2015 12:05:00 -0000 Author: arved Date: Thu Mar 5 12:04:58 2015 New Revision: 380485 URL: https://svnweb.freebsd.org/changeset/ports/380485 QAT: https://qat.redports.org/buildarchive/r380485/ Log: Update to 3.10.2 PR: 198299 Submitted by: maintainer Added: head/ftp/filezilla/files/patch-src_interface_Mainfrm.h (contents, props changed) Deleted: head/ftp/filezilla/files/patch-engine__tlssocket.h Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Thu Mar 5 11:04:57 2015 (r380484) +++ head/ftp/filezilla/Makefile Thu Mar 5 12:04:58 2015 (r380485) @@ -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 Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Thu Mar 5 11:04:57 2015 (r380484) +++ head/ftp/filezilla/distinfo Thu Mar 5 12:04:58 2015 (r380485) @@ -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 Added: head/ftp/filezilla/files/patch-src_interface_Mainfrm.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/filezilla/files/patch-src_interface_Mainfrm.h Thu Mar 5 12:04:58 2015 (r380485) @@ -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 + #endif + class CWindowStateManager; +