git: 3cda93bdf69b - main - *: bump PORTREVISION after math/Imath update

Matthias Andree mandree at FreeBSD.org
Sat Jul 17 09:18:24 UTC 2021


The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3cda93bdf69bfb4ea99181e638e661c467dad38d

commit 3cda93bdf69bfb4ea99181e638e661c467dad38d
Author:     Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-17 09:16:31 +0000
Commit:     Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-07-17 09:17:59 +0000

    *: bump PORTREVISION after math/Imath update
---
 cad/PrusaSlicer/Makefile                 | 2 +-
 devel/kio-extras/Makefile                | 1 +
 editors/calligra/Makefile                | 2 +-
 games/pink-pony/Makefile                 | 2 +-
 graphics/alembic/Makefile                | 2 +-
 graphics/ampasCTL/Makefile               | 2 +-
 graphics/appleseed/Makefile              | 2 +-
 graphics/blender-lts28/Makefile          | 2 +-
 graphics/blender/Makefile                | 2 +-
 graphics/cimg/Makefile                   | 2 +-
 graphics/darktable/Makefile              | 2 +-
 graphics/exrtools/Makefile               | 2 +-
 graphics/gegl/Makefile                   | 2 +-
 graphics/gmic/Makefile                   | 2 +-
 graphics/hugin/Makefile                  | 2 +-
 graphics/kf5-kimageformats/Makefile      | 1 +
 graphics/krita/Makefile                  | 2 +-
 graphics/libjxl/Makefile                 | 2 +-
 graphics/luminance-qt5/Makefile          | 2 +-
 graphics/openshadinglanguage/Makefile    | 2 +-
 graphics/pixie/Makefile                  | 2 +-
 graphics/py-openshadinglanguage/Makefile | 2 +-
 graphics/simpleviewer/Makefile           | 2 +-
 graphics/synfig/Makefile                 | 2 +-
 graphics/synfigstudio/Makefile           | 2 +-
 graphics/vigra/Makefile                  | 2 +-
 graphics/vips/Makefile                   | 2 +-
 graphics/yafaray/Makefile                | 2 +-
 math/curv/Makefile                       | 2 +-
 misc/openvdb/Makefile                    | 2 +-
 science/opensph/Makefile                 | 1 +
 31 files changed, 31 insertions(+), 28 deletions(-)

diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index 05f76d9e7231..11926ada11cd 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	PrusaSlicer
 DISTVERSIONPREFIX=version_
 DISTVERSION=	2.3.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	cad
 
 MAINTAINER=	teodorsigaev at gmail.com
diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile
index 9e7e00545a5e..907276ae0576 100644
--- a/devel/kio-extras/Makefile
+++ b/devel/kio-extras/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kio-extras
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-applications # kde kde-applications-plasma
 
 MAINTAINER=	kde at FreeBSD.org
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 60bfc469c47f..41287c139612 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	calligra
 DISTVERSION=	3.2.1
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile
index e9e64c95df87..c7b01e096ff4 100644
--- a/games/pink-pony/Makefile
+++ b/games/pink-pony/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pink-pony
 PORTVERSION=	1.4.1
-PORTREVISION=	32
+PORTREVISION=	33
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3 at FreeBSD.org
diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index cebcb471f37e..6f5b653c557b 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	alembic
 PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe at FreeBSD.org
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile
index 7b9c8cdefc60..e91a09f2e21e 100644
--- a/graphics/ampasCTL/Makefile
+++ b/graphics/ampasCTL/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	ampasCTL
 PORTVERSION=	1.5.2
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	graphics devel
 
 MAINTAINER=	ports at FreeBSD.org
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile
index ed413919068d..3e7863c49d03 100644
--- a/graphics/appleseed/Makefile
+++ b/graphics/appleseed/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	appleseed
 DISTVERSION=	2.1.0-beta
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe at FreeBSD.org
diff --git a/graphics/blender-lts28/Makefile b/graphics/blender-lts28/Makefile
index 4dbc0f4b7dad..55b00cc84be5 100644
--- a/graphics/blender-lts28/Makefile
+++ b/graphics/blender-lts28/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blender
 DISTVERSION=	2.83.15
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 28ce58affa1a..d59c83b36f6e 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	blender
 DISTVERSION=	2.91.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index d3d0b91522c9..4ef598795ac5 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	cimg
 DISTVERSIONPREFIX=	v.
 DISTVERSION=	2.9.7
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	3
 CATEGORIES=	graphics devel
 
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 92e48e4e645d..a8f941c3f508 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	3.4.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile
index 109f98a3a6d6..69101703c211 100644
--- a/graphics/exrtools/Makefile
+++ b/graphics/exrtools/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	exrtools
 PORTVERSION=	0.4
-PORTREVISION=	27
+PORTREVISION=	28
 CATEGORIES=	graphics
 MASTER_SITES=	http://scanline.ca/exrtools/ \
 		LOCAL/ehaupt
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index fc94bca1932a..fbff83549ad0 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.30
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 
diff --git a/graphics/gmic/Makefile b/graphics/gmic/Makefile
index c277b11beaf8..ff7fe5884aea 100644
--- a/graphics/gmic/Makefile
+++ b/graphics/gmic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmic
 DISTVERSION=	2.9.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	https://gmic.eu/files/source/
 DISTNAME=	${PORTNAME}_${DISTVERSION}
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 340c48f33832..9720e4aaaea3 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2019.2.0
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile
index 8885f70f89e0..adf414a853a8 100644
--- a/graphics/kf5-kimageformats/Makefile
+++ b/graphics/kf5-kimageformats/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kimageformats
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-frameworks
 
 PATCH_SITES=	https://invent.kde.org/frameworks/${PORTNAME}/-/commit/
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 48e1f66c1dda..22645a3e45f1 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	krita
 DISTVERSION=	4.4.5
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 1058a44fdd45..f226af3ca530 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libjxl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile
index 8bd31ccf3223..eed8e3fa9a80 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	luminance-hdr
 DISTVERSION=	2.6.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile
index cd56570f38f5..9d6bad039347 100644
--- a/graphics/openshadinglanguage/Makefile
+++ b/graphics/openshadinglanguage/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	openshadinglanguage
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	1.11.13.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD at Shaneware.biz
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 8f03e69b5315..c8cee600b81d 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pixie
 PORTVERSION=	2.2.6
-PORTREVISION=	33
+PORTREVISION=	34
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION}
 DISTNAME=	Pixie-src-${PORTVERSION}
diff --git a/graphics/py-openshadinglanguage/Makefile b/graphics/py-openshadinglanguage/Makefile
index 5e0462ba6fcc..adc0d2cfabad 100644
--- a/graphics/py-openshadinglanguage/Makefile
+++ b/graphics/py-openshadinglanguage/Makefile
@@ -1,5 +1,5 @@
-# Note this port shares its PORTREVISION with graphics/openshadinglanguage!
 CATEGORIES=	graphics multimedia python
+# Note this port shares its PORTREVISION with graphics/openshadinglanguage!
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	OpenShadingLanguage python bindings
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile
index 7880e3ce8323..c77ac4404501 100644
--- a/graphics/simpleviewer/Makefile
+++ b/graphics/simpleviewer/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	simpleviewer
 PORTVERSION=	3.1.7
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/andreyu/simple-viewer-gl/get/
 DISTNAME=	v${PORTVERSION}	# version tag, has no embedded ${PORTNAME}
diff --git a/graphics/synfig/Makefile b/graphics/synfig/Makefile
index de9e05396798..fa4bddb1fe8a 100644
--- a/graphics/synfig/Makefile
+++ b/graphics/synfig/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	synfig
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	graphics devel multimedia
 
 MAINTAINER=	portmaster at BSDforge.com
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile
index a18b05f93d64..bcbf89373f11 100644
--- a/graphics/synfigstudio/Makefile
+++ b/graphics/synfigstudio/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	synfigstudio
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics multimedia
 
 MAINTAINER=	portmaster at BSDforge.com
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index 3eb89c9f82c7..31fa5d914704 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	vigra
 DISTVERSIONPREFIX=v
 DISTVERSION=	1.11.1
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	graphics
 
 MAINTAINER=	ports at FreeBSD.org
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 6449f23a29ed..eb584cd329ee 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.10.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
index e7f6d22f1abe..fdf43610048b 100644
--- a/graphics/yafaray/Makefile
+++ b/graphics/yafaray/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	yafaray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri at FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index 19d75ec06e0c..5bfb61816744 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	curv
 DISTVERSION=	0.4-417
 DISTVERSIONSUFFIX=	-gf6f8d011
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	math lang graphics
 
 MAINTAINER=	yuri at FreeBSD.org
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index 96f8eabf1327..bdb7bf6c9f48 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 
 MAINTAINER=	yuri at FreeBSD.org
diff --git a/science/opensph/Makefile b/science/opensph/Makefile
index 692628380398..5fa87c13d31e 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	OpenSPH
 DISTVERSION=	0.3.6
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri at FreeBSD.org


More information about the dev-commits-ports-all mailing list