summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgraphics/imagemagick/DEPENDS5
-rwxr-xr-xgraphics/imagemagick/DETAILS1
-rw-r--r--graphics/imagemagick/HISTORY4
3 files changed, 10 insertions, 0 deletions
diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index 0d9699bff9..f6ad7bd15d 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -100,6 +100,11 @@ optional_depends 'zlib' \
'--without-zlib' \
'for basic zlib compression support' &&
+optional_depends 'libzip' \
+ '--with-zip' \
+ '--without-zip' \
+ 'for ZIP support' &&
+
optional_depends 'bzip2' \
'--with-bzlib' \
'--without-bzlib' \
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 1ed2739da3..150ecdd2ab 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -2,6 +2,7 @@
SPELLX=ImageMagick
VERSION=7.1.0-2
SOURCE_HASH=sha512:544669b64caf4893d167fe0e97456ef1c772b641b20a827fc570da0a5dbfe1cc41812890aad1c41e20ce4384d8ab2b86fefdfabed58b0507c6dcd5d193fa0dc0
+ PATCHLEVEL=1
SECURITY_PATCH=6
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index ca7854216f..05f2578bf3 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,7 @@
+2021-07-14 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: added missing libzip dependency
+ * DETAILS: PATCHLEVEL++
+
2021-07-14 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: remove the github source url, the tarballs are different.
* DETAILS: fix source hash