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/ImageMagick6/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/ImageMagick6/Makefile')
-rw-r--r-- | graphics/ImageMagick6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index ea7516006de8..0d34d32bbbd9 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -1,5 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.12-12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://www.imagemagick.org/download/ \ |