Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2020 12:13:30 +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: r542353 - in head: cad/PrusaSlicer devel/kio-extras devel/synfig editors/calligra games/pink-pony graphics/alembic graphics/ampasCTL graphics/blender graphics/cimg graphics/darktable gr...
Message-ID:  <202007161213.06GCDUIL076313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Jul 16 12:13:30 2020
New Revision: 542353
URL: https://svnweb.freebsd.org/changeset/ports/542353

Log:
  openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports
  
  OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
  names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.
  
  Approved by:	portmgr (blanket)
  MFH:		2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
  Security:	714e6c35-c75b-11ea-aa29-d74973d1f9f3

Modified:
  head/cad/PrusaSlicer/Makefile
  head/devel/kio-extras/Makefile
  head/devel/synfig/Makefile
  head/editors/calligra/Makefile
  head/games/pink-pony/Makefile
  head/graphics/alembic/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/kf5-kimageformats/Makefile
  head/graphics/krita/Makefile
  head/graphics/luminance-qt5/Makefile
  head/graphics/nvidia-texture-tools/Makefile
  head/graphics/openimageio/Makefile
  head/graphics/openshadinglanguage/Makefile
  head/graphics/pixie/Makefile
  head/graphics/py-openexr/Makefile
  head/graphics/py-openimageio/Makefile
  head/graphics/simpleviewer/Makefile
  head/graphics/synfigstudio/Makefile
  head/graphics/vigra/Makefile
  head/graphics/vips/Makefile
  head/graphics/yafaray/Makefile
  head/math/curv/Makefile
  head/misc/openvdb/Makefile

Modified: head/cad/PrusaSlicer/Makefile
==============================================================================
--- head/cad/PrusaSlicer/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/cad/PrusaSlicer/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 PORTNAME=		PrusaSlicer
 DISTVERSIONPREFIX=	version_
 DISTVERSION=		2.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=		cad
 
 MAINTAINER=	teodorsigaev@gmail.com

Modified: head/devel/kio-extras/Makefile
==============================================================================
--- head/devel/kio-extras/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/devel/kio-extras/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kio-extras
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-applications # kde kde-applications-plasma
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/devel/synfig/Makefile
==============================================================================
--- head/devel/synfig/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/devel/synfig/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -4,7 +4,7 @@
 PORTNAME=	synfig
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel graphics multimedia
 
 MAINTAINER=	woodsb02@FreeBSD.org

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/editors/calligra/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 DISTVERSION=	3.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/games/pink-pony/Makefile
==============================================================================
--- head/games/pink-pony/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/games/pink-pony/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pink-pony
 PORTVERSION=	1.4.1
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/graphics/alembic/Makefile
==============================================================================
--- head/graphics/alembic/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/alembic/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,6 +3,7 @@
 
 PORTNAME=	alembic
 PORTVERSION=	1.7.13
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe@FreeBSD.org

Modified: head/graphics/ampasCTL/Makefile
==============================================================================
--- head/graphics/ampasCTL/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/ampasCTL/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ampasCTL
 PORTVERSION=	1.5.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics devel
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/blender/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,6 +3,7 @@
 
 PORTNAME=	blender
 DISTVERSION=	2.83.1
+PORTREVISION=	1
 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	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/cimg/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -4,6 +4,7 @@
 PORTNAME=	cimg
 DISTVERSIONPREFIX=	v.
 DISTVERSION=	2.9.1
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	graphics devel
 

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/darktable/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,6 +3,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 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	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/enblend/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	enblend
 PORTVERSION=	4.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION}
 DISTNAME=	enblend-enfuse-${PORTVERSION}

Modified: head/graphics/exrtools/Makefile
==============================================================================
--- head/graphics/exrtools/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/exrtools/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	exrtools
 PORTVERSION=	0.4
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	graphics
 MASTER_SITES=	http://scanline.ca/exrtools/ \
 		LOCAL/ehaupt

Modified: head/graphics/fyre/Makefile
==============================================================================
--- head/graphics/fyre/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/fyre/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fyre
 PORTVERSION=	1.0.1
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	graphics
 MASTER_SITES=	http://releases.navi.cx/fyre/
 

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/gegl/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.24
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/gimp-app/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.20
-PORTREVISION=	1
+PORTREVISION=	2
 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	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/gimp-gmic-plugin/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gmic
 PORTVERSION=	1.6.9
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	graphics
 MASTER_SITES=	http://gmic.eu/files/source/
 PKGNAMEPREFIX=	gimp-

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/gmic/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gmic
 DISTVERSION=	2.9.1
+PORTREVISION=	1
 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	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/gstreamer1-plugins-openexr/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 COMMENT=	GStreamer OpenExr codec plugin

Modified: head/graphics/hdr_tools/Makefile
==============================================================================
--- head/graphics/hdr_tools/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/hdr_tools/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hdr_tools
 PORTVERSION=	0.0.2010.11.23	# unspecified by the author, so use the date
-PORTREVISION=	9
+PORTREVISION=	10
 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	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/hugin/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2019.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 

Modified: head/graphics/kf5-kimageformats/Makefile
==============================================================================
--- head/graphics/kf5-kimageformats/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/kf5-kimageformats/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kimageformats
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/krita/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krita
 DISTVERSION=	4.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/graphics/luminance-qt5/Makefile
==============================================================================
--- head/graphics/luminance-qt5/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/luminance-qt5/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	luminance-hdr
 DISTVERSION=	2.5.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 PKGNAMESUFFIX=	-qt5

Modified: head/graphics/nvidia-texture-tools/Makefile
==============================================================================
--- head/graphics/nvidia-texture-tools/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/nvidia-texture-tools/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nvidia-texture-tools
 PORTVERSION=	2.0.8.1 # needed to not bump PORTEPOCH; remove on next update
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/openimageio/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -4,7 +4,7 @@
 PORTNAME=	openimageio
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	2.1.15.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD@Shaneware.biz

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/openshadinglanguage/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -4,6 +4,7 @@
 PORTNAME=	openshadinglanguage
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	1.10.10
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD@Shaneware.biz

Modified: head/graphics/pixie/Makefile
==============================================================================
--- head/graphics/pixie/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/pixie/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pixie
 PORTVERSION=	2.2.6
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION}
 DISTNAME=	Pixie-src-${PORTVERSION}

Modified: head/graphics/py-openexr/Makefile
==============================================================================
--- head/graphics/py-openexr/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/py-openexr/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openexr
 PORTVERSION=	1.2.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics python
 MASTER_SITES=	http://excamera.com/files/ \
 		CHEESESHOP

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/py-openimageio/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -1,6 +1,7 @@
 # Created by: Shane Ambler
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/graphics/simpleviewer/Makefile
==============================================================================
--- head/graphics/simpleviewer/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/simpleviewer/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	simpleviewer
 PORTVERSION=	3.1.7
-PORTREVISION=	3
+PORTREVISION=	4
 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	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/synfigstudio/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -4,7 +4,7 @@
 PORTNAME=	synfigstudio
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics multimedia
 
 MAINTAINER=	woodsb02@FreeBSD.org

Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/vigra/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -4,7 +4,7 @@
 PORTNAME=	vigra
 DISTVERSIONPREFIX=v
 DISTVERSION=	1.11.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/vips/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.9.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 

Modified: head/graphics/yafaray/Makefile
==============================================================================
--- head/graphics/yafaray/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/graphics/yafaray/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -4,7 +4,7 @@
 PORTNAME=	yafaray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.4.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/curv/Makefile
==============================================================================
--- head/math/curv/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/math/curv/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 PORTNAME=	curv
 DISTVERSION=	0.4-417
 DISTVERSIONSUFFIX=	-gf6f8d011
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math lang graphics
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/misc/openvdb/Makefile
==============================================================================
--- head/misc/openvdb/Makefile	Thu Jul 16 12:09:10 2020	(r542352)
+++ head/misc/openvdb/Makefile	Thu Jul 16 12:13:30 2020	(r542353)
@@ -3,7 +3,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007161213.06GCDUIL076313>