aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2018-11-11 03:57:07 +0800
committerkwm <kwm@FreeBSD.org>2018-11-11 03:57:07 +0800
commita30b3164708f7e2089d8b9a5135dd26669037be2 (patch)
tree0b5ef334a151c39e9372903664b7ca648b9009bb /deskutils
parent145415f3cf5406abae11b6e3271692627c2e875c (diff)
downloadfreebsd-ports-gnome-a30b3164708f7e2089d8b9a5135dd26669037be2.tar.gz
freebsd-ports-gnome-a30b3164708f7e2089d8b9a5135dd26669037be2.tar.zst
freebsd-ports-gnome-a30b3164708f7e2089d8b9a5135dd26669037be2.zip
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 <pascal.christen@hostpoint.ch>
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/ljit/Makefile4
-rw-r--r--deskutils/shutter/Makefile4
2 files changed, 4 insertions, 4 deletions
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 \