From owner-svn-ports-head@freebsd.org Mon Oct 10 19:26:59 2016 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 C7A02C0C775; Mon, 10 Oct 2016 19:26:59 +0000 (UTC) (envelope-from pawel@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 81374F03; Mon, 10 Oct 2016 19:26:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJQw27029834; Mon, 10 Oct 2016 19:26:58 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJQwjT029831; Mon, 10 Oct 2016 19:26:58 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610101926.u9AJQwjT029831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 10 Oct 2016 19:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423680 - head/ftp/libfilezilla 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.23 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: Mon, 10 Oct 2016 19:26:59 -0000 Author: pawel Date: Mon Oct 10 19:26:58 2016 New Revision: 423680 URL: https://svnweb.freebsd.org/changeset/ports/423680 Log: - Update to version 0.7.1 - Fix typo in BROKEN message PR: 213197 Submitted by: maintainer Modified: head/ftp/libfilezilla/Makefile head/ftp/libfilezilla/distinfo head/ftp/libfilezilla/pkg-plist Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Mon Oct 10 19:16:35 2016 (r423679) +++ head/ftp/libfilezilla/Makefile Mon Oct 10 19:26:58 2016 (r423680) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libfilezilla -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.1 CATEGORIES= ftp MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= Does not build -BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library +BROKEN_FreeBSD_9= requires C++14 compiler, 9.x lacks C++11 standard library USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/ftp/libfilezilla/distinfo ============================================================================== --- head/ftp/libfilezilla/distinfo Mon Oct 10 19:16:35 2016 (r423679) +++ head/ftp/libfilezilla/distinfo Mon Oct 10 19:26:58 2016 (r423680) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469702818 -SHA256 (libfilezilla-0.6.1.tar.bz2) = 73c3ada6f9c5649abd93e6a3e7ecc6682d4f43248660b5506918eab76a7b901b -SIZE (libfilezilla-0.6.1.tar.bz2) = 379625 +TIMESTAMP = 1475574975 +SHA256 (libfilezilla-0.7.1.tar.bz2) = d95d2db75e523462c3f4b72b663b395dfe988cb71c3abef609f794a155a6ddd3 +SIZE (libfilezilla-0.7.1.tar.bz2) = 382319 Modified: head/ftp/libfilezilla/pkg-plist ============================================================================== --- head/ftp/libfilezilla/pkg-plist Mon Oct 10 19:16:35 2016 (r423679) +++ head/ftp/libfilezilla/pkg-plist Mon Oct 10 19:26:58 2016 (r423680) @@ -18,6 +18,7 @@ include/libfilezilla/recursive_remove.hp include/libfilezilla/shared.hpp include/libfilezilla/string.hpp include/libfilezilla/thread.hpp +include/libfilezilla/thread_pool.hpp include/libfilezilla/time.hpp include/libfilezilla/util.hpp include/libfilezilla/version.hpp