pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 11 10:25:35 UTC 2023
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile Makefile.common distinfo
pkgsrc/graphics/p5-PerlMagick: Makefile
Log Message:
ImageMagick: update to 7.1.1.23
7.1.1.23
configure.ac: Fix bashism by @thesamesam in #6931
Fix zstd not being listed under GetMagickDelegates() by @valgur in #6934
7.1.1.22
Changed titles to subheadings by @kshitijaucharmal in #6834
Bump azure/azure-code-signing-action from 0.2.21 to 0.2.22 by @dependabot in #6862
To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.274 -r1.275 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.294 -r1.295 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -u -r1.199 -r1.200 pkgsrc/graphics/p5-PerlMagick/Makefile
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.332 pkgsrc/graphics/ImageMagick/Makefile:1.333
--- pkgsrc/graphics/ImageMagick/Makefile:1.332 Wed Nov 15 20:00:36 2023
+++ pkgsrc/graphics/ImageMagick/Makefile Mon Dec 11 10:25:35 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.332 2023/11/15 20:00:36 wiz Exp $
+# $NetBSD: Makefile,v 1.333 2023/12/11 10:25:35 wiz Exp $
-PKGREVISION= 1
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
@@ -10,7 +9,7 @@ COMMENT= Package for display and non-int
CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
-USE_LANGUAGES= c c++ c99
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config:run
CONFIGURE_ARGS+= --disable-assert
CONFIGURE_ARGS+= --with-jpeg
@@ -26,7 +25,7 @@ PKGCONFIG_OVERRIDE+= Magick++/lib/Magick
TEST_TARGET= check
-USE_CC_FEATURES+= c99
+FORCE_C_STD= c99
.include "options.mk"
Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.274 pkgsrc/graphics/ImageMagick/Makefile.common:1.275
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.274 Wed Nov 15 12:08:52 2023
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Dec 11 10:25:35 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.274 2023/11/15 12:08:52 wiz Exp $
+# $NetBSD: Makefile.common,v 1.275 2023/12/11 10:25:35 wiz 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= 21
+IM_MINOR_VER= 23
IM_MAJOR_LIB_VER= 7
.if (${IM_MINOR_VER} != NONE)
Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.294 pkgsrc/graphics/ImageMagick/distinfo:1.295
--- pkgsrc/graphics/ImageMagick/distinfo:1.294 Wed Nov 15 12:08:52 2023
+++ pkgsrc/graphics/ImageMagick/distinfo Mon Dec 11 10:25:35 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.294 2023/11/15 12:08:52 wiz Exp $
+$NetBSD: distinfo,v 1.295 2023/12/11 10:25:35 wiz Exp $
-BLAKE2s (ImageMagick-7.1.1-21.tar.xz) = 8b577395035906b2bc4722cb45e9da278b645ea7f0bb222c86c3b6d6c2765f34
-SHA512 (ImageMagick-7.1.1-21.tar.xz) = 514b43c346170d9f5645f5cc6c9a7656eda9fe047959b55a19241bbb1d9a977ef756220b67bcbf7e128c77611acd997a82fb8510c62f05d4949670db3a5f8a40
-Size (ImageMagick-7.1.1-21.tar.xz) = 10220848 bytes
+BLAKE2s (ImageMagick-7.1.1-23.tar.xz) = 60cec98ddb54cd8b46e188c9ccb0041af3b4d99fda25ded7c9529ae17d477a1e
+SHA512 (ImageMagick-7.1.1-23.tar.xz) = a6d88de2bbecfa53af565de7df89271c85e79c77ad34be5c3bd79254286a9477a71bf847219168e4fc0b9f354378569c7788b52c75d4daab0e692825d33eac08
+Size (ImageMagick-7.1.1-23.tar.xz) = 10562660 bytes
SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287
Index: pkgsrc/graphics/p5-PerlMagick/Makefile
diff -u pkgsrc/graphics/p5-PerlMagick/Makefile:1.199 pkgsrc/graphics/p5-PerlMagick/Makefile:1.200
--- pkgsrc/graphics/p5-PerlMagick/Makefile:1.199 Wed Nov 15 20:00:40 2023
+++ pkgsrc/graphics/p5-PerlMagick/Makefile Mon Dec 11 10:25:35 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.199 2023/11/15 20:00:40 wiz Exp $
+# $NetBSD: Makefile,v 1.200 2023/12/11 10:25:35 wiz Exp $
-PKGREVISION= 1
.include "../../graphics/ImageMagick/Makefile.common"
PKGNAME= p5-PerlMagick-${DISTVERSION}
Home |
Main Index |
Thread Index |
Old Index