git: 672dc4101af3 - main - www/gallery2: Convert to USES=magick
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 13:03:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=672dc4101af3b7c960a5687e1137f6de5726a63e commit 672dc4101af3b7c960a5687e1137f6de5726a63e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 12:53:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 12:53:06 +0000 www/gallery2: Convert to USES=magick Use the default ImageMagick since all of them (ImageMagick{6,7}{,-nox11}) are mutually exclusive. --- www/gallery2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index e6aef7490522..9ebba20197ec 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gallery2 PORTVERSION= 2.3.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MASTER_SITES= SF/gallery/gallery2/${PORTVERSION} DISTNAME= gallery-${PORTVERSION}-full @@ -32,7 +32,7 @@ FFMPEG_RUN_DEPENDS= ffmpeg:multimedia/ffmpeg GD_RUN_DEPENDS= pngtogd:graphics/gd GD_USE= PHP=gd GRAPHMAGICK_RUN_DEPENDS=gm:graphics/GraphicsMagick -IMAGEMAGICK_USES= magick:6,run +IMAGEMAGICK_USES= magick:run JHEAD_RUN_DEPENDS= jhead:graphics/jhead MYSQL_USE= PHP=mysqli NETPBM_RUN_DEPENDS= giftopnm:graphics/netpbm