From owner-svn-ports-head@freebsd.org Thu Oct 22 00:46:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46B3CA1ADE7; Thu, 22 Oct 2015 00:46:20 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EDE4A1E77; Thu, 22 Oct 2015 00:46:19 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9M0kJFW073631; Thu, 22 Oct 2015 00:46:19 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9M0kIsd073629; Thu, 22 Oct 2015 00:46:18 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201510220046.t9M0kIsd073629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 22 Oct 2015 00:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399940 - head/ftp/filezilla 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.20 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, 22 Oct 2015 00:46:20 -0000 Author: junovitch Date: Thu Oct 22 00:46:18 2015 New Revision: 399940 URL: https://svnweb.freebsd.org/changeset/ports/399940 Log: ftp/filezilla: update 3.14.0 -> 3.14.1 plus minor fixes - Fix indentation in BROKEN statement - Remove WX_UNICODE (no-op after r397077) Changes: https://filezilla-project.org/versions.php PR: 203836 Submitted by: matthew@reztek.cz (maintainer) Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Wed Oct 21 23:55:22 2015 (r399939) +++ head/ftp/filezilla/Makefile Thu Oct 22 00:46:18 2015 (r399940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.14.0 +PORTVERSION= 3.14.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -20,14 +20,13 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se libidn.so:${PORTSDIR}/dns/libidn \ libpugixml.so:${PORTSDIR}/textproc/pugixml -BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library +BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library INSTALLS_ICONS= yes USES= compiler:c++14-lang gmake pkgconfig tar:bzip2 USE_SQLITE= 3 USE_WX= 3.0 WX_CONF_ARGS= relative -WX_UNICODE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Wed Oct 21 23:55:22 2015 (r399939) +++ head/ftp/filezilla/distinfo Thu Oct 22 00:46:18 2015 (r399940) @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.14.0_src.tar.bz2) = 92385ab4f30bc7e5e457d6a3310645cc6c4bd0e83a78e12c33f2778b73d579fd -SIZE (FileZilla_3.14.0_src.tar.bz2) = 4415005 +SHA256 (FileZilla_3.14.1_src.tar.bz2) = b10871b6ced5f52062b44deda037edb8a38090b226a018b9b64b1a1feb59d46c +SIZE (FileZilla_3.14.1_src.tar.bz2) = 4411187