Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2021 05:18:14 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4030a14b56ca - main - *: Bump PORTREVISION for openexr update
Message-ID:  <202107030518.1635IERK082719@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4030a14b56cadbbad0d09068011f6624050811f5

commit 4030a14b56cadbbad0d09068011f6624050811f5
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-07-03 05:15:12 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-07-03 05:15:12 +0000

    *: Bump PORTREVISION for openexr update
    
    OpenEXR's patchlevel updated bumped the major version
    of the OpenEXR library, hence bump PORTREVISION of all
    ports that require OpenEXR.
---
 cad/PrusaSlicer/Makefile               | 2 +-
 devel/kio-extras/Makefile              | 1 +
 devel/synfig/Makefile                  | 2 +-
 editors/calligra/Makefile              | 2 +-
 games/pink-pony/Makefile               | 2 +-
 graphics/alembic/Makefile              | 1 +
 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/enblend/Makefile              | 2 +-
 graphics/exrtools/Makefile             | 2 +-
 graphics/fyre/Makefile                 | 2 +-
 graphics/gegl/Makefile                 | 2 +-
 graphics/gimp-app/Makefile             | 2 +-
 graphics/gimp-gmic-plugin/Makefile     | 2 +-
 graphics/gmic/Makefile                 | 2 +-
 graphics/hdr_tools/Makefile            | 2 +-
 graphics/hugin/Makefile                | 2 +-
 graphics/kf5-kimageformats/Makefile    | 2 +-
 graphics/krita/Makefile                | 2 +-
 graphics/libjxl/Makefile               | 2 +-
 graphics/luminance-qt5/Makefile        | 2 +-
 graphics/nvidia-texture-tools/Makefile | 2 +-
 graphics/opencv/Makefile               | 2 +-
 graphics/openimageio/Makefile          | 2 +-
 graphics/openshadinglanguage/Makefile  | 2 +-
 graphics/photoflow/Makefile            | 2 +-
 graphics/pixie/Makefile                | 2 +-
 graphics/py-openimageio/Makefile       | 2 +-
 graphics/simpleviewer/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 +
 40 files changed, 40 insertions(+), 37 deletions(-)

diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index ecf6aaa783ea..05f76d9e7231 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	PrusaSlicer
 DISTVERSIONPREFIX=version_
 DISTVERSION=	2.3.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	cad
 
 MAINTAINER=	teodorsigaev@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@FreeBSD.org
diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile
index e00495276b21..e2989095e69d 100644
--- a/devel/synfig/Makefile
+++ b/devel/synfig/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	synfig
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	devel graphics multimedia
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 9194b4aa8c5a..afd079036e29 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	calligra
 DISTVERSION=	3.2.1
-PORTREVISION=	22
+PORTREVISION=	23
 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 139e5763ddb8..e9e64c95df87 100644
--- a/games/pink-pony/Makefile
+++ b/games/pink-pony/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pink-pony
 PORTVERSION=	1.4.1
-PORTREVISION=	31
+PORTREVISION=	32
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index 9025da519e9a..cebcb471f37e 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	alembic
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe@FreeBSD.org
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile
index 5dfd8f2ecb16..7b9c8cdefc60 100644
--- a/graphics/ampasCTL/Makefile
+++ b/graphics/ampasCTL/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	ampasCTL
 PORTVERSION=	1.5.2
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics devel
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile
index 97e3a9b77d51..ed413919068d 100644
--- a/graphics/appleseed/Makefile
+++ b/graphics/appleseed/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	appleseed
 DISTVERSION=	2.1.0-beta
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe@FreeBSD.org
diff --git a/graphics/blender-lts28/Makefile b/graphics/blender-lts28/Makefile
index 37aa5f38c30a..752b470ab188 100644
--- a/graphics/blender-lts28/Makefile
+++ b/graphics/blender-lts28/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blender
 DISTVERSION=	2.83.15
-PORTREVISION=	2
+PORTREVISION=	3
 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 2b5851ddc90f..355cfa54a388 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	blender
 DISTVERSION=	2.91.0
-PORTREVISION=	8
+PORTREVISION=	9
 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 d5ddac0af3bd..d3d0b91522c9 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	cimg
 DISTVERSIONPREFIX=	v.
 DISTVERSION=	2.9.7
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	3
 CATEGORIES=	graphics devel
 
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 2f2ba3d2552c..ed852838d4b7 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	3.4.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index e770b7d93780..5582b321e55e 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	enblend
 PORTVERSION=	4.2
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION}
 DISTNAME=	enblend-enfuse-${PORTVERSION}
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile
index 49bd72693f7d..109f98a3a6d6 100644
--- a/graphics/exrtools/Makefile
+++ b/graphics/exrtools/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	exrtools
 PORTVERSION=	0.4
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics
 MASTER_SITES=	http://scanline.ca/exrtools/ \
 		LOCAL/ehaupt
diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile
index d37c32caae51..3113c56c1818 100644
--- a/graphics/fyre/Makefile
+++ b/graphics/fyre/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	fyre
 PORTVERSION=	1.0.1
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	graphics
 MASTER_SITES=	http://releases.navi.cx/fyre/
 
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 1bcafdac4d38..7d3afa1b639f 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.30
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 9d38b3203847..9d4d79091799 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.24
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile
index 0e27548b9a84..cf2c833b3f90 100644
--- a/graphics/gimp-gmic-plugin/Makefile
+++ b/graphics/gimp-gmic-plugin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmic
 PORTVERSION=	1.6.9
-PORTREVISION=	32
+PORTREVISION=	33
 CATEGORIES=	graphics
 MASTER_SITES=	http://gmic.eu/files/source/
 PKGNAMEPREFIX=	gimp-
diff --git a/graphics/gmic/Makefile b/graphics/gmic/Makefile
index 41571c2d6c8a..c277b11beaf8 100644
--- a/graphics/gmic/Makefile
+++ b/graphics/gmic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmic
 DISTVERSION=	2.9.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://gmic.eu/files/source/
 DISTNAME=	${PORTNAME}_${DISTVERSION}
diff --git a/graphics/hdr_tools/Makefile b/graphics/hdr_tools/Makefile
index c71975f0d87e..ee77ab57f965 100644
--- a/graphics/hdr_tools/Makefile
+++ b/graphics/hdr_tools/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	hdr_tools
 PORTVERSION=	0.0.2010.11.23	# unspecified by the author, so use the date
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 MASTER_SITES=	http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \
 		http://freebsd.nsu.ru/distfiles/
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index e0257a40014b..340c48f33832 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2019.2.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile
index 71a6b331975d..dbd451748bed 100644
--- a/graphics/kf5-kimageformats/Makefile
+++ b/graphics/kf5-kimageformats/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kimageformats
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 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 803df1d2f8b8..60dcb4123843 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	krita
 DISTVERSION=	4.4.5
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 8b8997ddacf4..1058a44fdd45 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libjxl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.7
-PORTREVISION=	2
+PORTREVISION=	3
 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 874814392fdc..8bd31ccf3223 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	luminance-hdr
 DISTVERSION=	2.6.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
 
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile
index 92b5c338d5cc..fa9b804eb8da 100644
--- a/graphics/nvidia-texture-tools/Makefile
+++ b/graphics/nvidia-texture-tools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nvidia-texture-tools
 PORTVERSION=	2.0.8.1 # needed to not bump PORTEPOCH; remove on next update
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index 29535274f366..178a5e2b9b5d 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opencv
 DISTVERSION=	4.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 MAINTAINER=	tcberner@FreeBSD.org
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index b2a071526c2a..8c50903e0718 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -7,7 +7,7 @@ DISTVERSION=	2.2.13.1
 # py-openimageio's PORTREVISION.
 # Also, just to be on the safe side, when resetting,
 # best keep PORTREVISION?=	0.
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD@Shaneware.biz
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile
index 8b80cc0cb0d3..cd56570f38f5 100644
--- a/graphics/openshadinglanguage/Makefile
+++ b/graphics/openshadinglanguage/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	openshadinglanguage
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	1.11.13.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD@Shaneware.biz
diff --git a/graphics/photoflow/Makefile b/graphics/photoflow/Makefile
index 6116f2a12b04..ef532dcc7e6d 100644
--- a/graphics/photoflow/Makefile
+++ b/graphics/photoflow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	photoflow
 DISTVERSION=	0.2.8.20200828
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 38d944ac59d2..8f03e69b5315 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pixie
 PORTVERSION=	2.2.6
-PORTREVISION=	32
+PORTREVISION=	33
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION}
 DISTNAME=	Pixie-src-${PORTVERSION}
diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
index 5446ed0e5d68..895130272631 100644
--- a/graphics/py-openimageio/Makefile
+++ b/graphics/py-openimageio/Makefile
@@ -1,6 +1,6 @@
 # Created by: Shane Ambler
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile
index 40f030aef250..7880e3ce8323 100644
--- a/graphics/simpleviewer/Makefile
+++ b/graphics/simpleviewer/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	simpleviewer
 PORTVERSION=	3.1.7
-PORTREVISION=	11
+PORTREVISION=	12
 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/synfigstudio/Makefile b/graphics/synfigstudio/Makefile
index b96e7f64fb86..49fbec5ffae8 100644
--- a/graphics/synfigstudio/Makefile
+++ b/graphics/synfigstudio/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	synfigstudio
 PORTVERSION=	1.2.2
 DISTVERSIONPREFIX=v
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics multimedia
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index 064d9ea729c4..3eb89c9f82c7 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	vigra
 DISTVERSIONPREFIX=v
 DISTVERSION=	1.11.1
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index d8299969b6ec..c06a125cbf04 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.10.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
index 527a86ef5709..e7f6d22f1abe 100644
--- a/graphics/yafaray/Makefile
+++ b/graphics/yafaray/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	yafaray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.5.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index fecefd0dab2e..19d75ec06e0c 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	curv
 DISTVERSION=	0.4-417
 DISTVERSIONSUFFIX=	-gf6f8d011
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	math lang graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index ae665bf136d3..96f8eabf1327 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	8.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/opensph/Makefile b/science/opensph/Makefile
index 01c78d2e6394..e5093e13497c 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	OpenSPH
 DISTVERSION=	0.3.5
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org



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