svn commit: r447812 - head/graphics/rawtherapee

Matthias Andree mandree at FreeBSD.org
Fri Aug 11 23:16:57 UTC 2017


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


More information about the svn-ports-all mailing list