diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-07-18 08:33:37 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-07-18 08:35:14 +0000 |
commit | cbc36ca07079f305ae5e1b1bd5e84516ce756e57 (patch) | |
tree | f5ac41a6319dfc0a22fbd6a531891d3ab5328705 /graphics/ogre3d/Makefile | |
parent | 7de16b22fa5b76c2fa1be4fa693a5f2dfa7456b0 (diff) | |
download | ports-cbc36ca07079f305ae5e1b1bd5e84516ce756e57.tar.gz ports-cbc36ca07079f305ae5e1b1bd5e84516ce756e57.zip |
*: bump PORTREVISION after math/Imath update, #2
This also bumps the PORTREVISION of all ports that
OPTIONally depend on Imath, for instance, through an OPENEXR
or EXR option that defaults to off.
Missed in commit 3cda93bdf69bfb4ea99181e638e661c467dad38d.
Reported by: Philipp Ost <pj@smo.de>
Reported by: koobs@ (thanks for forwarding the report)
Diffstat (limited to 'graphics/ogre3d/Makefile')
-rw-r--r-- | graphics/ogre3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index d2cf42f994f7..41c953b8ce92 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= ogre3d DISTVERSIONPREFIX= v DISTVERSION= 1.11.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics devel MAINTAINER= oliver@FreeBSD.org |