pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon May  5 07:50:45 UTC 2025

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST PLIST.doc
            distinfo

Log Message:
ImageMagick: Update to 7.1.1.47


To generate a diff of this commit:
cvs rdiff -u -r1.350 -r1.351 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.281 -r1.282 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.122 -r1.123 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/ImageMagick/PLIST.doc
cvs rdiff -u -r1.302 -r1.303 pkgsrc/graphics/ImageMagick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.350 pkgsrc/graphics/ImageMagick/Makefile:1.351
--- pkgsrc/graphics/ImageMagick/Makefile:1.350  Thu Apr 24 14:14:10 2025
+++ pkgsrc/graphics/ImageMagick/Makefile        Mon May  5 07:50:44 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.350 2025/04/24 14:14:10 wiz Exp $
+# $NetBSD: Makefile,v 1.351 2025/05/05 07:50:44 triaxx Exp $
 
-PKGREVISION= 10
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.281 pkgsrc/graphics/ImageMagick/Makefile.common:1.282
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.281   Mon Jul 15 06:12:17 2024
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon May  5 07:50:44 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.281 2024/07/15 06:12:17 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.282 2025/05/05 07:50:44 triaxx Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 #
 # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
 
 IM_MAJOR_VER=          7.1.1
-IM_MINOR_VER=          35
+IM_MINOR_VER=          47
 IM_MAJOR_LIB_VER=      7
 
 .if ${IM_MINOR_VER} != NONE

Index: pkgsrc/graphics/ImageMagick/PLIST
diff -u pkgsrc/graphics/ImageMagick/PLIST:1.122 pkgsrc/graphics/ImageMagick/PLIST:1.123
--- pkgsrc/graphics/ImageMagick/PLIST:1.122     Mon Jul 15 06:12:17 2024
+++ pkgsrc/graphics/ImageMagick/PLIST   Mon May  5 07:50:45 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.122 2024/07/15 06:12:17 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.123 2025/05/05 07:50:45 triaxx Exp $
 bin/Magick++-config
 bin/MagickCore-config
 bin/MagickWand-config
@@ -180,6 +180,7 @@ share/examples/ImageMagick/thresholds.xm
 share/examples/ImageMagick/type-apple.xml
 share/examples/ImageMagick/type-dejavu.xml
 share/examples/ImageMagick/type-ghostscript.xml
+share/examples/ImageMagick/type-urw-base35-type1.xml
 share/examples/ImageMagick/type-urw-base35.xml
 share/examples/ImageMagick/type-windows.xml
 share/examples/ImageMagick/type.xml

Index: pkgsrc/graphics/ImageMagick/PLIST.doc
diff -u pkgsrc/graphics/ImageMagick/PLIST.doc:1.9 pkgsrc/graphics/ImageMagick/PLIST.doc:1.10
--- pkgsrc/graphics/ImageMagick/PLIST.doc:1.9   Mon Jul 15 06:12:17 2024
+++ pkgsrc/graphics/ImageMagick/PLIST.doc       Mon May  5 07:50:45 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.doc,v 1.9 2024/07/15 06:12:17 triaxx Exp $
+@comment $NetBSD: PLIST.doc,v 1.10 2025/05/05 07:50:45 triaxx Exp $
 man/man1/ImageMagick.1
 man/man1/Magick++-config.1
 man/man1/MagickCore-config.1
@@ -251,6 +251,8 @@ share/doc/ImageMagick-7/www/api/version.
 share/doc/ImageMagick-7/www/api/vision.html
 share/doc/ImageMagick-7/www/api/wand-view.html
 share/doc/ImageMagick-7/www/architecture.html
+share/doc/ImageMagick-7/www/assets/bootstrap.bundle.min.js
+share/doc/ImageMagick-7/www/assets/bootstrap.min.css
 share/doc/ImageMagick-7/www/assets/color-modes.js
 share/doc/ImageMagick-7/www/assets/magick.css
 share/doc/ImageMagick-7/www/assets/magick.js

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.302 pkgsrc/graphics/ImageMagick/distinfo:1.303
--- pkgsrc/graphics/ImageMagick/distinfo:1.302  Mon Jul 15 06:12:17 2024
+++ pkgsrc/graphics/ImageMagick/distinfo        Mon May  5 07:50:45 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.302 2024/07/15 06:12:17 triaxx Exp $
+$NetBSD: distinfo,v 1.303 2025/05/05 07:50:45 triaxx Exp $
 
-BLAKE2s (ImageMagick-7.1.1-35.tar.xz) = bd86778b47acbf16b6105d05b9af8d071222e50891f35e8b20ce08ef8f6d8840
-SHA512 (ImageMagick-7.1.1-35.tar.xz) = d53b5ddba8bc8fca5dc3e88bc1765d84859a03aeb9b46e90633f7ca829f5881a61bc1b81a9950268b6dc4dc7ef4f28ea661b21b3fd29f3199db3c4947e989ec2
-Size (ImageMagick-7.1.1-35.tar.xz) = 10773740 bytes
+BLAKE2s (ImageMagick-7.1.1-47.tar.xz) = 9806d177eb3de9cafdd503cb0835d33280a0d34e1e16c723219caaf1a07bf815
+SHA512 (ImageMagick-7.1.1-47.tar.xz) = 35fb786677fc0095cd999a9246c8ebd2af2a3a84fcba9c490c88cc33b1227b02ea9bf5b57b45d253b90d4292ae541bc521eb331f839f5aeeb11802d8e6e0ed35
+Size (ImageMagick-7.1.1-47.tar.xz) = 10773968 bytes
 SHA1 (patch-ghostscript-private.h) = ab25d5b565c11b98bf623f9f8afd0fedae9bf1fa



Home | Main Index | Thread Index | Old Index