From 4ee745ee084f9fa1c33de885537ab87d96601939 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 13 Feb 2024 00:17:37 +0100
Subject: [PATCH] imagemagick: update to 7.1.1-28

---
 components/image/imagemagick/Makefile |   13 +++----------
 components/image/imagemagick/pkg5     |    2 +-
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/components/image/imagemagick/Makefile b/components/image/imagemagick/Makefile
index d2095e3..4124dd5 100644
--- a/components/image/imagemagick/Makefile
+++ b/components/image/imagemagick/Makefile
@@ -30,14 +30,14 @@
 
 COMPONENT_NAME=			ImageMagick
 COMPONENT_VERSION=		7.1.1
-COMPONENT_SUBVERSION=		27
+COMPONENT_SUBVERSION=		28
 HUMAN_VERSION=			$(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION)
 IPS_COMPONENT_VERSION=	$(COMPONENT_VERSION).$(COMPONENT_SUBVERSION)
 COMPONENT_SUMMARY=		ImageMagick - Image Manipulation Utilities and Libraries
 COMPONENT_PROJECT_URL=	https://imagemagick.org
 COMPONENT_SRC=			$(COMPONENT_NAME)-$(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION)
 COMPONENT_ARCHIVE=		$(COMPONENT_NAME)-$(HUMAN_VERSION).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:51114819ebed50b9f62403b6f7618ec3251dcaea1b1f5893728fbee02ceb3cfa
+COMPONENT_ARCHIVE_HASH=	sha256:691b6fe35aa39df351678fb626779bede8ba1b2f08ce1d95d421b9840a27a582
 COMPONENT_ARCHIVE_URL=	https://github.com/ImageMagick/ImageMagick/archive/$(HUMAN_VERSION).tar.gz
 COMPONENT_FMRI=			image/imagemagick
 COMPONENT_CLASSIFICATION=	System/Multimedia Libraries
@@ -81,18 +81,11 @@
 CONFIGURE_OPTIONS += --x-libraries=$(CONFIGURE_LIBDIR.$(BITS)) 
 CONFIGURE_OPTIONS += --with-perl=$(PERL)
 CONFIGURE_OPTIONS += --with-perl-options="INSTALLDIRS=vendor"
-CONFIGURE_OPTIONS += --sysconfdir=/etc
+CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
 
 # As of version 7.1.0-34, a "Linux-compatible sendfile()" is detected;
 # override thiis.
 CONFIGURE_OPTIONS += ac_cv_have_linux_sendfile=no
-
-# Needed for "gmake test" to work successfully.  If SHELLOPTS is exported (as
-# it is by the Userland Makefiles), then all shell options get exported to
-# child invocations of bash, which results in test failures due to nounset and
-# xtrace being set unexpectedly, and errors such as "$1: unbound variable" and
-# diffs failing due to script tracing in output files.
-unexport SHELLOPTS
 
 # Tests hang waiting for input unless stdin is redirected.
 COMPONENT_TEST_TARGETS = check < /dev/null
diff --git a/components/image/imagemagick/pkg5 b/components/image/imagemagick/pkg5
index f86cbce..aab0068 100644
--- a/components/image/imagemagick/pkg5
+++ b/components/image/imagemagick/pkg5
@@ -34,4 +34,4 @@
         "image/imagemagick"
     ],
     "name": "ImageMagick"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3