git: 1c02b518bfda - 2024Q4 - graphics/pecl-imagick: bump PORTREVISION

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Thu, 19 Dec 2024 14:40:33 UTC
The branch 2024Q4 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c02b518bfdaa90d51d1c786dd0d4f1f46a98cda

commit 1c02b518bfdaa90d51d1c786dd0d4f1f46a98cda
Author:     Miroslav Lachman <000.fbsd@quip.cz>
AuthorDate: 2024-12-17 18:30:57 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-19 14:40:05 +0000

    graphics/pecl-imagick: bump PORTREVISION
    
    There are reported crashes with PHP 8.3 + pecl-imagick running as
    PHP-FPM service.  Based on another report like PR 280756, private
    reports and a report in the mailing list I think we need to bump
    PORTREVISION again. And probably in quarterly too.
    
    PR:             283145
    See also:       280756
    See also:       https://lists.freebsd.org/archives/freebsd-ports/2024-November/006946.html
    MFH:            2024Q4
    
    (cherry picked from commit 5462803810513ae6f09d665be9093adf4330e502)
---
 graphics/pecl-imagick/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile
index 96a519513880..df726fb78b64 100644
--- a/graphics/pecl-imagick/Makefile
+++ b/graphics/pecl-imagick/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	imagick
 PORTVERSION=	3.7.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	000.fbsd@quip.cz