Date: Fri, 11 Aug 2017 23:16:56 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447812 - head/graphics/rawtherapee Message-ID: <201708112316.v7BNGuxN042923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: <http://rawtherapee.com/blog/rawtherapee-5.2-released> Detailed: <https://github.com/Beep6581/RawTherapee/commits/5.2> * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708112316.v7BNGuxN042923>