From owner-svn-ports-all@freebsd.org Sat Sep 1 07:21:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ECCB10980FC; Sat, 1 Sep 2018 07:21:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 547117D831; Sat, 1 Sep 2018 07:21:15 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 370A626E69; Sat, 1 Sep 2018 07:21:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w817LFsL059294; Sat, 1 Sep 2018 07:21:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w817LEJf059291; Sat, 1 Sep 2018 07:21:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201809010721.w817LEJf059291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 1 Sep 2018 07:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478656 - head/ftp/libfilezilla X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/ftp/libfilezilla X-SVN-Commit-Revision: 478656 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 07:21:15 -0000 Author: pi Date: Sat Sep 1 07:21:14 2018 New Revision: 478656 URL: https://svnweb.freebsd.org/changeset/ports/478656 Log: ftp/libfilezilla: update 0.9.0 -> 0.13.0 - upstream is very quiet on changelogs PR: 229137 Submitted by: Piotr Kubaj Approved by: rezny (maintainer timeout) Relnotes: https://lib.filezilla-project.org/index.php Modified: head/ftp/libfilezilla/Makefile head/ftp/libfilezilla/distinfo head/ftp/libfilezilla/pkg-plist Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Sat Sep 1 07:15:54 2018 (r478655) +++ head/ftp/libfilezilla/Makefile Sat Sep 1 07:21:14 2018 (r478656) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libfilezilla -PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTVERSION= 0.13.0 CATEGORIES= ftp MASTER_SITES= http://download.filezilla-project.org/${PORTNAME}/ Modified: head/ftp/libfilezilla/distinfo ============================================================================== --- head/ftp/libfilezilla/distinfo Sat Sep 1 07:15:54 2018 (r478655) +++ head/ftp/libfilezilla/distinfo Sat Sep 1 07:21:14 2018 (r478656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482678093 -SHA256 (libfilezilla-0.9.0.tar.bz2) = 41d02b3eb54be1b1fdab89104a28a47fb654465a8d9ad00446c221a27bd9800c -SIZE (libfilezilla-0.9.0.tar.bz2) = 383160 +TIMESTAMP = 1535657359 +SHA256 (libfilezilla-0.13.0.tar.bz2) = ffca3c40dbe729dfc9389034f420809dec1b6f2674dc2cd39dc7edfcc59f686a +SIZE (libfilezilla-0.13.0.tar.bz2) = 398773 Modified: head/ftp/libfilezilla/pkg-plist ============================================================================== --- head/ftp/libfilezilla/pkg-plist Sat Sep 1 07:15:54 2018 (r478655) +++ head/ftp/libfilezilla/pkg-plist Sat Sep 1 07:21:14 2018 (r478656) @@ -1,4 +1,6 @@ include/libfilezilla/apply.hpp +include/libfilezilla/buffer.hpp +include/libfilezilla/encode.hpp include/libfilezilla/event.hpp include/libfilezilla/event_handler.hpp include/libfilezilla/event_loop.hpp @@ -20,6 +22,7 @@ include/libfilezilla/string.hpp include/libfilezilla/thread.hpp include/libfilezilla/thread_pool.hpp include/libfilezilla/time.hpp +include/libfilezilla/uri.hpp include/libfilezilla/util.hpp include/libfilezilla/version.hpp lib/libfilezilla.a