svn commit: r565125 - in branches/2021Q1: cad/PrusaSlicer devel/kio-extras devel/synfig editors/calligra games/pink-pony graphics/alembic graphics/ampasCTL graphics/blender graphics/cimg graphics/d...

Matthias Andree mandree at FreeBSD.org
Sat Feb 13 11:37:02 UTC 2021


Author: mandree
Date: Sat Feb 13 11:36:52 2021
New Revision: 565125
URL: https://svnweb.freebsd.org/changeset/ports/565125

Log:
  MFH: r560002 r560022 r565123
  
  graphics/openexr: graphics/ilmbase: v2.5.4 update
  
  "Patch release with various bug/sanitizer/security fixes, primarily related to
  reading corrupted input files."
  <https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
  
  Cherry-pick upstream commit for GCC 11 compatibility:
  <https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
  
  Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
  ports just to be sure.
  (graphics/py-openshadinglanguage is unaltered and .includes the revision bump
  from .../openshadinglanguage.)
  
  graphics/openexr: really commit v2.5.4 update.
  
  Unfortunately, this was missed with the ilmbase update, and
  causes yet another PORTREVISION bump on all dependent ports.
  
  repeating ilmbase's commit log here:
  
  "Patch release with various bug/sanitizer/security fixes, primarily related to
  reading corrupted input files."
  <https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
  
  Cherry-pick upstream commit for GCC 11 compatibility:
  <https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
  
  Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
  ports just to be sure.
  (graphics/py-openshadinglanguage is unaltered and .includes the revision bump
  from .../openshadinglanguage.)
  
  Reported by:	VVD (IRC, #bsdports)
  
  graphics/openexr, ilmbase: security update to v2.5.5
  
  https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
  
  "Specific OSS-fuzz issues include:
  
      OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
      OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
      OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
      OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers
      OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
  
  Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
  
  Security:	98044aba-6d72-11eb-aed7-1b1b8a70cc8b

Modified:
  branches/2021Q1/cad/PrusaSlicer/Makefile
  branches/2021Q1/devel/kio-extras/Makefile
  branches/2021Q1/devel/synfig/Makefile
  branches/2021Q1/editors/calligra/Makefile
  branches/2021Q1/games/pink-pony/Makefile
  branches/2021Q1/graphics/alembic/Makefile
  branches/2021Q1/graphics/ampasCTL/Makefile
  branches/2021Q1/graphics/blender/Makefile
  branches/2021Q1/graphics/cimg/Makefile
  branches/2021Q1/graphics/darktable/Makefile
  branches/2021Q1/graphics/enblend/Makefile
  branches/2021Q1/graphics/exrtools/Makefile
  branches/2021Q1/graphics/fyre/Makefile
  branches/2021Q1/graphics/gegl/Makefile
  branches/2021Q1/graphics/gimp-app/Makefile
  branches/2021Q1/graphics/gimp-gmic-plugin/Makefile
  branches/2021Q1/graphics/gmic/Makefile
  branches/2021Q1/graphics/gstreamer1-plugins-openexr/Makefile
  branches/2021Q1/graphics/hdr_tools/Makefile
  branches/2021Q1/graphics/hugin/Makefile
  branches/2021Q1/graphics/ilmbase/Makefile
  branches/2021Q1/graphics/ilmbase/distinfo
  branches/2021Q1/graphics/jpeg-xl/Makefile
  branches/2021Q1/graphics/kf5-kimageformats/Makefile
  branches/2021Q1/graphics/krita/Makefile
  branches/2021Q1/graphics/luminance-qt5/Makefile
  branches/2021Q1/graphics/nvidia-texture-tools/Makefile
  branches/2021Q1/graphics/opencv/Makefile
  branches/2021Q1/graphics/openexr/Makefile
  branches/2021Q1/graphics/openexr/distinfo
  branches/2021Q1/graphics/openimageio/Makefile
  branches/2021Q1/graphics/openshadinglanguage/Makefile
  branches/2021Q1/graphics/photoflow/Makefile
  branches/2021Q1/graphics/pixie/Makefile
  branches/2021Q1/graphics/py-openimageio/Makefile
  branches/2021Q1/graphics/rawtherapee/Makefile
  branches/2021Q1/graphics/simpleviewer/Makefile
  branches/2021Q1/graphics/synfigstudio/Makefile
  branches/2021Q1/graphics/vigra/Makefile
  branches/2021Q1/graphics/vips/Makefile
  branches/2021Q1/graphics/yafaray/Makefile
  branches/2021Q1/math/curv/Makefile
  branches/2021Q1/misc/openvdb/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/cad/PrusaSlicer/Makefile
==============================================================================
--- branches/2021Q1/cad/PrusaSlicer/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/cad/PrusaSlicer/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 PORTNAME=		PrusaSlicer
 DISTVERSIONPREFIX=	version_
 DISTVERSION=		2.2.0
-PORTREVISION=		8
+PORTREVISION=		9
 CATEGORIES=		cad
 
 MAINTAINER=	teodorsigaev at gmail.com

Modified: branches/2021Q1/devel/kio-extras/Makefile
==============================================================================
--- branches/2021Q1/devel/kio-extras/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/devel/kio-extras/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kio-extras
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-applications # kde kde-applications-plasma
 
 MAINTAINER=	kde at FreeBSD.org

Modified: branches/2021Q1/devel/synfig/Makefile
==============================================================================
--- branches/2021Q1/devel/synfig/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/devel/synfig/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -4,7 +4,7 @@
 PORTNAME=	synfig
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel graphics multimedia
 
 MAINTAINER=	woodsb02 at FreeBSD.org

Modified: branches/2021Q1/editors/calligra/Makefile
==============================================================================
--- branches/2021Q1/editors/calligra/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/editors/calligra/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 DISTVERSION=	3.2.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: branches/2021Q1/games/pink-pony/Makefile
==============================================================================
--- branches/2021Q1/games/pink-pony/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/games/pink-pony/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pink-pony
 PORTVERSION=	1.4.1
-PORTREVISION=	25
+PORTREVISION=	26
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3 at FreeBSD.org

Modified: branches/2021Q1/graphics/alembic/Makefile
==============================================================================
--- branches/2021Q1/graphics/alembic/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/alembic/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,6 +3,7 @@
 
 PORTNAME=	alembic
 PORTVERSION=	1.7.16
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe at FreeBSD.org

Modified: branches/2021Q1/graphics/ampasCTL/Makefile
==============================================================================
--- branches/2021Q1/graphics/ampasCTL/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/ampasCTL/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ampasCTL
 PORTVERSION=	1.5.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics devel
 
 MAINTAINER=	ports at FreeBSD.org

Modified: branches/2021Q1/graphics/blender/Makefile
==============================================================================
--- branches/2021Q1/graphics/blender/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/blender/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,6 +3,7 @@
 
 PORTNAME=	blender
 DISTVERSION=	2.91.0
+PORTREVISION=	1
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \

Modified: branches/2021Q1/graphics/cimg/Makefile
==============================================================================
--- branches/2021Q1/graphics/cimg/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/cimg/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -4,6 +4,7 @@
 PORTNAME=	cimg
 DISTVERSIONPREFIX=	v.
 DISTVERSION=	2.9.4
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	graphics devel
 

Modified: branches/2021Q1/graphics/darktable/Makefile
==============================================================================
--- branches/2021Q1/graphics/darktable/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/darktable/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	3.2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 

Modified: branches/2021Q1/graphics/enblend/Makefile
==============================================================================
--- branches/2021Q1/graphics/enblend/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/enblend/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enblend
 PORTVERSION=	4.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION}
 DISTNAME=	enblend-enfuse-${PORTVERSION}

Modified: branches/2021Q1/graphics/exrtools/Makefile
==============================================================================
--- branches/2021Q1/graphics/exrtools/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/exrtools/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exrtools
 PORTVERSION=	0.4
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	graphics
 MASTER_SITES=	http://scanline.ca/exrtools/ \
 		LOCAL/ehaupt

Modified: branches/2021Q1/graphics/fyre/Makefile
==============================================================================
--- branches/2021Q1/graphics/fyre/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/fyre/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fyre
 PORTVERSION=	1.0.1
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 MASTER_SITES=	http://releases.navi.cx/fyre/
 

Modified: branches/2021Q1/graphics/gegl/Makefile
==============================================================================
--- branches/2021Q1/graphics/gegl/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/gegl/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 

Modified: branches/2021Q1/graphics/gimp-app/Makefile
==============================================================================
--- branches/2021Q1/graphics/gimp-app/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/gimp-app/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.20
-PORTREVISION=	13
+PORTREVISION=	14
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}

Modified: branches/2021Q1/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- branches/2021Q1/graphics/gimp-gmic-plugin/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/gimp-gmic-plugin/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmic
 PORTVERSION=	1.6.9
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics
 MASTER_SITES=	http://gmic.eu/files/source/
 PKGNAMEPREFIX=	gimp-

Modified: branches/2021Q1/graphics/gmic/Makefile
==============================================================================
--- branches/2021Q1/graphics/gmic/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/gmic/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gmic
 DISTVERSION=	2.9.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://gmic.eu/files/source/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: branches/2021Q1/graphics/gstreamer1-plugins-openexr/Makefile
==============================================================================
--- branches/2021Q1/graphics/gstreamer1-plugins-openexr/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/gstreamer1-plugins-openexr/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 COMMENT=	GStreamer OpenExr codec plugin

Modified: branches/2021Q1/graphics/hdr_tools/Makefile
==============================================================================
--- branches/2021Q1/graphics/hdr_tools/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/hdr_tools/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hdr_tools
 PORTVERSION=	0.0.2010.11.23	# unspecified by the author, so use the date
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \
 		http://freebsd.nsu.ru/distfiles/

Modified: branches/2021Q1/graphics/hugin/Makefile
==============================================================================
--- branches/2021Q1/graphics/hugin/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/hugin/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2019.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 

Modified: branches/2021Q1/graphics/ilmbase/Makefile
==============================================================================
--- branches/2021Q1/graphics/ilmbase/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/ilmbase/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ilmbase
-PORTVERSION=	2.5.3
+PORTVERSION=	2.5.5
 CATEGORIES=	graphics devel
 
 MAINTAINER=	mandree at FreeBSD.org
@@ -38,7 +38,7 @@ LARGE_STACK_CONFIGURE_ENABLE=	large-stack
 _MAJORVER=	2_5
 _VER=		25
 _MINVER=	0
-_PLVER=		2
+_PLVER=		4
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libHalf-${_MAJORVER}.so

Modified: branches/2021Q1/graphics/ilmbase/distinfo
==============================================================================
--- branches/2021Q1/graphics/ilmbase/distinfo	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/ilmbase/distinfo	Sat Feb 13 11:36:52 2021	(r565125)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597314242
-SHA256 (AcademySoftwareFoundation-openexr-2.5.3-v2.5.3_GH0.tar.gz) = 6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf
-SIZE (AcademySoftwareFoundation-openexr-2.5.3-v2.5.3_GH0.tar.gz) = 27534825
+TIMESTAMP = 1613162196
+SHA256 (AcademySoftwareFoundation-openexr-2.5.5-v2.5.5_GH0.tar.gz) = 59e98361cb31456a9634378d0f653a2b9554b8900f233450f2396ff495ea76b3
+SIZE (AcademySoftwareFoundation-openexr-2.5.5-v2.5.5_GH0.tar.gz) = 27536865

Modified: branches/2021Q1/graphics/jpeg-xl/Makefile
==============================================================================
--- branches/2021Q1/graphics/jpeg-xl/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/jpeg-xl/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,6 +3,7 @@
 PORTNAME=	jpeg-xl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: branches/2021Q1/graphics/kf5-kimageformats/Makefile
==============================================================================
--- branches/2021Q1/graphics/kf5-kimageformats/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/kf5-kimageformats/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kimageformats
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org

Modified: branches/2021Q1/graphics/krita/Makefile
==============================================================================
--- branches/2021Q1/graphics/krita/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/krita/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krita
 DISTVERSION=	4.4.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: branches/2021Q1/graphics/luminance-qt5/Makefile
==============================================================================
--- branches/2021Q1/graphics/luminance-qt5/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/luminance-qt5/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luminance-hdr
 DISTVERSION=	2.5.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 PKGNAMESUFFIX=	-qt5

Modified: branches/2021Q1/graphics/nvidia-texture-tools/Makefile
==============================================================================
--- branches/2021Q1/graphics/nvidia-texture-tools/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/nvidia-texture-tools/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nvidia-texture-tools
 PORTVERSION=	2.0.8.1 # needed to not bump PORTEPOCH; remove on next update
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3 at FreeBSD.org

Modified: branches/2021Q1/graphics/opencv/Makefile
==============================================================================
--- branches/2021Q1/graphics/opencv/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/opencv/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -4,6 +4,7 @@
 PORTNAME=	opencv
 PORTVERSION=	3.4.1
 PORTREVISION=	37
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	tcberner at FreeBSD.org

Modified: branches/2021Q1/graphics/openexr/Makefile
==============================================================================
--- branches/2021Q1/graphics/openexr/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/openexr/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openexr
-PORTVERSION=	2.5.3
+PORTVERSION=	2.5.5
 CATEGORIES=	graphics devel
 MASTER_SITES=	LOCAL/mandree/:test
 DISTFILES=	${PORTNAME}-2.2.0-comp_dwa-test-images.tar.xz:test
@@ -42,7 +42,7 @@ _DOC_FILES2=	*.odt *.pdf
 MAJORVER=	2_5
 _VER=		25
 _MINVER=	0
-_PLVER=		2
+_PLVER=		4
 
 PLIST_SUB+=	MAJORVER=${MAJORVER} \
 		VER=${_VER} \

Modified: branches/2021Q1/graphics/openexr/distinfo
==============================================================================
--- branches/2021Q1/graphics/openexr/distinfo	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/openexr/distinfo	Sat Feb 13 11:36:52 2021	(r565125)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1597314241
+TIMESTAMP = 1613162267
 SHA256 (openexr-2.2.0-comp_dwa-test-images.tar.xz) = bbb8ff547e9b68f0dfb1e8804a7ad984978c2b15897988399cc68176e99dd63a
 SIZE (openexr-2.2.0-comp_dwa-test-images.tar.xz) = 653768
-SHA256 (AcademySoftwareFoundation-openexr-2.5.3-v2.5.3_GH0.tar.gz) = 6a6525e6e3907715c6a55887716d7e42d09b54d2457323fcee35a0376960bebf
-SIZE (AcademySoftwareFoundation-openexr-2.5.3-v2.5.3_GH0.tar.gz) = 27534825
+SHA256 (AcademySoftwareFoundation-openexr-2.5.5-v2.5.5_GH0.tar.gz) = 59e98361cb31456a9634378d0f653a2b9554b8900f233450f2396ff495ea76b3
+SIZE (AcademySoftwareFoundation-openexr-2.5.5-v2.5.5_GH0.tar.gz) = 27536865

Modified: branches/2021Q1/graphics/openimageio/Makefile
==============================================================================
--- branches/2021Q1/graphics/openimageio/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/openimageio/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -8,7 +8,7 @@ DISTVERSION=	2.2.9.0
 # py-openimageio's PORTREVISION.
 # Also, just to be on the safe side, when resetting,
 # best keep PORTREVISION?=	0.
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD at Shaneware.biz

Modified: branches/2021Q1/graphics/openshadinglanguage/Makefile
==============================================================================
--- branches/2021Q1/graphics/openshadinglanguage/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/openshadinglanguage/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -4,6 +4,7 @@
 PORTNAME=	openshadinglanguage
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	1.11.7.3
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD at Shaneware.biz

Modified: branches/2021Q1/graphics/photoflow/Makefile
==============================================================================
--- branches/2021Q1/graphics/photoflow/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/photoflow/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -2,7 +2,7 @@
 
 PORTNAME=	photoflow
 DISTVERSION=	0.2.8.20200828
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: branches/2021Q1/graphics/pixie/Makefile
==============================================================================
--- branches/2021Q1/graphics/pixie/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/pixie/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pixie
 PORTVERSION=	2.2.6
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION}
 DISTNAME=	Pixie-src-${PORTVERSION}

Modified: branches/2021Q1/graphics/py-openimageio/Makefile
==============================================================================
--- branches/2021Q1/graphics/py-openimageio/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/py-openimageio/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -1,7 +1,7 @@
 # Created by: Shane Ambler
 # $FreeBSD$
 
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: branches/2021Q1/graphics/rawtherapee/Makefile
==============================================================================
--- branches/2021Q1/graphics/rawtherapee/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/rawtherapee/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rawtherapee
 PORTVERSION=	5.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	https://rawtherapee.com/shared/source/ \
 		LOCAL/mandree/

Modified: branches/2021Q1/graphics/simpleviewer/Makefile
==============================================================================
--- branches/2021Q1/graphics/simpleviewer/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/simpleviewer/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	simpleviewer
 PORTVERSION=	3.1.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/andreyu/simple-viewer-gl/get/
 DISTNAME=	v${PORTVERSION}	# version tag, has no embedded ${PORTNAME}

Modified: branches/2021Q1/graphics/synfigstudio/Makefile
==============================================================================
--- branches/2021Q1/graphics/synfigstudio/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/synfigstudio/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -4,7 +4,7 @@
 PORTNAME=	synfigstudio
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics multimedia
 
 MAINTAINER=	woodsb02 at FreeBSD.org

Modified: branches/2021Q1/graphics/vigra/Makefile
==============================================================================
--- branches/2021Q1/graphics/vigra/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/vigra/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -4,7 +4,7 @@
 PORTNAME=	vigra
 DISTVERSIONPREFIX=v
 DISTVERSION=	1.11.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 
 MAINTAINER=	ports at FreeBSD.org

Modified: branches/2021Q1/graphics/vips/Makefile
==============================================================================
--- branches/2021Q1/graphics/vips/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/vips/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.10.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 

Modified: branches/2021Q1/graphics/yafaray/Makefile
==============================================================================
--- branches/2021Q1/graphics/yafaray/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/graphics/yafaray/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -4,7 +4,7 @@
 PORTNAME=	yafaray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: branches/2021Q1/math/curv/Makefile
==============================================================================
--- branches/2021Q1/math/curv/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/math/curv/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,7 +3,7 @@
 PORTNAME=	curv
 DISTVERSION=	0.4-417
 DISTVERSIONSUFFIX=	-gf6f8d011
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	math lang graphics
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: branches/2021Q1/misc/openvdb/Makefile
==============================================================================
--- branches/2021Q1/misc/openvdb/Makefile	Sat Feb 13 11:33:13 2021	(r565124)
+++ branches/2021Q1/misc/openvdb/Makefile	Sat Feb 13 11:36:52 2021	(r565125)
@@ -3,6 +3,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.0.0
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	yuri at FreeBSD.org


More information about the svn-ports-all mailing list