From owner-svn-ports-all@freebsd.org Fri Aug 11 23:16:57 2017 Return-Path: Delivered-To: svn-ports-all@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 C615EDCEAB9; Fri, 11 Aug 2017 23:16:57 +0000 (UTC) (envelope-from mandree@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 8F3CA69741; Fri, 11 Aug 2017 23:16:57 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7BNGuIZ042926; Fri, 11 Aug 2017 23:16:56 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7BNGuxN042923; Fri, 11 Aug 2017 23:16:56 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201708112316.v7BNGuxN042923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 11 Aug 2017 23:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447812 - head/graphics/rawtherapee X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/graphics/rawtherapee X-SVN-Commit-Revision: 447812 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.23 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: Fri, 11 Aug 2017 23:16:57 -0000 Author: mandree Date: Fri Aug 11 23:16:56 2017 New Revision: 447812 URL: https://svnweb.freebsd.org/changeset/ports/447812 Log: Update to new upstream release 5.2. Changelog: Detailed: * Add a "remote" mode (-R command line option) * Add DCP profile for FUJIFILM X-T20 * Overall speedup and stability improements, fixed memory leaks * More accurate tone mapping tool preview Modified: head/graphics/rawtherapee/Makefile head/graphics/rawtherapee/distinfo head/graphics/rawtherapee/pkg-plist Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Fri Aug 11 22:05:55 2017 (r447811) +++ head/graphics/rawtherapee/Makefile Fri Aug 11 23:16:56 2017 (r447812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rawtherapee -PORTVERSION= 5.1 +PORTVERSION= 5.2 #DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ Modified: head/graphics/rawtherapee/distinfo ============================================================================== --- head/graphics/rawtherapee/distinfo Fri Aug 11 22:05:55 2017 (r447811) +++ head/graphics/rawtherapee/distinfo Fri Aug 11 23:16:56 2017 (r447812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495050595 -SHA256 (rawtherapee-5.1.tar.xz) = fb742065a6b2e1b89df67c70395e52ee1ebd537c86dfc473b41e7af171655b67 -SIZE (rawtherapee-5.1.tar.xz) = 10785516 +TIMESTAMP = 1502445498 +SHA256 (rawtherapee-5.2.tar.xz) = 5c32679bfb77eca36c26288483be75696086459b7a59bd4437e371ea1bf827b6 +SIZE (rawtherapee-5.2.tar.xz) = 10819936 Modified: head/graphics/rawtherapee/pkg-plist ============================================================================== --- head/graphics/rawtherapee/pkg-plist Fri Aug 11 22:05:55 2017 (r447811) +++ head/graphics/rawtherapee/pkg-plist Fri Aug 11 23:16:56 2017 (r447812) @@ -44,6 +44,7 @@ share/icons/hicolor/48x48/apps/rawtherapee.png %%DATADIR%%/dcpprofiles/FUJIFILM X-Pro2.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X-T1.dcp %%DATADIR%%/dcpprofiles/Fujifilm X-T10.dcp +%%DATADIR%%/dcpprofiles/FUJIFILM X-T20.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X100S.dcp %%DATADIR%%/dcpprofiles/FUJIFILM X100T.dcp %%DATADIR%%/dcpprofiles/Leaf Aptus 75.dcp