From a30b3164708f7e2089d8b9a5135dd26669037be2 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 10 Nov 2018 19:57:07 +0000 Subject: Update ImageMagick to 6.9.10.14 [1] * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen --- deskutils/ljit/Makefile | 4 ++-- deskutils/shutter/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'deskutils') diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile index 0d4ee4195690..babae4ceef48 100644 --- a/deskutils/ljit/Makefile +++ b/deskutils/ljit/Makefile @@ -3,7 +3,7 @@ PORTNAME= ljit PORTVERSION= 0.2.5 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= deskutils MASTER_SITES= http://kir.vtx.ru/ljit/dl/ \ http://freebsd.nsu.ru/distfiles/ @@ -15,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS= convert:graphics/ImageMagick +RUN_DEPENDS= convert:graphics/ImageMagick6 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/shutter/Makefile b/deskutils/shutter/Makefile index 56590ded9d06..40bed076d905 100644 --- a/deskutils/shutter/Makefile +++ b/deskutils/shutter/Makefile @@ -3,7 +3,7 @@ PORTNAME= shutter PORTVERSION= 0.93.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= http://shutter-project.org/wp-content/uploads/releases/tars/ @@ -13,7 +13,7 @@ COMMENT= Screenshot tool LICENSE= GPLv3 GPLv2 # the latter for some shipped cursors LICENSE_COMB= multi -RUN_DEPENDS= ImageMagick>=6.9.3.1,1:graphics/ImageMagick \ +RUN_DEPENDS= ImageMagick6>=6.9.3.1,1:graphics/ImageMagick6 \ librsvg2>=2.40.6:graphics/librsvg2 \ p5-File-BaseDir>=0.03:devel/p5-File-BaseDir \ p5-File-Copy-Recursive>=0.38_1:devel/p5-File-Copy-Recursive \ -- cgit