diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-11-12 16:45:55 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-11-12 16:46:39 +0000 |
commit | b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c (patch) | |
tree | e5dfb9c9fc627159005f8d52dfe81919f3528393 /graphics | |
parent | 4f086586da53da9b80ecd94ea588be7440dea36e (diff) | |
download | ports-b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c.tar.gz ports-b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c.zip |
graphics/ImageMagick7: Bump consumers after 4f086586da53da9b80ecd94ea588be7440dea36e
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pecl-imagick-im7/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-wand/Makefile | 1 | ||||
-rw-r--r-- | graphics/vips/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/graphics/pecl-imagick-im7/Makefile b/graphics/pecl-imagick-im7/Makefile index cc3677205738..525ab9a403da 100644 --- a/graphics/pecl-imagick-im7/Makefile +++ b/graphics/pecl-imagick-im7/Makefile @@ -1,4 +1,5 @@ # Created by: Martin Matuska <mm@FreeBSD.org> +PORTREVISION= 1 PKGNAMESUFFIX= -im7 diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index 591fff0369f9..47aabe40bf95 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -1,5 +1,6 @@ PORTNAME= Wand PORTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index dc0b6c7bff60..dae94593e271 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -2,7 +2,7 @@ PORTNAME= vips PORTVERSION= 8.11.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ |