svn commit: r560022 - in head: devel/kio-extras devel/synfig editors/calligra graphics/ampasCTL graphics/blender graphics/cimg graphics/darktable graphics/enblend graphics/exrtools graphics/fyre gr...

Matthias Andree mandree at FreeBSD.org
Sun Jan 3 16:57:37 UTC 2021


Author: mandree
Date: Sun Jan  3 16:57:29 2021
New Revision: 560022
URL: https://svnweb.freebsd.org/changeset/ports/560022

Log:
  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.)
  
  MFH:		2021Q1 (this requires discussion by ports-secteam@!)
  
  Reported by:	VVD (IRC, #bsdports)

Added:
  head/graphics/openexr/files/patch-IlmImf_ImfDwaCompressor.cpp   (contents, props changed)
  head/graphics/openexr/files/patch-IlmImf_ImfTiledMisc.cpp   (contents, props changed)
Modified:
  head/devel/kio-extras/Makefile
  head/devel/synfig/Makefile
  head/editors/calligra/Makefile
  head/graphics/ampasCTL/Makefile
  head/graphics/blender/Makefile
  head/graphics/cimg/Makefile
  head/graphics/darktable/Makefile
  head/graphics/enblend/Makefile
  head/graphics/exrtools/Makefile
  head/graphics/fyre/Makefile
  head/graphics/gegl/Makefile
  head/graphics/gimp-app/Makefile
  head/graphics/gimp-gmic-plugin/Makefile
  head/graphics/gmic/Makefile
  head/graphics/gstreamer1-plugins-openexr/Makefile
  head/graphics/hdr_tools/Makefile
  head/graphics/hugin/Makefile
  head/graphics/jpeg-xl/Makefile
  head/graphics/kf5-kimageformats/Makefile
  head/graphics/krita/Makefile
  head/graphics/luminance-qt5/Makefile
  head/graphics/nvidia-texture-tools/Makefile
  head/graphics/openexr/Makefile
  head/graphics/openexr/distinfo
  head/graphics/openimageio/Makefile
  head/graphics/openshadinglanguage/Makefile
  head/graphics/photoflow/Makefile
  head/graphics/pixie/Makefile
  head/graphics/py-openimageio/Makefile
  head/graphics/py-openshadinglanguage/Makefile
  head/graphics/simpleviewer/Makefile
  head/graphics/synfigstudio/Makefile
  head/graphics/vigra/Makefile
  head/graphics/vips/Makefile
  head/graphics/yafaray/Makefile
  head/misc/openvdb/Makefile

Modified: head/devel/kio-extras/Makefile
==============================================================================
--- head/devel/kio-extras/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/devel/kio-extras/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kio-extras
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel kde kde-applications # kde kde-applications-plasma
 
 MAINTAINER=	kde at FreeBSD.org

Modified: head/devel/synfig/Makefile
==============================================================================
--- head/devel/synfig/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/devel/synfig/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -4,7 +4,7 @@
 PORTNAME=	synfig
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel graphics multimedia
 
 MAINTAINER=	woodsb02 at FreeBSD.org

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/editors/calligra/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 DISTVERSION=	3.2.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/graphics/ampasCTL/Makefile
==============================================================================
--- head/graphics/ampasCTL/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/ampasCTL/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ampasCTL
 PORTVERSION=	1.5.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics devel
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/blender/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blender
 DISTVERSION=	2.91.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \

Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/cimg/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -4,7 +4,7 @@
 PORTNAME=	cimg
 DISTVERSIONPREFIX=	v.
 DISTVERSION=	2.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	graphics devel
 

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/darktable/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	3.2.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 

Modified: head/graphics/enblend/Makefile
==============================================================================
--- head/graphics/enblend/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/enblend/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enblend
 PORTVERSION=	4.2
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION}
 DISTNAME=	enblend-enfuse-${PORTVERSION}

Modified: head/graphics/exrtools/Makefile
==============================================================================
--- head/graphics/exrtools/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/exrtools/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exrtools
 PORTVERSION=	0.4
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	graphics
 MASTER_SITES=	http://scanline.ca/exrtools/ \
 		LOCAL/ehaupt

Modified: head/graphics/fyre/Makefile
==============================================================================
--- head/graphics/fyre/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/fyre/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fyre
 PORTVERSION=	1.0.1
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	graphics
 MASTER_SITES=	http://releases.navi.cx/fyre/
 

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/gegl/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.28
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/gimp-app/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.20
-PORTREVISION=	14
+PORTREVISION=	15
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}

Modified: head/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/gimp-gmic-plugin/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmic
 PORTVERSION=	1.6.9
-PORTREVISION=	27
+PORTREVISION=	28
 CATEGORIES=	graphics
 MASTER_SITES=	http://gmic.eu/files/source/
 PKGNAMEPREFIX=	gimp-

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/gmic/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmic
 DISTVERSION=	2.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://gmic.eu/files/source/
 DISTNAME=	${PORTNAME}_${DISTVERSION}

Modified: head/graphics/gstreamer1-plugins-openexr/Makefile
==============================================================================
--- head/graphics/gstreamer1-plugins-openexr/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/gstreamer1-plugins-openexr/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 COMMENT=	GStreamer OpenExr codec plugin

Modified: head/graphics/hdr_tools/Makefile
==============================================================================
--- head/graphics/hdr_tools/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/hdr_tools/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hdr_tools
 PORTVERSION=	0.0.2010.11.23	# unspecified by the author, so use the date
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \
 		http://freebsd.nsu.ru/distfiles/

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/hugin/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2019.2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 

Modified: head/graphics/jpeg-xl/Makefile
==============================================================================
--- head/graphics/jpeg-xl/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/jpeg-xl/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 PORTNAME=	jpeg-xl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: head/graphics/kf5-kimageformats/Makefile
==============================================================================
--- head/graphics/kf5-kimageformats/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/kf5-kimageformats/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kimageformats
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/krita/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krita
 DISTVERSION=	4.4.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/graphics/luminance-qt5/Makefile
==============================================================================
--- head/graphics/luminance-qt5/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/luminance-qt5/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luminance-hdr
 DISTVERSION=	2.5.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 PKGNAMESUFFIX=	-qt5

Modified: head/graphics/nvidia-texture-tools/Makefile
==============================================================================
--- head/graphics/nvidia-texture-tools/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/nvidia-texture-tools/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nvidia-texture-tools
 PORTVERSION=	2.0.8.1 # needed to not bump PORTEPOCH; remove on next update
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3 at FreeBSD.org

Modified: head/graphics/openexr/Makefile
==============================================================================
--- head/graphics/openexr/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/openexr/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openexr
-PORTVERSION=	2.5.3
+PORTVERSION=	2.5.4
 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=		3
 
 PLIST_SUB+=	MAJORVER=${MAJORVER} \
 		VER=${_VER} \

Modified: head/graphics/openexr/distinfo
==============================================================================
--- head/graphics/openexr/distinfo	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/openexr/distinfo	Sun Jan  3 16:57:29 2021	(r560022)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1597314241
+TIMESTAMP = 1609587933
 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.4-v2.5.4_GH0.tar.gz) = dba19e9c6720c6f64fbc8b9d1867eaa75da6438109b941eefdc75ed141b6576d
+SIZE (AcademySoftwareFoundation-openexr-2.5.4-v2.5.4_GH0.tar.gz) = 27535491

Added: head/graphics/openexr/files/patch-IlmImf_ImfDwaCompressor.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/openexr/files/patch-IlmImf_ImfDwaCompressor.cpp	Sun Jan  3 16:57:29 2021	(r560022)
@@ -0,0 +1,10 @@
+--- IlmImf/ImfDwaCompressor.cpp.orig	2020-12-30 23:09:11 UTC
++++ IlmImf/ImfDwaCompressor.cpp
+@@ -156,6 +156,7 @@
+ #include <cctype>
+ #include <cassert>
+ #include <algorithm>
++#include <limits>
+ 
+ #include <cstddef>
+ 

Added: head/graphics/openexr/files/patch-IlmImf_ImfTiledMisc.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/openexr/files/patch-IlmImf_ImfTiledMisc.cpp	Sun Jan  3 16:57:29 2021	(r560022)
@@ -0,0 +1,10 @@
+--- IlmImf/ImfTiledMisc.cpp.orig	2020-12-30 23:09:11 UTC
++++ IlmImf/ImfTiledMisc.cpp
+@@ -45,6 +45,7 @@
+ #include <ImfChannelList.h>
+ #include <ImfTileDescription.h>
+ #include <algorithm>
++#include <limits>
+ 
+ #include "ImfNamespace.h"
+ 

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/openimageio/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -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?=	2
+PORTREVISION?=	3
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD at Shaneware.biz

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/openshadinglanguage/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -4,7 +4,7 @@
 PORTNAME=	openshadinglanguage
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	1.11.7.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD at Shaneware.biz

Modified: head/graphics/photoflow/Makefile
==============================================================================
--- head/graphics/photoflow/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/photoflow/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -2,7 +2,7 @@
 
 PORTNAME=	photoflow
 DISTVERSION=	0.2.8.20200828
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/graphics/pixie/Makefile
==============================================================================
--- head/graphics/pixie/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/pixie/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pixie
 PORTVERSION=	2.2.6
-PORTREVISION=	27
+PORTREVISION=	28
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION}
 DISTNAME=	Pixie-src-${PORTVERSION}

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/py-openimageio/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -1,7 +1,7 @@
 # Created by: Shane Ambler
 # $FreeBSD$
 
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/graphics/py-openshadinglanguage/Makefile
==============================================================================
--- head/graphics/py-openshadinglanguage/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/py-openshadinglanguage/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/graphics/simpleviewer/Makefile
==============================================================================
--- head/graphics/simpleviewer/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/simpleviewer/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	simpleviewer
 PORTVERSION=	3.1.7
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/andreyu/simple-viewer-gl/get/
 DISTNAME=	v${PORTVERSION}	# version tag, has no embedded ${PORTNAME}

Modified: head/graphics/synfigstudio/Makefile
==============================================================================
--- head/graphics/synfigstudio/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/synfigstudio/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -4,7 +4,7 @@
 PORTNAME=	synfigstudio
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics multimedia
 
 MAINTAINER=	woodsb02 at FreeBSD.org

Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/vigra/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -4,7 +4,7 @@
 PORTNAME=	vigra
 DISTVERSIONPREFIX=v
 DISTVERSION=	1.11.1
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics
 
 MAINTAINER=	ports at FreeBSD.org

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/vips/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.10.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 

Modified: head/graphics/yafaray/Makefile
==============================================================================
--- head/graphics/yafaray/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/graphics/yafaray/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -4,7 +4,7 @@
 PORTNAME=	yafaray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/misc/openvdb/Makefile
==============================================================================
--- head/misc/openvdb/Makefile	Sun Jan  3 16:48:25 2021	(r560021)
+++ head/misc/openvdb/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
@@ -3,7 +3,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 
 MAINTAINER=	yuri at FreeBSD.org


More information about the svn-ports-all mailing list