Date: Thu, 5 Feb 2015 17:50:03 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378482 - in head/ftp/filezilla: . files Message-ID: <201502051750.t15Ho34c050062@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <errno.h> + #include <gnutls/gnutls.h> + #include "backend.h" + #include "socket.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502051750.t15Ho34c050062>