Date: Fri, 3 Feb 2017 00:42:47 +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: r433186 - in head/graphics: rawtherapee rawtherapee-devel rawtherapee-devel/files rawtherapee/files Message-ID: <201702030042.v130glX7076621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri Feb 3 00:42:47 2017 New Revision: 433186 URL: https://svnweb.freebsd.org/changeset/ports/433186 Log: Update to upstream bugfix revision #1. Changelog: <http://rawtherapee.com/blog/rawtherapee-5.0-revision-1-released> Deleted: head/graphics/rawtherapee-devel/files/patch-rtengine_dcraw.cc head/graphics/rawtherapee/files/patch-rtengine_dcraw.cc Modified: head/graphics/rawtherapee-devel/Makefile head/graphics/rawtherapee-devel/distinfo head/graphics/rawtherapee-devel/pkg-plist head/graphics/rawtherapee/Makefile head/graphics/rawtherapee/distinfo head/graphics/rawtherapee/pkg-plist Modified: head/graphics/rawtherapee-devel/Makefile ============================================================================== --- head/graphics/rawtherapee-devel/Makefile Thu Feb 2 23:52:49 2017 (r433185) +++ head/graphics/rawtherapee-devel/Makefile Fri Feb 3 00:42:47 2017 (r433186) @@ -77,10 +77,6 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-lo # .if ${OPSYS} == FreeBSD -.if ${OSVERSION} < 1003000 -IGNORE= is only for supported FreeBSD releases -.endif - .if ${OSVERSION} >= 1200000 # don't waste everybody's time with Tier-2 and moving targets. # might add ARM64 or SPARC64 later on if they are established by the @@ -101,7 +97,6 @@ LDFLAGS+= ${OPENMP_FLAGS} .endif .if defined(WITH_DEBUG) -CMAKE_BUILD_TYPE= RelWithDebInfo STRIP= .endif Modified: head/graphics/rawtherapee-devel/distinfo ============================================================================== --- head/graphics/rawtherapee-devel/distinfo Thu Feb 2 23:52:49 2017 (r433185) +++ head/graphics/rawtherapee-devel/distinfo Fri Feb 3 00:42:47 2017 (r433186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485205646 -SHA256 (rawtherapee-5.0-gtk3.tar.xz) = 25c6bb738535d1efa905bd21fb732bdea352d589d9740a730ec409a49e7eacd8 -SIZE (rawtherapee-5.0-gtk3.tar.xz) = 10442940 +TIMESTAMP = 1486072535 +SHA256 (rawtherapee-5.0-r1-gtk3.tar.xz) = fa6d69dd25de14c9b1798955beae2f957a998ab08cbb2c3744d8dd55924bea51 +SIZE (rawtherapee-5.0-r1-gtk3.tar.xz) = 10392408 Modified: head/graphics/rawtherapee-devel/pkg-plist ============================================================================== --- head/graphics/rawtherapee-devel/pkg-plist Thu Feb 2 23:52:49 2017 (r433185) +++ head/graphics/rawtherapee-devel/pkg-plist Fri Feb 3 00:42:47 2017 (r433186) @@ -876,4 +876,29 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/themes/RawTherapee-GTK3-_19.css %%DATADIR%%/themes/TooWaBlue-Dark-GTK3-20_.css %%DATADIR%%/themes/TooWaBlue-GTK3-20_.css +%%DATADIR%%/themes/TooWaBlue-GTK3-_19.css +%%DATADIR%%/themes/images/svg/twb/checkbox-checked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-checked.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-inconsistent-disabled.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-inconsistent.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-unchecked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-unchecked.svg +%%DATADIR%%/themes/images/svg/twb/radio-checked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/radio-checked.svg +%%DATADIR%%/themes/images/svg/twb/radio-inconsistent-disabled.svg +%%DATADIR%%/themes/images/svg/twb/radio-inconsistent.svg +%%DATADIR%%/themes/images/svg/twb/radio-unchecked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/radio-unchecked.svg +%%DATADIR%%/themes/images/twb/checkbox-checked-disabled.png +%%DATADIR%%/themes/images/twb/checkbox-checked.png +%%DATADIR%%/themes/images/twb/checkbox-inconsistent-disabled.png +%%DATADIR%%/themes/images/twb/checkbox-inconsistent.png +%%DATADIR%%/themes/images/twb/checkbox-unchecked-disabled.png +%%DATADIR%%/themes/images/twb/checkbox-unchecked.png +%%DATADIR%%/themes/images/twb/radio-checked-disabled.png +%%DATADIR%%/themes/images/twb/radio-checked.png +%%DATADIR%%/themes/images/twb/radio-inconsistent-disabled.png +%%DATADIR%%/themes/images/twb/radio-inconsistent.png +%%DATADIR%%/themes/images/twb/radio-unchecked-disabled.png +%%DATADIR%%/themes/images/twb/radio-unchecked.png %%DATADIR%%/themes/system.iconset Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Thu Feb 2 23:52:49 2017 (r433185) +++ head/graphics/rawtherapee/Makefile Fri Feb 3 00:42:47 2017 (r433186) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= rawtherapee -PORTVERSION= 5.0 +PORTVERSION= 5.0.1 DISTVERSIONSUFFIX= -gtk3 +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ @@ -75,10 +76,6 @@ OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-lo # .if ${OPSYS} == FreeBSD -.if ${OSVERSION} < 1003000 -IGNORE= is only for supported FreeBSD releases -.endif - .if ${OSVERSION} >= 1200000 # don't waste everybody's time with Tier-2 and moving targets. # might add ARM64 or SPARC64 later on if they are established by the @@ -99,7 +96,6 @@ LDFLAGS+= ${OPENMP_FLAGS} .endif .if defined(WITH_DEBUG) -CMAKE_BUILD_TYPE= RelWithDebInfo STRIP= .endif Modified: head/graphics/rawtherapee/distinfo ============================================================================== --- head/graphics/rawtherapee/distinfo Thu Feb 2 23:52:49 2017 (r433185) +++ head/graphics/rawtherapee/distinfo Fri Feb 3 00:42:47 2017 (r433186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485205646 -SHA256 (rawtherapee-5.0-gtk3.tar.xz) = 25c6bb738535d1efa905bd21fb732bdea352d589d9740a730ec409a49e7eacd8 -SIZE (rawtherapee-5.0-gtk3.tar.xz) = 10442940 +TIMESTAMP = 1486072535 +SHA256 (rawtherapee-5.0-r1-gtk3.tar.xz) = fa6d69dd25de14c9b1798955beae2f957a998ab08cbb2c3744d8dd55924bea51 +SIZE (rawtherapee-5.0-r1-gtk3.tar.xz) = 10392408 Modified: head/graphics/rawtherapee/pkg-plist ============================================================================== --- head/graphics/rawtherapee/pkg-plist Thu Feb 2 23:52:49 2017 (r433185) +++ head/graphics/rawtherapee/pkg-plist Fri Feb 3 00:42:47 2017 (r433186) @@ -876,4 +876,29 @@ share/icons/hicolor/48x48/apps/rawtherap %%DATADIR%%/themes/RawTherapee-GTK3-_19.css %%DATADIR%%/themes/TooWaBlue-Dark-GTK3-20_.css %%DATADIR%%/themes/TooWaBlue-GTK3-20_.css +%%DATADIR%%/themes/TooWaBlue-GTK3-_19.css +%%DATADIR%%/themes/images/svg/twb/checkbox-checked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-checked.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-inconsistent-disabled.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-inconsistent.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-unchecked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/checkbox-unchecked.svg +%%DATADIR%%/themes/images/svg/twb/radio-checked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/radio-checked.svg +%%DATADIR%%/themes/images/svg/twb/radio-inconsistent-disabled.svg +%%DATADIR%%/themes/images/svg/twb/radio-inconsistent.svg +%%DATADIR%%/themes/images/svg/twb/radio-unchecked-disabled.svg +%%DATADIR%%/themes/images/svg/twb/radio-unchecked.svg +%%DATADIR%%/themes/images/twb/checkbox-checked-disabled.png +%%DATADIR%%/themes/images/twb/checkbox-checked.png +%%DATADIR%%/themes/images/twb/checkbox-inconsistent-disabled.png +%%DATADIR%%/themes/images/twb/checkbox-inconsistent.png +%%DATADIR%%/themes/images/twb/checkbox-unchecked-disabled.png +%%DATADIR%%/themes/images/twb/checkbox-unchecked.png +%%DATADIR%%/themes/images/twb/radio-checked-disabled.png +%%DATADIR%%/themes/images/twb/radio-checked.png +%%DATADIR%%/themes/images/twb/radio-inconsistent-disabled.png +%%DATADIR%%/themes/images/twb/radio-inconsistent.png +%%DATADIR%%/themes/images/twb/radio-unchecked-disabled.png +%%DATADIR%%/themes/images/twb/radio-unchecked.png %%DATADIR%%/themes/system.iconset
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702030042.v130glX7076621>